[gstreamer-bugs] [Bug 320766] [API] collect pads API changes

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Nov 6 03:41:09 PST 2005


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=320766
 GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Additional Comments From Tim-Philipp Müller  2005-11-06 11:41 -------

Also check these function, that currently do nothing at all:

gboolean
gst_collectpads_is_active (GstCollectPads * pads, GstPad * pad)
{
  return FALSE;
}


GstFlowReturn
gst_collectpads_collect (GstCollectPads * pads)
{
  return GST_FLOW_ERROR;
}


GstFlowReturn
gst_collectpads_collect_range (GstCollectPads * pads, guint64 offset,
    guint length)
{
  return GST_FLOW_ERROR;
}


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