mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
mxfmux: Don't leak SEEK events when dropping them
This commit is contained in:
parent
770d94f4b5
commit
d571b4f8fa
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue