mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 13:08:49 +00:00
audiocdsrc: Only push TOC event, the TOC message is handled by the sinks
This commit is contained in:
parent
394afbbc5b
commit
b362ec3a57
1 changed files with 0 additions and 3 deletions
|
@ -1436,9 +1436,6 @@ gst_audio_cd_src_add_toc (GstAudioCdSrc * src)
|
||||||
}
|
}
|
||||||
toc->entries = entries.head;
|
toc->entries = entries.head;
|
||||||
|
|
||||||
gst_element_post_message (GST_ELEMENT_CAST (src),
|
|
||||||
gst_message_new_toc (GST_OBJECT (src), toc, FALSE));
|
|
||||||
|
|
||||||
/* If we're in continuous mode (stream = whole disc), send a TOC event
|
/* If we're in continuous mode (stream = whole disc), send a TOC event
|
||||||
* downstream, so matroskamux etc. can write a TOC to indicate where the
|
* downstream, so matroskamux etc. can write a TOC to indicate where the
|
||||||
* various tracks are */
|
* various tracks are */
|
||||||
|
|
Loading…
Reference in a new issue