[Bug 643269] dot file flow direction

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 28 00:24:02 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=643269
  GStreamer | gstreamer (core) | unspecified

--- Comment #6 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2011-02-28 08:23:59 UTC ---
(In reply to comment #5)
> I would really like to make a patch. However I can't seem to find where the src
> pads get written before the sink pads.
> 
> On line 659 of gstdebugutils.c, there is a call debug_dump_element, which (on
> line 519) calls gst_element_iterate_pads. Am I right in thinking this function
> gets the list of pads that element has? If so, I am not sure how they are
> ordered.

Yes, I would extract the part below gst_element_iterate_pads to a new static
function (debug_dump_element_pads()) and call it twice with the iterators
obtained by gst_element_iterate_src_pads() and gst_element_iterate_sink_pads().

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