gi: Fix warnings in GstRtsp

* The custom GSource is not boxed (skip for now)
* The comment block has wrong name for _read_socket()
This commit is contained in:
Nicolas Dufresne 2015-06-16 15:50:13 -04:00
parent 49912b3313
commit c9a536af47

View 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 * @conn: a #GstRTSPConnection
* *
* Get the file descriptor for reading. * 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 * @conn: a #GstRTSPConnection
* @funcs: watch functions * @funcs: watch functions
* @user_data: user data to pass to @funcs * @user_data: user data to pass to @funcs