[Bug 793763] rtpopuspay does not honour 'stereo' prop
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Feb 27 13:49:56 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=793763
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t.i.m at zen.co.uk
--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Judging by the output of
GST_DEBUG=*pay*:6 gst-launch-1.0 audiotestsrc ! opusenc ! rtpopuspay !
'application/x-rtp,media=audio,encoding-name=OPUS,stereo=(string)1' ! fakesink
-v 2>&1 | grep gst_rtp_opus_pay_getcaps
vs.
GST_DEBUG=*pay*:6 gst-launch-1.0 audiotestsrc ! opusenc ! rtpopuspay !
'application/x-rtp,media=audio,encoding-name=OPUS,stereo=(string)0' ! fakesink
-v 2>&1 | grep gst_rtp_opus_pay_getcaps
if does do the right thing somewhere, that is it should return:
audio/x-opus,channels=2; audio/x-opus,channels=1 for stereo=1
and
audio/x-opus,channels=1; audio/x-opus,channels=2 for stereo=0
Unclear to me for now if there's more stuff needed in rtpopuspay or if it goes
wrong somewhere upstream (e.g. opusenc).
--
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