From: Wim Taymans Date: Fri, 28 Dec 2001 01:20:25 +0000 (+0000) Subject: Remove caps from the template for now X-Git-Tag: 1.19.3~507^2~25226 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e542d6ba00cec11675e7b50c1e1e7781cdb98ef;p=platform%2Fupstream%2Fgstreamer.git Remove caps from the template for now Original commit message from CVS: Remove caps from the template for now --- diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c index 74c3a07..f8ece38 100644 --- a/gst/mpegaudioparse/gstmpegaudioparse.c +++ b/gst/mpegaudioparse/gstmpegaudioparse.c @@ -42,11 +42,13 @@ mp3_src_factory (void) gst_caps_new ( "mp3parse_src", "audio/mp3", + /* gst_props_new ( "layer", GST_PROPS_INT_RANGE (1, 3), "bitrate", GST_PROPS_INT_RANGE (8, 320), "framed", GST_PROPS_BOOLEAN (TRUE), - NULL)), + */ + NULL), NULL); }