mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-12 09:15:29 +00:00
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.
This commit is contained in:
parent
7248590db3
commit
a8e4794ce5
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
* gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
|
* gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
|
||||||
send vorbis headers at the beginning of a stream, fixes bug #141554.
|
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),
|
* gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
|
||||||
enable typefinding for TTA audio files, fixes bug #148711.
|
enable typefinding for TTA audio files, fixes bug #148711.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue