[Bug 634407] decodebin2 should expose pads in a deterministic order

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 17 05:50:48 PDT 2012


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

--- Comment #28 from René Stadler <mail at renestadler.de> 2012-07-17 12:50:44 UTC ---
I need to try out the query idea still. I'm thinking it should be a generic
"GST_QUERY_TOPOLOGY" thing which returns you the pipeline graph that leads up
to that point (i.e. where does the data flow come from that leads here). The
query might return a GList of pads (where entries alternate between src and
sink pads).

The stream-id I explained before could be created from that by iterating the
list and looking for "Demuxer" classified element factories (pad's parent),
then including those element and pad names in the id to make it unique to that
path, just as before.

Does this make sense to anyone? :)

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