mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
decodebin3: consume select-streams event
https://bugzilla.gnome.org/show_bug.cgi?id=769270
This commit is contained in:
parent
12c268b7c5
commit
0b77ede079
1 changed files with 1 additions and 0 deletions
|
@ -2338,6 +2338,7 @@ gst_decodebin3_send_event (GstElement * element, GstEvent * event)
|
|||
if (streams)
|
||||
handle_stream_switch (dbin, streams, seqnum);
|
||||
|
||||
gst_event_unref (event);
|
||||
return TRUE;
|
||||
}
|
||||
return GST_ELEMENT_CLASS (parent_class)->send_event (element, event);
|
||||
|
|
Loading…
Reference in a new issue