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
@ -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…
x
Reference in New Issue
Block a user