[MOVED FROM BAD 061/134] vp8enc: Add description for bitrate units.

This commit is contained in:
Alexey Fisher 2011-02-04 09:08:26 +01:00 committed by Sebastian Dröge
parent 7734336a97
commit 4d5ad6d0ca

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)));