[Gstreamer-bugs] [Bug 127133] Changed - Need non-vararg version of gst_index_add_association
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Sun Nov 16 12:22:58 PST 2003
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=127133
Changed by brettk at frodo.dyn.gno.org.
--- shadow/127133 Sun Nov 16 15:20:45 2003
+++ shadow/127133.tmp.1567 Sun Nov 16 15:22:58 2003
@@ -20,6 +20,22 @@
functionality.
------- Additional Comments From brettk at frodo.dyn.gno.org 2003-11-16 15:20 -------
Created an attachment (id=21506)
Proposed solution, defines gst_index_add_association_list
+
+------- Additional Comments From brettk at frodo.dyn.gno.org 2003-11-16 15:22 -------
+Just to explain the proposed patch a little. Basically, it defines
+the following function:
+
+GstIndexEntry*
+gst_index_add_association_list (GstIndex *index, gint id,
+ GstAssocFlag flags,
+ gint nassocs,
+ GstIndexAssociation *assocs)
+
+Basically, the new version takes an array of GstIndexAssociation,
+rather than a variable list of GstFormat/value pairs.
+
+This patch also modifies the original varargs version to call the
+_list() equivalent to perform the low-level functionality.
More information about the Gstreamer-bugs
mailing list