Skip to content
Snippets Groups Projects
Commit 9046b5d0 authored by Mathieu Duponchelle's avatar Mathieu Duponchelle :frog:
Browse files

session-pool: remove nullable return annotation

create_watch can only return NULL from the API guards, no
need for nullable.
parent ee44f380
No related branches found
No related tags found
No related merge requests found
......@@ -751,7 +751,7 @@ static GSourceFuncs gst_pool_source_funcs = {
* Create a #GSource that will be dispatched when the session should be cleaned
* up.
*
* Returns: (transfer full) (nullable): a #GSource
* Returns: (transfer full): a #GSource
*/
GSource *
gst_rtsp_session_pool_create_watch (GstRTSPSessionPool * pool)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment