From: hiroshiWadaJp <197...@jc...> - 2011-02-09 15:31:27
|
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 -- View this message in context: http://gstreamer-devel.966125.n4.nabble.com/playbin2-and-gstreamer-vaapi-tp3297478p3297478.html Sent from the GStreamer-devel mailing list archive at Nabble.com. |