[MOVED FROM GST-P-FARSIGHT] Added comment for clarity
20080428161958-4f0f6-cbaa166fbde99013b555c69ab48d964d75773a7f.gz
This commit is contained in:
parent
a3ad3be905
commit
72efe4c3d7
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user