[Bug 660760] .prs presets needs to have a per-application option

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 3 11:42:08 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=660760
  GStreamer | gstreamer (core) | git

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ensonic at sonicpulse.de

--- Comment #1 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2011-10-03 18:42:03 UTC ---
The default implementation in the preset interface already overlays the presets
in the system wide installation with those in the users home dir (under
.gstreamer-0.10/presets or .config/gstreamer-0.11/presets). Presets in the
homedir will shadow system wide presets. This allows to ship defaults and lets
users to modify and save them.

If applications start to have special needs, we would need something like
either:
gst_preset_set_domain(GstPreset *, gchar *domain);
this would need to be the first call on the iface and it would need to be
repeated for each element.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list