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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Apr 28 11:27:17 PDT 2008


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 | gstreamer (core) | Ver: HEAD CVS

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #109671|0                           |1
        is obsolete|                            |




------- Comment #80 from Wim Taymans  2008-04-28 18:27 UTC -------
Created an attachment (id=110055)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=110055&action=view)
updated patch

Updated patch:

 - removed _reset() and _randomize() methods for now, I have some ideas to
   nicely do it differently with the current API.
 - remove gst_preset_get_property_names() to gst_preset_list_properties() so
   that it matches g_object_class_list_properties() in signature and 
   functionality. This also alows us to avoid potential races and simplifies
   the code.
 - clean up the code that gets and caches the paths.
 - fix problems where calling some methods did not initialize the GKeyFile for
   the GType.
 - clean up error paths to reduce indentation depth and code clarity to make it
   more gstreamer like. Fix some cleanup errors along the way.
 - Fix keyfile name <-> element index error for the header.
 - Simplify version parsing.
 - fix unneeded GList copying and sorting to make it work mostly in-place.


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