gst-libs/gst/riff/riff-media.c: Add ATRAC3 to the list of riff-possible audio caps.
authorEdward Hervey <bilboed@bilboed.com>
Mon, 28 Nov 2005 10:12:26 +0000 (10:12 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 28 Nov 2005 10:12:26 +0000 (10:12 +0000)
Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c:
(gst_riff_create_audio_template_caps):
Add ATRAC3 to the list of riff-possible audio caps.
I know we still don't have a plugin for atrac3, but it's saner to output
that than a cryptic mimetype.

ChangeLog
gst-libs/gst/riff/riff-media.c

index 8c42506..ffa44f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-28  Edward Hervey  <edward@fluendo.com>
+
+       * gst-libs/gst/riff/riff-media.c:
+       (gst_riff_create_audio_template_caps):
+       Add ATRAC3 to the list of riff-possible audio caps.
+       I know we still don't have a plugin for atrac3, but it's saner to output
+       that than a cryptic mimetype.
+
 2005-11-27  Edward Hervey  <edward@fluendo.com>
 
        * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
index cae9006..231ef77 100644 (file)
@@ -684,6 +684,7 @@ gst_riff_create_audio_template_caps (void)
     GST_RIFF_WAVE_FORMAT_WMAV1,
     GST_RIFF_WAVE_FORMAT_WMAV2,
     GST_RIFF_WAVE_FORMAT_WMAV3,
+    GST_RIFF_WAVE_FORMAT_SONY_ATRAC3,
     /* FILL ME */
     0
   };