avcfg: actually remove call to g_object_getv

(Sorry about that)
This commit is contained in:
Mathieu Duponchelle 2018-07-13 18:03:27 +02:00
parent dd37a553ac
commit ad1f3a914b

View file

@ -572,7 +572,6 @@ gst_ffmpeg_cfg_fill_context (GObject * object, AVCodecContext * context)
if (!opt)
continue;
g_object_getv (object, 1, &pspec->name, &value);
g_object_get_property (object, pspec->name, &value);
set_option_value (context, pspec, &value, opt);
}