vp8enc: Add description for bitrate units.

This commit is contained in:
Alexey Fisher 2011-02-04 09:08:26 +01:00 committed by David Schleef
parent 186d317a2f
commit 2b4c854146

View file

@ -229,7 +229,7 @@ gst_vp8_enc_class_init (GstVP8EncClass * klass)
g_object_class_install_property (gobject_class, PROP_BITRATE,
g_param_spec_int ("bitrate", "Bit rate",
"Bit rate",
"Bit rate (in bits/sec)",
0, 1000000000, DEFAULT_BITRATE,
(GParamFlags) (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)));