[Bug 784616] GSM over RTP gives bad result
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jul 7 12:24:51 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=784616
--- Comment #1 from Yasushi SHOJI <yashi at atmark-techno.com> ---
Created attachment 355088
--> https://bugzilla.gnome.org/attachment.cgi?id=355088&action=edit
rtpgsmpay: Do not allocate payload size outbuf if append
The commit 137672ff1824948bda4b1b1967de8c24a0055b67 attached payload
to the output buffer but forgot to remove payload allocation. That
effectively doubled payload size and add zero'ed bytes.
This commit fix https://bugzilla.gnome.org/show_bug.cgi?id=784616 and
now the following pipeline works again.
gst-launch-1.0 -v audiotestsrc wave=2 ! gsmenc ! rtpgsmpay ! rtpgsmdepay !
gsmdec ! autoaudiosink
--
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