mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +00:00
Remove caps from the template for now
Original commit message from CVS: Remove caps from the template for now
This commit is contained in:
parent
275665ac79
commit
b020dfe79b
1 changed files with 3 additions and 1 deletions
|
@ -42,11 +42,13 @@ mp3_src_factory (void)
|
||||||
gst_caps_new (
|
gst_caps_new (
|
||||||
"mp3parse_src",
|
"mp3parse_src",
|
||||||
"audio/mp3",
|
"audio/mp3",
|
||||||
|
/*
|
||||||
gst_props_new (
|
gst_props_new (
|
||||||
"layer", GST_PROPS_INT_RANGE (1, 3),
|
"layer", GST_PROPS_INT_RANGE (1, 3),
|
||||||
"bitrate", GST_PROPS_INT_RANGE (8, 320),
|
"bitrate", GST_PROPS_INT_RANGE (8, 320),
|
||||||
"framed", GST_PROPS_BOOLEAN (TRUE),
|
"framed", GST_PROPS_BOOLEAN (TRUE),
|
||||||
NULL)),
|
*/
|
||||||
|
NULL),
|
||||||
NULL);
|
NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue