mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
rtspsrc: add gtk-doc for new short-header property
This commit is contained in:
parent
ce276d903c
commit
2603c2079d
1 changed files with 7 additions and 0 deletions
|
@ -474,6 +474,13 @@ gst_rtspsrc_class_init (GstRTSPSrcClass * klass)
|
|||
0, G_MAXINT, DEFAULT_UDP_BUFFER_SIZE,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/**
|
||||
* GstRTSPSrc::short-header:
|
||||
*
|
||||
* Only send the basic RTSP headers for broken encoders.
|
||||
*
|
||||
* Since: 0.10.31
|
||||
*/
|
||||
g_object_class_install_property (gobject_class, PROP_SHORT_HEADER,
|
||||
g_param_spec_boolean ("short-header", "Short Header",
|
||||
"Only send the basic RTSP headers for broken encoders",
|
||||
|
|
Loading…
Reference in a new issue