mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
vp8enc: Add description for bitrate units.
This commit is contained in:
parent
186d317a2f
commit
2b4c854146
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
||||
|
||||
|
|
Loading…
Reference in a new issue