diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2001-12-28 01:20:25 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2001-12-28 01:20:25 +0000 |
commit | 2e542d6ba00cec11675e7b50c1e1e7781cdb98ef (patch) | |
tree | deb02fdb7f5bec637d52a0bc4e17cb0b96340153 /gst | |
parent | 768bed66e868a4726309aadc943871953d476b0f (diff) | |
download | gst-plugins-bad-2e542d6ba00cec11675e7b50c1e1e7781cdb98ef.tar.gz gst-plugins-bad-2e542d6ba00cec11675e7b50c1e1e7781cdb98ef.tar.bz2 gst-plugins-bad-2e542d6ba00cec11675e7b50c1e1e7781cdb98ef.zip |
Remove caps from the template for now
Original commit message from CVS:
Remove caps from the template for now
Diffstat (limited to 'gst')
-rw-r--r-- | gst/mpegaudioparse/gstmpegaudioparse.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c index 74c3a07b..f8ece389 100644 --- 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); } |