mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
omxvideoenc: remove GST_PARAM_MUTABLE_PLAYING from 'max-bitrate' property
This property isn't actually mutable in the PLAYING state. https://bugzilla.gnome.org/show_bug.cgi?id=793458
This commit is contained in:
parent
2d3816fabc
commit
a8c3996317
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ gst_omx_video_enc_class_init (GstOMXVideoEncClass * klass)
|
|||
"Max bitrate in bits per second, only used if control-rate=variable (0xffffffff=component default)",
|
||||
0, G_MAXUINT, GST_OMX_VIDEO_ENC_MAX_BITRATE_DEFAULT,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS |
|
||||
GST_PARAM_MUTABLE_PLAYING));
|
||||
GST_PARAM_MUTABLE_READY));
|
||||
|
||||
g_object_class_install_property (gobject_class, PROP_ASPECT_RATIO,
|
||||
g_param_spec_enum ("aspect-ratio", "Aspect ratio",
|
||||
|
|
Loading…
Reference in a new issue