summaryrefslogtreecommitdiff
path: root/gst/y4m
diff options
context:
space:
mode:
Diffstat (limited to 'gst/y4m')
-rw-r--r--gst/y4m/gsty4mdec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/y4m/gsty4mdec.c b/gst/y4m/gsty4mdec.c
index b2ebfb786..2163d02ff 100644
--- a/gst/y4m/gsty4mdec.c
+++ b/gst/y4m/gsty4mdec.c
@@ -591,6 +591,9 @@ gst_y4m_dec_sink_event (GstPad * pad, GstEvent * event)
}
res = TRUE;
+ /* not sure why it's not forwarded, but let's unref it so it
+ doesn't leak, remove the unref if it gets forwarded again */
+ gst_event_unref (event);
//res = gst_pad_push_event (y4mdec->srcpad, event);
}
break;