mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
streamcombiner: Proxy all sink events downstream
Thanks to Mathieu Duponchelle for noticing this regression introduced with the last change. https://bugzilla.gnome.org/show_bug.cgi?id=704706
This commit is contained in:
parent
b4365551d0
commit
d4b48ec70d
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ gst_stream_combiner_sink_event (GstPad * pad, GstObject * parent,
|
||||||
/* FLUSH_STOP : lock, unmark as flushing, unlock, if was flushing forward */
|
/* FLUSH_STOP : lock, unmark as flushing, unlock, if was flushing forward */
|
||||||
/* OTHER : if selected pad forward */
|
/* OTHER : if selected pad forward */
|
||||||
if (event)
|
if (event)
|
||||||
return gst_pad_event_default (pad, parent, event);
|
return gst_pad_push_event (stream_combiner->srcpad, event);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue