mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
bindings: Fix vala binding of gst_rtsp_media_mapping_add_factory to transfer ownership.
Signed-off-by: Fabian Deutsch <fabian.deutsch@gmx.de>
This commit is contained in:
parent
a701e8595e
commit
b28b3223fd
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ gst_rtsp_media_factory_get_element transfer_ownership="1" nullable="1"
|
|||
gst_rtsp_media_factory_create_pipeline transfer_ownership="1"
|
||||
gst_rtsp_media_mapping_find_factory transfer_ownership="1" nullable="1"
|
||||
gst_rtsp_media_mapping_find_media transfer_ownership="1" nullable="1"
|
||||
gst_rtsp_media_mapping_add_factory transfer_ownership="1"
|
||||
gst_rtsp_sdp_from_media.sdp is_ref="1"
|
||||
gst_rtsp_server_accept_client transfer_ownership="1" nullable="1"
|
||||
gst_rtsp_server_create_watch transfer_ownership="1" nullable="1"
|
||||
|
|
Loading…
Reference in a new issue