mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
avcfg: actually remove call to g_object_getv
(Sorry about that)
This commit is contained in:
parent
dd37a553ac
commit
ad1f3a914b
1 changed files with 0 additions and 1 deletions
|
@ -572,7 +572,6 @@ gst_ffmpeg_cfg_fill_context (GObject * object, AVCodecContext * context)
|
||||||
if (!opt)
|
if (!opt)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
g_object_getv (object, 1, &pspec->name, &value);
|
|
||||||
g_object_get_property (object, pspec->name, &value);
|
g_object_get_property (object, pspec->name, &value);
|
||||||
set_option_value (context, pspec, &value, opt);
|
set_option_value (context, pspec, &value, opt);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue