matroskademux: Update for TOC event API change
This commit is contained in:
parent
b5df4f0e62
commit
91ca34a0bb
@ -4371,7 +4371,7 @@ gst_matroska_demux_parse_id (GstMatroskaDemux * demux, guint32 id,
|
||||
|
||||
if (demux->common.toc) {
|
||||
gst_matroska_demux_send_event (demux,
|
||||
gst_event_new_toc ("GstDemuxer", demux->common.toc, FALSE));
|
||||
gst_event_new_toc (demux->common.toc, FALSE));
|
||||
gst_element_post_message (GST_ELEMENT_CAST (demux),
|
||||
gst_message_new_toc (GST_OBJECT_CAST (demux),
|
||||
demux->common.toc, FALSE));
|
||||
|
Loading…
x
Reference in New Issue
Block a user