From 1cd6c0340e54470ce04d2717ad8c924e04de816e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 12 Jul 2018 18:57:21 +0100 Subject: [PATCH] rtsp-onvif-media: fix g-ir-scanner warnings --- gst/rtsp-server/rtsp-onvif-media.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/rtsp-server/rtsp-onvif-media.c b/gst/rtsp-server/rtsp-onvif-media.c index 6e8fd1d..dcd86f2 100644 --- a/gst/rtsp-server/rtsp-onvif-media.c +++ b/gst/rtsp-server/rtsp-onvif-media.c @@ -284,7 +284,7 @@ out: /** * gst_rtsp_onvif_media_set_backchannel_bandwidth: - * @factory: a #GstRTSPMedia + * @media: a #GstRTSPMedia * @bandwidth: the bandwidth in bits per second * * Set the configured/supported bandwidth of the ONVIF backchannel pipeline in @@ -305,7 +305,7 @@ gst_rtsp_onvif_media_set_backchannel_bandwidth (GstRTSPOnvifMedia * media, /** * gst_rtsp_onvif_media_get_backchannel_bandwidth: - * @factory: a #GstRTSPMedia + * @media: a #GstRTSPMedia * * Get the configured/supported bandwidth of the ONVIF backchannel pipeline in * bits per second. -- 2.7.4