diff options
Diffstat (limited to 'gst/rtsp-server/rtsp-mount-points.c')
-rw-r--r-- | gst/rtsp-server/rtsp-mount-points.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp-server/rtsp-mount-points.c b/gst/rtsp-server/rtsp-mount-points.c index c6a8c06..be1cce2 100644 --- a/gst/rtsp-server/rtsp-mount-points.c +++ b/gst/rtsp-server/rtsp-mount-points.c @@ -181,7 +181,7 @@ default_make_path (GstRTSPMountPoints * mounts, const GstRTSPUrl * url) * * Make a path string from @url. * - * Returns: (transfer full): a path string for @url, g_free() after usage. + * Returns: (transfer full) (nullable): a path string for @url, g_free() after usage. */ gchar * gst_rtsp_mount_points_make_path (GstRTSPMountPoints * mounts, |