mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
udpsrc: fix Since version for new "loop" property
This commit is contained in:
parent
a6c4763b42
commit
0686174f19
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ gst_udpsrc_class_init (GstUDPSrcClass * klass)
|
|||
*
|
||||
* Can be used to disable multicast loopback.
|
||||
*
|
||||
* Since: 1.10
|
||||
* Since: 1.8
|
||||
*/
|
||||
g_object_class_install_property (gobject_class, PROP_LOOP,
|
||||
g_param_spec_boolean ("loop", "Multicast Loopback",
|
||||
|
|
Loading…
Reference in a new issue