[Bug 611689] [NEW PLUGIN] crossfeed plugin
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jan 12 12:29:58 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=611689
GStreamer | gst-plugins-bad | git
--- Comment #21 from Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2015-01-12 20:29:55 UTC ---
Created an attachment (id=294375)
View: https://bugzilla.gnome.org/attachment.cgi?id=294375
Review: https://bugzilla.gnome.org/review?bug=611689&attachment=294375
implement the preset iface
Christoph, this will affect your UI.
You will use
gst_preset_get_preset_names(element) to get a list of presets. And then
gst_preset_get_meta(element, preset_name, "comment", &comment) to get the
description for each preset. To activate one you do:
gst_preset_load_preset(element, preset_name);
--
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