summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/rtsp-session.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2013-11-18 10:47:04 +0000
committerTim-Philipp Müller <tim@centricular.com>2013-11-18 10:47:04 +0000
commit33c4bdfa01c8db82e1dd50c1b43cb637dea2d103 (patch)
treefcbe9a9441eced1935486efc435432263333eafc /gst/rtsp-server/rtsp-session.c
parenta106950f7089a2a4b133d70dd79f2106e4c012bd (diff)
rtsp-server: sprinkle some allow-none annotations for g-i
Diffstat (limited to 'gst/rtsp-server/rtsp-session.c')
-rw-r--r--gst/rtsp-server/rtsp-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp-server/rtsp-session.c b/gst/rtsp-server/rtsp-session.c
index c20cf3c..204ccf7 100644
--- a/gst/rtsp-server/rtsp-session.c
+++ b/gst/rtsp-server/rtsp-session.c
@@ -311,7 +311,7 @@ gst_rtsp_session_get_media (GstRTSPSession * sess, const gchar * path,
/**
* gst_rtsp_session_filter:
* @sess: a #GstRTSPSession
- * @func: (scope call): a callback
+ * @func: (scope call) (allow-none): a callback
* @user_data: user data passed to @func
*
* Call @func for each media in @sess. The result value of @func determines