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.
This commit is contained in:
Edward Hervey 2005-11-28 10:12:26 +00:00
parent 89df316769
commit b80fd557a2
2 changed files with 9 additions and 0 deletions

View file

@ -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):

View 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
};