From b80fd557a20bc3a407e61657c299eb02aad9781d Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 28 Nov 2005 10:12:26 +0000 Subject: [PATCH] gst-libs/gst/riff/riff-media.c: Add ATRAC3 to the list of riff-possible audio caps. 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 | 8 ++++++++ gst-libs/gst/riff/riff-media.c | 1 + 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8c425064db..ffa44f76c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-11-28 Edward Hervey + + * 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 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds): diff --git a/gst-libs/gst/riff/riff-media.c b/gst-libs/gst/riff/riff-media.c index cae90069ec..231ef775e0 100644 --- a/gst-libs/gst/riff/riff-media.c +++ b/gst-libs/gst/riff/riff-media.c @@ -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 };