mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
asfmux: fix typo in property description
This commit is contained in:
parent
46abe733c6
commit
e0175a40a2
1 changed files with 2 additions and 2 deletions
|
@ -306,8 +306,8 @@ gst_asf_mux_class_init (GstAsfMuxClass * klass)
|
|||
DEFAULT_PADDING, G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
|
||||
g_object_class_install_property (gobject_class, PROP_IS_LIVE,
|
||||
g_param_spec_boolean ("is-live", "Is Live",
|
||||
"If this stream should be threated as a live, meaning that it "
|
||||
"doesn't need indexes nor late update of headers.",
|
||||
"Whether this stream should be treated as a live stream, meaning "
|
||||
"that it doesn't need an index or header updates when done.",
|
||||
DEFAULT_IS_LIVE, G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
|
||||
|
||||
gstelement_class->request_new_pad =
|
||||
|
|
Loading…
Reference in a new issue