After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 606687 - playbin2: can't see video after setting native flags
playbin2: can't see video after setting native flags
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.25
Other Linux
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-11 23:35 UTC by Brijesh Singh
Modified: 2010-01-13 08:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix it (965 bytes, patch)
2010-01-11 23:36 UTC, Brijesh Singh
committed Details | Review

Description Brijesh Singh 2010-01-11 23:35:48 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
Comment 1 Brijesh Singh 2010-01-11 23:36:58 UTC
Created attachment 151204 [details] [review]
Patch to fix it 

patch to fix it.
Comment 2 Sebastian Dröge (slomo) 2010-01-13 08:40:36 UTC
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.