diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index aa3e83dcd6..d66769b2ea 100644 --- a/gst/matroska/matroska-demux.c +++ b/gst/matroska/matroska-demux.c @@ -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));