mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
[MOVED FROM GST-P-FARSIGHT] Added comment for clarity
20080428161958-4f0f6-cbaa166fbde99013b555c69ab48d964d75773a7f.gz
This commit is contained in:
parent
a3ad3be905
commit
72efe4c3d7
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue