GNOME Bugzilla – Bug 606687
playbin2: can't see video after setting native flags
Last modified: 2010-01-13 08:40:58 UTC
Hello, I'm working on enabling playbin2 support on TI platforms and found that playbin2 does not display anything if i set flags=0x00000040 to use native display instead of using default rendering method. And similarly native audio also does not work. The attached patch can be used to fix this, pls correct me if i'm missing anything here. My pipeline is as simple as # gst-launch playbin2 uri=file:/opt/gstreamer_demo/dm6446/sample.mp4 flags=0x00000040 Thanks Brijesh Singh
Created attachment 151204 [details] [review] Patch to fix it patch to fix it.
commit 0fe6b6e8abb131471d5bd04d7f7e27ca98a67659 Author: Brijesh Singh <brijesh.ksingh@gmail.com> Date: Wed Jan 13 09:39:54 2010 +0100 playsink: Fix handling of the native audio/video flags Fixes bug #606687.