From: Ronald S. Bultje Date: Fri, 12 Sep 2003 11:39:52 +0000 (+0000) Subject: Add mpegversion(1) to the caps X-Git-Tag: 1.19.3~507^2~24220 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea73fdcfde59c4f90ce1bded08aacb47d4969b5c;p=platform%2Fupstream%2Fgstreamer.git Add mpegversion(1) to the caps Original commit message from CVS: Add mpegversion(1) to the caps --- diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c index a46450640d..ba207c0eb6 100644 --- a/gst/mpegaudioparse/gstmpegaudioparse.c +++ b/gst/mpegaudioparse/gstmpegaudioparse.c @@ -355,6 +355,7 @@ bpf_from_header (GstMPEGAudioParse *parse, unsigned long header) layer != parse->layer) { GstCaps *caps = GST_CAPS_NEW ("mp3parse_src", "audio/mpeg", + "mpegversion", GST_PROPS_INT (1), "layer", GST_PROPS_INT (layer), "channels", GST_PROPS_INT (channels), "rate", GST_PROPS_INT (rate));