session-pool: remove nullable return annotation

create_watch can only return NULL from the API guards, no
need for nullable.
This commit is contained in:
Mathieu Duponchelle 2018-02-14 17:11:19 +01:00
parent ee44f38051
commit 9046b5d083

View file

@ -751,7 +751,7 @@ static GSourceFuncs gst_pool_source_funcs = {
* Create a #GSource that will be dispatched when the session should be cleaned * Create a #GSource that will be dispatched when the session should be cleaned
* up. * up.
* *
* Returns: (transfer full) (nullable): a #GSource * Returns: (transfer full): a #GSource
*/ */
GSource * GSource *
gst_rtsp_session_pool_create_watch (GstRTSPSessionPool * pool) gst_rtsp_session_pool_create_watch (GstRTSPSessionPool * pool)