mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
udpsrc: add doc blurb with since marker for new "loop" property
This commit is contained in:
parent
1f0cfd9ffb
commit
21e281feea
1 changed files with 7 additions and 0 deletions
|
@ -270,6 +270,13 @@ gst_udpsrc_class_init (GstUDPSrcClass * klass)
|
||||||
"Address to receive packets for. This is equivalent to the "
|
"Address to receive packets for. This is equivalent to the "
|
||||||
"multicast-group property for now", UDP_DEFAULT_MULTICAST_GROUP,
|
"multicast-group property for now", UDP_DEFAULT_MULTICAST_GROUP,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
/**
|
||||||
|
* GstUDPSrc::loop:
|
||||||
|
*
|
||||||
|
* Can be used to disable multicast loopback.
|
||||||
|
*
|
||||||
|
* Since: 1.10
|
||||||
|
*/
|
||||||
g_object_class_install_property (gobject_class, PROP_LOOP,
|
g_object_class_install_property (gobject_class, PROP_LOOP,
|
||||||
g_param_spec_boolean ("loop", "Multicast Loopback",
|
g_param_spec_boolean ("loop", "Multicast Loopback",
|
||||||
"Used for setting the multicast loop parameter. TRUE = enable,"
|
"Used for setting the multicast loop parameter. TRUE = enable,"
|
||||||
|
|
Loading…
Reference in a new issue