mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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 (
|
||||
"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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue