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 775440 - qtdemux: Use upstream's StreamFlags if there are
qtdemux: Use upstream's StreamFlags if there are
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-12-01 03:57 UTC by Seungha Yang
Modified: 2017-01-31 15:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
qtdemux: Use upstream's StreamFlags if there are (1.86 KB, patch)
2016-12-01 03:58 UTC, Seungha Yang
committed Details | Review

Description Seungha Yang 2016-12-01 03:57:30 UTC
qtdemux: Use upstream's StreamFlags if there are

When multiple demuxer's are used, upstream might want to indicate
default streams using GST_STREAM_FLAG_{SELECT, UNSELECT}
Comment 1 Seungha Yang 2016-12-01 03:58:35 UTC
Created attachment 341106 [details] [review]
qtdemux: Use upstream's StreamFlags if there are
Comment 2 Jan Schmidt 2016-12-01 11:46:56 UTC
Comment on attachment 341106 [details] [review]
qtdemux: Use upstream's StreamFlags if there are

Makes sense to me
Comment 3 Edward Hervey 2017-01-31 15:22:11 UTC
commit d3f5aa26890e8043842b5da92bab18b4f5448f85
Author: Seungha Yang <sh.yang@lge.com>
Date:   Thu Dec 1 12:47:08 2016 +0900

    qtdemux: Use upstream's StreamFlags if there are
    
    When multiple demuxer's are used, upstream might want to indicate
    default streams using GST_STREAM_FLAG_{SELECT, UNSELECT}
    
    https://bugzilla.gnome.org/show_bug.cgi?id=775440