rtpbasedepay: fix locking of GstRTPHeaderExtension
authorJakub Adam <jakub.adam@collabora.com>
Wed, 21 Apr 2021 15:18:51 +0000 (17:18 +0200)
committerJakub Adam <jakub.adam@collabora.com>
Wed, 21 Apr 2021 15:34:18 +0000 (17:34 +0200)
commit538e2ef1d039c857db26b916f9611f66d34412b9
tree87dfa8673b9ef7b023db5cbe43a07a7dd31327c2
parent74346080bade9d2a845bc1c5038f5221e3ef2596
rtpbasedepay: fix locking of GstRTPHeaderExtension

'ext' object unlocked if gst_rtp_header_extension_read() fails was never
locked in the first place.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1118>
gst-libs/gst/rtp/gstrtpbasedepayload.c