matroskademux: Update for TOC event API change

This commit is contained in:
Sebastian Dröge 2012-06-06 14:17:08 +02:00
parent b5df4f0e62
commit 91ca34a0bb

View file

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