mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
Revert "preset: Do not save deprecated properties"
This reverts commit 81e10f6123
.
A mistake lead to committing it twice in a weird way.
This commit is contained in:
parent
81e10f6123
commit
4f4157ddb2
1 changed files with 0 additions and 6 deletions
|
@ -862,12 +862,6 @@ gst_preset_default_save_preset (GstPreset * preset, const gchar * name)
|
|||
continue;
|
||||
}
|
||||
|
||||
if (property->flags & G_PARAM_DEPRECATED) {
|
||||
GST_INFO_OBJECT (preset, "Not saving property %s as it is deprecated",
|
||||
property->name);
|
||||
continue;
|
||||
}
|
||||
|
||||
g_value_init (&gvalue, property->value_type);
|
||||
if (is_child_proxy) {
|
||||
gst_child_proxy_get_property ((GstChildProxy *) preset, props[i],
|
||||
|
|
Loading…
Reference in a new issue