mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
89df316769
commit
b80fd557a2
2 changed files with 9 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue