From c9a536af4725cc82ccde4ae09f26947b426b8208 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 16 Jun 2015 15:50:13 -0400 Subject: [PATCH] gi: Fix warnings in GstRtsp * The custom GSource is not boxed (skip for now) * The comment block has wrong name for _read_socket() --- gst-libs/gst/rtsp/gstrtspconnection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index 03e7455056..bda46f18af 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -2837,7 +2837,7 @@ gst_rtsp_connection_set_ip (GstRTSPConnection * conn, const gchar * ip) } /** - * gst_rtsp_connection_get_readfd: + * gst_rtsp_connection_get_read_socket: * @conn: a #GstRTSPConnection * * Get the file descriptor for reading. @@ -3496,7 +3496,7 @@ static GSourceFuncs gst_rtsp_source_funcs = { }; /** - * gst_rtsp_watch_new: + * gst_rtsp_watch_new: (skip) * @conn: a #GstRTSPConnection * @funcs: watch functions * @user_data: user data to pass to @funcs