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 782538 - decodebin2: discard pads more agressively.
decodebin2: discard pads more agressively.
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-11 22:06 UTC by Mathieu Duponchelle
Modified: 2017-07-07 20:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
decodebin2: discard pads more agressively. (1.16 KB, patch)
2017-05-11 22:06 UTC, Mathieu Duponchelle
none Details | Review

Description Mathieu Duponchelle 2017-05-11 22:06:11 UTC
If autoplug-continue returns FALSE, and expose-all-streams is FALSE,
and the caps are not final, we now discard the pad instead of exposing
it.

This allows implementations of autoplug-continue to discard pads
based for example on their stream ids.
Comment 1 Mathieu Duponchelle 2017-05-11 22:06:15 UTC
Created attachment 351673 [details] [review]
decodebin2: discard pads more agressively.
Comment 2 Mathieu Duponchelle 2017-07-07 20:45:24 UTC
Obsoleted by https://bugzilla.gnome.org/show_bug.cgi?id=784671