summaryrefslogtreecommitdiff
path: root/gst/wavenc
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-10-08 11:28:04 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-10-08 11:28:04 +0200
commitb8f9e966d5f920916a6aa51d1dd658139196bf29 (patch)
tree1d7bca3bf3425298657881c63e04bbe3271c5459 /gst/wavenc
parenta5bf9f24c9b4f800c305f65919cf3c829780993c (diff)
wavenc: A-Law and Mu-Law don't have width/depth/signed caps fields
https://bugzilla.gnome.org/show_bug.cgi?id=709614
Diffstat (limited to 'gst/wavenc')
-rw-r--r--gst/wavenc/gstwavenc.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/gst/wavenc/gstwavenc.c b/gst/wavenc/gstwavenc.c
index 6d64f1e44..973ad2f59 100644
--- a/gst/wavenc/gstwavenc.c
+++ b/gst/wavenc/gstwavenc.c
@@ -131,16 +131,10 @@ typedef struct
"; " \
"audio/x-alaw, " \
"rate = (int) [ 8000, 192000 ], " \
- "channels = (int) [ 1, 2 ], " \
- "width = (int) 8, " \
- "depth = (int) 8, " \
- "signed = (boolean) false; " \
+ "channels = (int) [ 1, 2 ]; " \
"audio/x-mulaw, " \
"rate = (int) [ 8000, 192000 ], " \
- "channels = (int) [ 1, 2 ], " \
- "width = (int) 8, " \
- "depth = (int) 8, " \
- "signed = (boolean) false"
+ "channels = (int) [ 1, 2 ]"
static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink",