diff options
author | Arwed v. Merkatz <v.merkatz@gmx.net> | 2004-08-25 14:41:08 +0000 |
---|---|---|
committer | Arwed v. Merkatz <v.merkatz@gmx.net> | 2004-08-25 14:41:08 +0000 |
commit | e01e974e39a2ae62106c6df0a3372c03a1b61fd4 (patch) | |
tree | 60e77ff00f826dc00d9bf38f8f4f25d1f4cf1b24 | |
parent | 17fd125ab173befe13489ec037377854d7e7ed90 (diff) | |
download | gst-plugins-bad-e01e974e39a2ae62106c6df0a3372c03a1b61fd4.tar.gz gst-plugins-bad-e01e974e39a2ae62106c6df0a3372c03a1b61fd4.tar.bz2 gst-plugins-bad-e01e974e39a2ae62106c6df0a3372c03a1b61fd4.zip |
Interpret BLOCKDURATION and set buffer duration accordingly, enable demuxing of TTA audio from matroska, fixes bugs #...
Original commit message from CVS:
Interpret BLOCKDURATION and set buffer duration accordingly, enable demuxing
of TTA audio from matroska, fixes bugs #148950 and #148951.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup), send vorbis headers at the beginning of a stream, fixes bug #141554. + Interpret BLOCKDURATION and set buffer duration accordingly, fixes + bug #148950. + * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps), + (gst_matroska_demux_plugin_init): + * gst/matroska/matroska-ids.h: + enable demuxing of TTA audio streams, fixes bug #148951. * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init), enable typefinding for TTA audio files, fixes bug #148711. |