mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
tee: fix typo in allow-not-linked property description
This commit is contained in:
parent
3b6fa8e81a
commit
a7ea17a83d
1 changed files with 2 additions and 2 deletions
|
@ -281,8 +281,8 @@ gst_tee_class_init (GstTeeClass * klass)
|
||||||
*/
|
*/
|
||||||
g_object_class_install_property (gobject_class, PROP_ALLOW_NOT_LINKED,
|
g_object_class_install_property (gobject_class, PROP_ALLOW_NOT_LINKED,
|
||||||
g_param_spec_boolean ("allow-not-linked", "Allow not linked",
|
g_param_spec_boolean ("allow-not-linked", "Allow not linked",
|
||||||
"Return GTS_FLOW_OK even if there are not source pads or all are "
|
"Return GST_FLOW_OK even if there are no source pads or they are "
|
||||||
"unlinked", DEFAULT_PROP_ALLOW_NOT_LINKED,
|
"all unlinked", DEFAULT_PROP_ALLOW_NOT_LINKED,
|
||||||
G_PARAM_CONSTRUCT | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_CONSTRUCT | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
gst_element_class_set_static_metadata (gstelement_class,
|
gst_element_class_set_static_metadata (gstelement_class,
|
||||||
|
|
Loading…
Reference in a new issue