projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
275665a
)
Remove caps from the template for now
author
Wim Taymans
<wim.taymans@gmail.com>
Fri, 28 Dec 2001 01:20:25 +0000
(
01:20
+0000)
committer
Wim 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
patch
|
blob
|
history
diff --git
a/gst/mpegaudioparse/gstmpegaudioparse.c
b/gst/mpegaudioparse/gstmpegaudioparse.c
index 74c3a07b2953e96ba68ecf78399a95120d1324d2..f8ece389a39303591b46e2ff391b0977478887c4 100644
(file)
--- 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);
}