Remove caps from the template for now

Original commit message from CVS:
Remove caps from the template for now
This commit is contained in:
Wim Taymans 2001-12-28 01:20:25 +00:00
parent 768bed66e8
commit 2e542d6ba0

View 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);
}