mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
added TTA parser and decoder
Original commit message from CVS: added TTA parser and decoder
This commit is contained in:
parent
1d43422bfd
commit
4e97b99b8a
2 changed files with 15 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
||||||
|
2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
|
||||||
|
* configure.ac:
|
||||||
|
* gst/tta/Makefile.am:
|
||||||
|
* gst/tta/crc32.h:
|
||||||
|
* gst/tta/filters.h:
|
||||||
|
* gst/tta/gsttta.c:
|
||||||
|
* gst/tta/gstttadec.c:
|
||||||
|
* gst/tta/gstttadec.h:
|
||||||
|
* gst/tta/gstttaparse.c:
|
||||||
|
* gst/tta/gstttaparse.h:
|
||||||
|
* gst/tta/ttadec.h:
|
||||||
|
added TTA parser and decoder
|
||||||
|
|
||||||
2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
|
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
|
||||||
|
|
|
@ -383,6 +383,7 @@ GST_PLUGINS_ALL="\
|
||||||
synaesthesia \
|
synaesthesia \
|
||||||
tags \
|
tags \
|
||||||
tcp \
|
tcp \
|
||||||
|
tta \
|
||||||
typefind \
|
typefind \
|
||||||
udp \
|
udp \
|
||||||
vbidec \
|
vbidec \
|
||||||
|
@ -1903,6 +1904,7 @@ gst/switch/Makefile
|
||||||
gst/synaesthesia/Makefile
|
gst/synaesthesia/Makefile
|
||||||
gst/tags/Makefile
|
gst/tags/Makefile
|
||||||
gst/tcp/Makefile
|
gst/tcp/Makefile
|
||||||
|
gst/tta/Makefile
|
||||||
gst/typefind/Makefile
|
gst/typefind/Makefile
|
||||||
gst/udp/Makefile
|
gst/udp/Makefile
|
||||||
gst/vbidec/Makefile
|
gst/vbidec/Makefile
|
||||||
|
|
Loading…
Reference in a new issue