Remove caps from the template for now
authorWim Taymans <wim.taymans@gmail.com>
Fri, 28 Dec 2001 01:20:25 +0000 (01:20 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 28 Dec 2001 01:20:25 +0000 (01:20 +0000)
Original commit message from CVS:
Remove caps from the template for now

gst/mpegaudioparse/gstmpegaudioparse.c

index 74c3a07..f8ece38 100644 (file)
@@ -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);
 }