matroskamux: handle both sticky and non-sticky custom event

This commit is contained in:
Mark Nauwelaerts 2014-03-22 17:01:27 +01:00
parent e7c8fa1127
commit 1e135a38cc

View file

@ -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);