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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 3 12:50:56 PDT 2011


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

--- Comment #4 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2011-10-03 19:50:51 UTC ---
Instead of the
gst_preset_set_domain(GstPreset *, gchar *domain);
it could also be a
gst_preset_set_search_path(GstPreset *, gchar *path);
or
gst_preset_set_app_dir(GstPreset *, gchar *dir);

The def. impl. would read the presets from system, app-path/dir and then
user-dir to create merged list.

I am thinking that gst_preset_set_app_dir() would be sufficient. The new API
would come with an warning, to indication that not all preset implementations
will handle it.

-- 
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