mxfmux: Don't leak SEEK events when dropping them
This commit is contained in:
parent
770d94f4b5
commit
d571b4f8fa
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user