[gstreamer-bugs] [Bug 617868] [decodebin2] Option to not expose/decode all streams

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 7 08:39:22 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=617868
  GStreamer | gst-plugins-base | git

--- Comment #6 from Edward Hervey <bilboed at gmail.com> 2010-05-07 15:39:21 UTC ---
Created an attachment (id=160519)
 View: https://bugzilla.gnome.org/attachment.cgi?id=160519
 Review: https://bugzilla.gnome.org/review?bug=617868&attachment=160519

decodebin2: Add a property to not expose/decode all streams

API : expose-all-streams

If disabled:
* only the streams that CAN be decoded and match the final caps will have a
  decoder plugged in and be exposed.
* the streams that COULD HAVE BEEN decoded but do not match the finals caps
  will not have a decoder plugged in and will not be exposed.

If no decoder is available to decode a certain stream, then the missing element
message will still be emitted regardless of the value of the property.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list