playbin2 and gstreamer-vaapi

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

playbin2 and gstreamer-vaapi

hiroshiWadaJp
Hello,
I have a question about gstreamer-vaapi plug-in.

I added "video/x-vaapi-surface" to DEFAULT_RAW_CAPS in gst-plugins-base package.
And I did the following command and it played.
> gst-launch -v filesrc location=/home/me/test.mpeg ! qtdemux ! decodebin2 ! vaapisink

Next, I tried to do the following command.
> gst-launch playbin2 uri=file:/home/me/test.mpeg

But the movie does not play. (The movie format is mpeg-4.)
By the log of Gstreamer, I confirmed that vaapidecode element was loaded. But vaapisink element was not loaded. I want to know why vaapisink was not loaded.
Please teach me.

I installed the following packages,
gstreamer:0.10.29
gstreamer plugins base: 0.10.28
gstreamer plugins good: 0.10.16
gstreamer vaapi: 0.2.5

Best Regards,
Wada
Reply | Threaded
Open this post in threaded view
|

Re: playbin2 and gstreamer-vaapi

hiroshiWadaJp
Sorry.
This issue was resolved.
I restored DEFAULT_RAW_CAPS definition in gst-plugins-base package.

Best Regards,
Hiroshi
Reply | Threaded
Open this post in threaded view
|

Re: playbin2 and gstreamer-vaapi

Luis de Bethencourt
On Thu, Feb 10, 2011 at 12:46 PM, hiroshiWadaJp
<[hidden email]> wrote:

>
> Sorry.
> This issue was resolved.
> I restored DEFAULT_RAW_CAPS definition in gst-plugins-base package.
>
> Best Regards,
> Hiroshi
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/playbin2-and-gstreamer-vaapi-tp3297478p3298965.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
>

Are the vaapidecode and vaapisink elements loaded/used after your changes?
You can check this with the gst-debug log as you mentioned before.

Luis
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: playbin2 and gstreamer-vaapi

hiroshiWadaJp
Hello Luis-san,

Thank you for your response.
I've confirmed that vaapidecode/vaapisink are loaded by using "export GST_DEBUG".
I wonder why gstreamer upper-layer modules could not detect vaapi plugin?

Best Regards,
Hiroshi