mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
rtspsrc: Fix doc comment markers
This commit is contained in:
parent
70a55f90a3
commit
9cbde904e8
1 changed files with 2 additions and 2 deletions
|
@ -848,7 +848,7 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
|
|||
G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/**
|
||||
* GstRtpBin:max-ts-offset:
|
||||
* GstRTSPSrc:max-ts-offset:
|
||||
*
|
||||
* Used to set an upper limit of how large a time offset may be. This
|
||||
* is used to protect against unrealistic values as a result of either
|
||||
|
@ -862,7 +862,7 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
|
|||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/**
|
||||
* GstRtpSrc:backchannel
|
||||
* GstRTSPSrc:backchannel
|
||||
*
|
||||
* Select a type of backchannel to setup with the RTSP server.
|
||||
* Default value is "none". Allowed values are "none" and "onvif".
|
||||
|
|
Loading…
Reference in a new issue