[Bug 698712] playbin: autoplug video decoder and sink based on caps features

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 2 08:07:18 PDT 2013


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

--- Comment #67 from Sebastian Dröge <slomo at circular-chaos.org> 2013-05-02 15:07:13 UTC ---
You can use the decoder factory as key and search for it. That will give you
the iterator to the first element with this decoder factory, and starting from
that you can iterate over the next elements until you reached an element with a
different decoder factory. That's possible in GSequence because it is sorted
and allows multiple elements with the same key.

-- 
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