mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tcp: update property documentation to reference correct property
This commit is contained in:
parent
b2f0236319
commit
62cc0cade7
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ gst_multi_handle_sink_class_init (GstMultiHandleSinkClass * klass)
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
g_object_class_install_property (gobject_class, PROP_BURST_VALUE,
|
g_object_class_install_property (gobject_class, PROP_BURST_VALUE,
|
||||||
g_param_spec_uint64 ("burst-value", "Burst value",
|
g_param_spec_uint64 ("burst-value", "Burst value",
|
||||||
"The amount of burst expressed in burst-unit", 0, G_MAXUINT64,
|
"The amount of burst expressed in burst-format", 0, G_MAXUINT64,
|
||||||
DEFAULT_BURST_VALUE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
DEFAULT_BURST_VALUE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_QOS_DSCP,
|
g_object_class_install_property (gobject_class, PROP_QOS_DSCP,
|
||||||
|
|
Loading…
Reference in a new issue