gst/wavparse/gstwavparse.c: Relax the audio/mpeg caps again and add FIXME: comment.

Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
(gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
(gst_wavparse_stream_data):
Relax the audio/mpeg caps again and add FIXME: comment.
This commit is contained in:
Stefan Kost 2007-04-13 08:19:35 +00:00
parent 0722106b57
commit 3bf1b5ecf7
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2007-04-13 Stefan Kost <ensonic@users.sf.net>
* gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
(gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
(gst_wavparse_stream_data):
Relax the audio/mpeg caps again and add FIXME: comment.
2007-04-13 Stefan Kost <ensonic@users.sf.net>
* gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),

View file

@ -109,7 +109,9 @@ static GstStaticPadTemplate src_template_factory =
GST_STATIC_PAD_TEMPLATE ("wavparse_src",
GST_PAD_SRC,
GST_PAD_SOMETIMES,
/* FIXME: we need to sync this better with gst_riff_create_audio_caps() */
/* FIXME: we need to sync this better with gst_riff_create_audio_caps()
* shouldn't we use: gst_riff_create_audio_template_caps() ?
*/
GST_STATIC_CAPS ("audio/x-raw-int, "
"endianness = (int) little_endian, "
"signed = (boolean) true, "
@ -133,7 +135,7 @@ static GstStaticPadTemplate src_template_factory =
"audio/mpeg, "
"mpegversion = (int) 1, "
"layer = (int) [ 1, 3 ], "
"rate = (int) [ 16000, 48000 ], "
"rate = (int) [ 8000, 48000 ], "
"channels = (int) [ 1, 2 ]; "
"audio/mpeg, "
"mpegversion = (int) 4, "