mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
permissions: add the role to the copy
This commit is contained in:
parent
db74d5c559
commit
472010666c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ _gst_rtsp_permissions_copy (GstRTSPPermissionsImpl * permissions)
|
|||
|
||||
gst_structure_set_parent_refcount (entry_copy,
|
||||
©->permissions.mini_object.refcount);
|
||||
g_ptr_array_add (permissions->roles, entry_copy);
|
||||
g_ptr_array_add (copy->roles, entry_copy);
|
||||
}
|
||||
|
||||
return GST_RTSP_PERMISSIONS (copy);
|
||||
|
|
Loading…
Reference in a new issue