[gstreamer-bugs] [Bug 300932] [PATCH] add a GST_ELEMENT_WORK_IN_PLACE flag to gstelement

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Apr 19 00:18:02 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=300932
 GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Additional Comments From Ronald Bultje  2005-04-19 03:18 -------
GList *pads = gst_element_get_pad_list (element);
GstPad *pad = NULL;

for (pads = gst_element_get_pad_list (element);
     pads != NULL; pads = pads->next) {
  GstPad *t = GST_PAD (pads->data);

  if (GST_PAD_DIRECTION (t) == GST_PAD_SRC) {
    pad = t;
    break;
  }
}

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list