summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2018-02-14 17:23:39 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-02-21 11:31:13 +0000
commita8c3996317936c870e0f21d3dba2d64bba874418 (patch)
treee74ff2c59d3579bcf26ad45f0d8eec24ca49791a
parent2d3816fabc2d0951d814fa312895799116e94693 (diff)
downloadgst-omx-a8c3996317936c870e0f21d3dba2d64bba874418.tar.gz
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
-rw-r--r--omx/gstomxvideoenc.c2
1 files changed, 1 insertions, 1 deletions
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",