[Bug 709614] wavenc: Uses invalid caps for alaw and mulaw

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 8 12:00:06 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=709614
  GStreamer | gst-plugins-good | 1.x

--- Comment #10 from Harish Jenny K N <harishjennykn at yahoo.com> 2013-10-08 10:00:04 UTC ---
I did try to remove width/depth/signed fields from wavenc 


diff --git a/gst/wavenc/gstwavenc.c b/gst/wavenc/gstwavenc.c
index 6d64f1e..9c95787 100644
--- a/gst/wavenc/gstwavenc.c
+++ b/gst/wavenc/gstwavenc.c
@@ -131,10 +131,7 @@ 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 ], "        \

and it worked

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list