audiocdsrc: Only push TOC event, the TOC message is handled by the sinks

This commit is contained in:
Sebastian Dröge 2012-07-03 17:31:54 +02:00
parent 394afbbc5b
commit b362ec3a57

View file

@ -1436,9 +1436,6 @@ gst_audio_cd_src_add_toc (GstAudioCdSrc * src)
}
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
* downstream, so matroskamux etc. can write a TOC to indicate where the
* various tracks are */