matroskamux: handle both sticky and non-sticky custom event
This commit is contained in:
parent
e7c8fa1127
commit
1e135a38cc
@ -851,7 +851,8 @@ gst_matroska_mux_handle_sink_event (GstCollectPads * pads,
|
|||||||
event = NULL;
|
event = NULL;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case GST_EVENT_CUSTOM_DOWNSTREAM:{
|
case GST_EVENT_CUSTOM_DOWNSTREAM:
|
||||||
|
case GST_EVENT_CUSTOM_DOWNSTREAM_STICKY:{
|
||||||
const GstStructure *structure;
|
const GstStructure *structure;
|
||||||
|
|
||||||
structure = gst_event_get_structure (event);
|
structure = gst_event_get_structure (event);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user