From ea73fdcfde59c4f90ce1bded08aacb47d4969b5c Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 12 Sep 2003 11:39:52 +0000 Subject: Add mpegversion(1) to the caps Original commit message from CVS: Add mpegversion(1) to the caps --- gst/mpegaudioparse/gstmpegaudioparse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst') diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c index a4645064..ba207c0e 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)); -- cgit v1.2.1