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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Nov 26 05:20:01 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 | gstreamer (core) | Ver: HEAD CVS

Stefan Kost (gstreamer, gtkdoc dev) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98144|committed                   |none
               Flag|                            |




------- Comment #36 from Stefan Kost (gstreamer, gtkdoc dev)  2007-11-26 13:20 UTC -------
Yes that sounds good. I'll implement this strategy:
gchar *preset_get_path(self) -> boolean preset_get_paths(self,&user,&system);
open both files
if system.exists
   check version
   if system.version > user.version
     read system
     updated = true
 if user.exists
   read user
 if updated
   write user

I'll also attach a new patch soon, as I had to revert the patch as people
demandedfor more time.


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