summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/rtsp-session-pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtsp-server/rtsp-session-pool.c')
-rw-r--r--gst/rtsp-server/rtsp-session-pool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtsp-server/rtsp-session-pool.c b/gst/rtsp-server/rtsp-session-pool.c
index 60aa30c..9ab2d27 100644
--- a/gst/rtsp-server/rtsp-session-pool.c
+++ b/gst/rtsp-server/rtsp-session-pool.c
@@ -341,7 +341,7 @@ create_session (GstRTSPSessionPool * pool, const gchar * id)
*
* Create a new #GstRTSPSession object in @pool.
*
- * Returns: (transfer full): a new #GstRTSPSession.
+ * Returns: (transfer full) (nullable): a new #GstRTSPSession.
*/
GstRTSPSession *
gst_rtsp_session_pool_create (GstRTSPSessionPool * pool)
@@ -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): a #GSource
+ * Returns: (transfer full) (nullable): a #GSource
*/
GSource *
gst_rtsp_session_pool_create_watch (GstRTSPSessionPool * pool)