mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
basesrc: forward SINK_MESSAGE events downstream
https://bugzilla.gnome.org/show_bug.cgi?id=784551
This commit is contained in:
parent
5443ce69ff
commit
bd5b1d00e6
1 changed files with 1 additions and 0 deletions
|
@ -1895,6 +1895,7 @@ gst_base_src_send_event (GstElement * element, GstEvent * event)
|
|||
/* sending random SEGMENT downstream can break sync. */
|
||||
break;
|
||||
case GST_EVENT_TAG:
|
||||
case GST_EVENT_SINK_MESSAGE:
|
||||
case GST_EVENT_CUSTOM_DOWNSTREAM:
|
||||
case GST_EVENT_CUSTOM_BOTH:
|
||||
case GST_EVENT_PROTECTION:
|
||||
|
|
Loading…
Reference in a new issue