GNOME Bugzilla – Bug 764240
GstPreset: fix enum properties
Last modified: 2018-11-03 12:33:48 UTC
+++ This bug was initially created as a clone of Bug #763814 +++ GstPreset has the same problem. Resulting in things like "frame-packing=Automatic (use incoming video information)" (this is from x264enc) in the generated preset files. Changing that one is more tricky as we need to keep backwards compatibility...
Do we have to keep backwards compatibility both ways though? That is, when we write new preset files, do those have to be read correctly by older GStreamer versions? Not sure about that. Accepting both nicks and descriptions when reading preset files is easy.
Preset files will not work in older versions in many cases anyway, e.g. if new properties are added or the range a property can take.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/163.