mxfmux: Don't leak SEEK events when dropping them

This commit is contained in:
Sebastian Dröge 2015-10-21 17:47:00 +03:00
parent 770d94f4b5
commit d571b4f8fa

View file

@ -236,6 +236,7 @@ gst_mxf_mux_handle_src_event (GstPad * pad, GstObject * parent,
switch (type) {
case GST_EVENT_SEEK:
/* disable seeking for now */
gst_event_unref (event);
return FALSE;
default:
break;