summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-rtsp-1.0.vapi
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-07-09 09:55:53 -0700
committerEvan Nemerson <evan@nemerson.com>2014-07-09 10:11:06 -0700
commit245cef488b837160aeb731440601b0dfabf8f718 (patch)
tree61622df3a6b0e7d328984539cdbcceb6de5061a1 /vapi/gstreamer-rtsp-1.0.vapi
parent9b062253b0de0ae51e5b5b9842a6808ef2b5cdd0 (diff)
downloadvala-245cef488b837160aeb731440601b0dfabf8f718.tar.gz
bindings: update GIR-based bindings to latest git
Diffstat (limited to 'vapi/gstreamer-rtsp-1.0.vapi')
-rw-r--r--vapi/gstreamer-rtsp-1.0.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/gstreamer-rtsp-1.0.vapi b/vapi/gstreamer-rtsp-1.0.vapi
index 7c0f45b3a..ccc7e90bb 100644
--- a/vapi/gstreamer-rtsp-1.0.vapi
+++ b/vapi/gstreamer-rtsp-1.0.vapi
@@ -177,7 +177,7 @@ namespace Gst {
public uint ssrc;
public string as_text ();
public Gst.RTSP.Result free ();
- public Gst.RTSP.Result get_media_type (out string media_type);
+ public Gst.RTSP.Result get_media_type (out unowned string media_type);
public Gst.RTSP.Result init ();
}
[CCode (cheader_filename = "gst/rtsp/rtsp.h", cprefix = "GST_RTSP_AUTH_", type_id = "gst_rtsp_auth_method_get_type ()")]