mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
rtsp: Add missing Since marker
This commit is contained in:
parent
c7a172517d
commit
6d72ae13fe
1 changed files with 7 additions and 0 deletions
|
@ -757,6 +757,13 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
|
||||||
"(requires clock and offset to be provided)", DEFAULT_RFC7273_SYNC,
|
"(requires clock and offset to be provided)", DEFAULT_RFC7273_SYNC,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GstRTSPSrc:default-rtsp-version:
|
||||||
|
*
|
||||||
|
* The preferred RTSP version to use while negotiating the version with the server.
|
||||||
|
*
|
||||||
|
* Since: 1.14
|
||||||
|
*/
|
||||||
g_object_class_install_property (gobject_class, PROP_DEFAULT_VERSION,
|
g_object_class_install_property (gobject_class, PROP_DEFAULT_VERSION,
|
||||||
g_param_spec_enum ("default-rtsp-version",
|
g_param_spec_enum ("default-rtsp-version",
|
||||||
"The RTSP version to try first",
|
"The RTSP version to try first",
|
||||||
|
|
Loading…
Reference in a new issue