[MOVED FROM GST-P-FARSIGHT] Added comment for clarity

20080428161958-4f0f6-cbaa166fbde99013b555c69ab48d964d75773a7f.gz
This commit is contained in:
Youness Alaoui 2008-04-28 16:19:58 +00:00 committed by Edward Hervey
parent a3ad3be905
commit 72efe4c3d7

View file

@ -682,6 +682,10 @@ forward_event_func (GstPad * pad, GValue * ret, GstEvent * event)
GST_LOG_OBJECT (pad, "Sent event %p (%s).",
event, GST_EVENT_TYPE_NAME (event));
}
/* unref the pad because of a FIXME in gst_iterator_unfold
* it does a gst_iterator_next which refs the pad, but it never unrefs it
*/
gst_object_unref (pad);
return TRUE;
}