mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
matroskademux: Only push the TOC event, the message is handled by the sinks
This commit is contained in:
parent
c6cb95f5b2
commit
407bf06dc4
1 changed files with 0 additions and 3 deletions
|
@ -4371,9 +4371,6 @@ gst_matroska_demux_parse_id (GstMatroskaDemux * demux, guint32 id,
|
|||
if (demux->common.toc) {
|
||||
gst_matroska_demux_send_event (demux,
|
||||
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));
|
||||
}
|
||||
} else
|
||||
GST_READ_CHECK (gst_matroska_demux_flush (demux, read));
|
||||
|
|
Loading…
Reference in a new issue