rtpbasepayload: Also notify "extensions" property when changing list during negotiation

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6163>
This commit is contained in:
Sebastian Dröge 2024-02-21 12:55:42 +02:00 committed by GStreamer Marge Bot
parent 0a6948ee20
commit ea261a58e0

View file

@ -1534,6 +1534,9 @@ gst_rtp_base_payload_negotiate (GstRTPBasePayload * payload)
(GFunc) add_header_ext_to_caps, srccaps);
GST_OBJECT_UNLOCK (payload);
g_object_notify_by_pspec (G_OBJECT (payload),
gst_rtp_base_payload_extensions_pspec);
ext_out:
g_ptr_array_unref (to_add);
g_ptr_array_unref (to_remove);