mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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:
parent
0a6948ee20
commit
ea261a58e0
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue