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:
Fabian Deutsch 2011-11-03 16:06:23 +01:00 committed by Wim Taymans
parent a701e8595e
commit b28b3223fd

View file

@ -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"