gi: Fix warnings in GstRtsp
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 16 Jun 2015 19:50:13 +0000 (15:50 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 16 Jun 2015 19:50:13 +0000 (15:50 -0400)
* The custom GSource is not boxed (skip for now)
* The comment block has wrong name for _read_socket()

gst-libs/gst/rtsp/gstrtspconnection.c

index 03e7455..bda46f1 100644 (file)
@@ -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