mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
Remove time-based check for first vorbis packet altogether, as it was a hack since day one (Arwed who wrote it says s...
Original commit message from CVS: Remove time-based check for first vorbis packet altogether, as it was a hack since day one (Arwed who wrote it says so)...
This commit is contained in:
parent
6a25ab5bd4
commit
df19ded406
1 changed files with 1 additions and 3 deletions
|
@ -1891,9 +1891,7 @@ gst_matroska_demux_parse_blockgroup (GstMatroskaDemux * demux,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (((cluster_time + time == 0) ||
|
if (((GstMatroskaTrackAudioContext *) demux->src[stream])->first_frame
|
||||||
((GstMatroskaTrackAudioContext *) demux->src[stream])->
|
|
||||||
first_frame)
|
|
||||||
&& (!strcmp (demux->src[stream]->codec_id,
|
&& (!strcmp (demux->src[stream]->codec_id,
|
||||||
GST_MATROSKA_CODEC_ID_AUDIO_VORBIS))) {
|
GST_MATROSKA_CODEC_ID_AUDIO_VORBIS))) {
|
||||||
/* start of the stream and vorbis audio, need to send the codec_priv
|
/* start of the stream and vorbis audio, need to send the codec_priv
|
||||||
|
|
Loading…
Reference in a new issue