[gstreamer-bugs] [Bug 329069] API: add gst_parse_bin_from_description

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jan 31 01:59:04 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=329069
 GStreamer | gstreamer (core) | Ver: HEAD CVS


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #58317|0                           |1
        is obsolete|                            |




------- Comment #5 from Tim-Philipp Müller  2006-01-31 09:59 UTC -------
Created an attachment (id=58454)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=58454&action=view)
updated patch, using iterators


Updated patch, this time using iterators. The gst_bin_find_unconnected_pad()
function is primarily meant for newly-created elements that are in NULL state,
so I'm not sure how important locking order is here in practice (we could just
document it and worry about the other cases when needed).

So, can I use iterators like this? Or do I have to create a list of elements
first and then traverse that list and iterate their pads?


-- 
Configure bugmail: http://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