From: Arwed v. Merkatz Date: Fri, 26 Nov 2004 23:10:28 +0000 (+0000) Subject: added TTA parser and decoder X-Git-Tag: 1.19.3~509^2~14052 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44aa07eb16df73cbd3347a9c9d846d489f79282e;p=platform%2Fupstream%2Fgstreamer.git added TTA parser and decoder Original commit message from CVS: added TTA parser and decoder --- diff --git a/ChangeLog b/ChangeLog index b6fb6f4..35b9dbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2004-11-27 Arwed v. Merkatz + * 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 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init), diff --git a/configure.ac b/configure.ac index d7b8413..8ce9567 100644 --- a/configure.ac +++ b/configure.ac @@ -383,6 +383,7 @@ GST_PLUGINS_ALL="\ synaesthesia \ tags \ tcp \ + tta \ typefind \ udp \ vbidec \ @@ -1903,6 +1904,7 @@ gst/switch/Makefile gst/synaesthesia/Makefile gst/tags/Makefile gst/tcp/Makefile +gst/tta/Makefile gst/typefind/Makefile gst/udp/Makefile gst/vbidec/Makefile