rtspsrc: Fix doc comment markers

This commit is contained in:
Jan Schmidt 2018-03-15 22:59:39 +11:00
parent 70a55f90a3
commit 9cbde904e8

View file

@ -848,7 +848,7 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
G_PARAM_STATIC_STRINGS)); 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 * 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 * 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)); G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
/** /**
* GstRtpSrc:backchannel * GstRTSPSrc:backchannel
* *
* Select a type of backchannel to setup with the RTSP server. * Select a type of backchannel to setup with the RTSP server.
* Default value is "none". Allowed values are "none" and "onvif". * Default value is "none". Allowed values are "none" and "onvif".