gst-libs/gst/pbutils/descriptions.c: Add description for 'private' dts caps (who...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 13 Dec 2007 11:40:10 +0000 (11:40 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 13 Dec 2007 11:40:10 +0000 (11:40 +0000)
Original commit message from CVS:
* gst-libs/gst/pbutils/descriptions.c: (formats):
Add description for 'private' dts caps (who come up with that name?).

ChangeLog
gst-libs/gst/pbutils/descriptions.c

index 39f721d..70f7b99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
 
+       * gst-libs/gst/pbutils/descriptions.c: (formats):
+         Add description for 'private' dts caps (who come up with that name?).
+
+2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
+
        * Makefile.am:
          Add check-exports target and run it with 'make check'.
 
index cc060b6..392a4e5 100644 (file)
@@ -92,6 +92,7 @@ static const FormatInfo formats[] = {
   {"audio/x-cinepak", "Cinepak Audio", 0},
   {"audio/x-dpcm", "DPCM", 0},
   {"audio/x-dts", "DTS", 0},
+  {"audio/x-private1-dts", "DTS", 0},
   {"audio/x-dv", "DV Audio", 0},
   {"audio/x-flac", N_("Free Lossless Audio Codec (FLAC)"), 0},
   {"audio/x-gsm", "GSM", 0},