rtphdrext: Make write function return a signed value
authorOlivier CrĂȘte <olivier.crete@collabora.com>
Wed, 18 Aug 2021 23:40:55 +0000 (19:40 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 15 Sep 2021 16:35:09 +0000 (16:35 +0000)
commitfd93c1ac197fc98ed896afab7414b91b383039d2
tree486d21adea4de38a2315845eec325cedf902cbd2
parent98f2a84a289ed4d4cfac9bc5c73182a56eefa99c
rtphdrext: Make write function return a signed value

Since the return value is documented to possibly be smaller than 0,
then it needs to be signed.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1258>
gst-libs/gst/rtp/gstrtpbasepayload.c
gst-libs/gst/rtp/gstrtphdrext.c
gst-libs/gst/rtp/gstrtphdrext.h
tests/check/libs/rtpdummyhdrextimpl.c
tests/check/libs/rtphdrext.c