[gstreamer-bugs] [Bug 396779] Preset interface for elements

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Nov 19 03:37:04 PST 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=396779

  GStreamer | gst-plugins-base | Ver: HEAD CVS




------- Comment #23 from Stefan Kost (gstreamer, gtkdoc dev)  2007-11-19 11:37 UTC -------
It seems the feature is badly understood. I'll try to explain further. There
are elements with lots of settings (gobject properties). Its useful to be able
to have  named parameter settings (multiple parameters, one name). Can we agree
on this?

Now applications need a defined interface to scan available presets, activate
one of those, or store the current as a new preset. It would definitely be
possible to handle this inside the app too. The downsides would be that the
code would be duplicated in various applications and elements can not override
the implementation. All the wrapper-plugins (ladspa, buzz, libvisual, ...)
would want to support the native preset format (if there is one).

The idea of the current implementation is to provide something that can be used
by  most elements as it is. The more special case an element is the more likely
it will need to override things.

The implementation was available for almost a year and I annouced it on the
mailing list and irc. Noone objected. There are some todos which need
discussion, but a new core lifecycle just started, so lets discuss and I will
make the changes. I've sent another mail to gst-devel regarding that.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=396779.




More information about the Gstreamer-bugs mailing list