mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
rtsp-onvif-media: fix g-ir-scanner warnings
This commit is contained in:
parent
318525570f
commit
1cd6c0340e
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue