[Bug 781425] gstrtpL16pay: added S16LE format to caps

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Apr 17 20:35:10 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781425

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #349964|none                        |rejected
             status|                            |

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 349964:
 --> (https://bugzilla.gnome.org/review?bug=781425&attachment=349964)

::: gst/rtp/gstrtpL16pay.c
@@ +54,3 @@
     GST_PAD_ALWAYS,
     GST_STATIC_CAPS ("audio/x-raw, "
+        "format = (string) { \"S16BE\", \"S16LE\" }, "

At the receiver-side there would be no way of distinguishing LE and BE, and the
RFC (https://tools.ietf.org/html/rfc3551) specifies only big endian
(https://tools.ietf.org/html/rfc3551#section-4.5.11 "network byte order")

-- 
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