wavenc: A-Law and Mu-Law don't have width/depth/signed caps fields

https://bugzilla.gnome.org/show_bug.cgi?id=709614
This commit is contained in:
Sebastian Dröge 2013-10-08 11:28:04 +02:00
parent a5bf9f24c9
commit b8f9e966d5

View file

@ -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",