asfmux: fix typo in property description
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 13 Mar 2010 18:54:05 +0000 (18:54 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 13 Mar 2010 18:55:22 +0000 (18:55 +0000)
gst/asfmux/gstasfmux.c

index 3132567..74424ff 100644 (file)
@@ -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 =