[gstreamer-bugs] [Bug 324398] varargs/valist functions aren't bindable

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Feb 14 02:10:14 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=324398
 GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Comment #2 from Edward Hervey  2006-02-14 10:10 UTC -------
in fact gst_tag_setter_add_tags() is the same as:

def my_tag_setter_add_tags(tagsetter, mergemode, tags):
  taglist = gst.TagList()
  for name,value in tags:
    taglist[name] = value
  tagsetter.merge_tags(mergemode, taglist)

I'll add a wrapper for convenience.


-- 
Configure bugmail: http://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