mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
matroskamux: handle both sticky and non-sticky custom event
This commit is contained in:
parent
e7c8fa1127
commit
1e135a38cc
1 changed files with 2 additions and 1 deletions
|
@ -851,7 +851,8 @@ gst_matroska_mux_handle_sink_event (GstCollectPads * pads,
|
|||
event = NULL;
|
||||
break;
|
||||
}
|
||||
case GST_EVENT_CUSTOM_DOWNSTREAM:{
|
||||
case GST_EVENT_CUSTOM_DOWNSTREAM:
|
||||
case GST_EVENT_CUSTOM_DOWNSTREAM_STICKY:{
|
||||
const GstStructure *structure;
|
||||
|
||||
structure = gst_event_get_structure (event);
|
||||
|
|
Loading…
Reference in a new issue