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:
Thibault Saunier 2017-11-26 13:31:28 -03:00
parent 81e10f6123
commit 4f4157ddb2

View file

@ -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],