From a8c3996317936c870e0f21d3dba2d64bba874418 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 14 Feb 2018 17:23:39 +0100 Subject: [PATCH] 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 --- omx/gstomxvideoenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omx/gstomxvideoenc.c b/omx/gstomxvideoenc.c index 941f00e..efcc40d 100644 --- a/omx/gstomxvideoenc.c +++ b/omx/gstomxvideoenc.c @@ -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", -- 2.7.4