diff --git a/ChangeLog b/ChangeLog index 413767f32f..e3b09c5b2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-03-11 Torsten Schoenfeld + + Reviewed by: Ronald S. Bultje + + * gst/gstindex.h: + Add already-existing function to header (#168703). + 2005-03-10 Ronald S. Bultje * Makefile.am: diff --git a/common b/common index b2638c1007..131c263212 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit b2638c100721f67b280c3b43b21f1ce1c9b5e316 +Subproject commit 131c2632127e6f061b5270d8f80651782a4fdd13 diff --git a/gst/gstindex.h b/gst/gstindex.h index a22f78707b..a2a0246606 100644 --- a/gst/gstindex.h +++ b/gst/gstindex.h @@ -215,6 +215,8 @@ void gst_index_set_resolver (GstIndex *index, gboolean gst_index_get_writer_id (GstIndex *index, GstObject *writer, gint *id); GstIndexEntry* gst_index_add_format (GstIndex *index, gint id, GstFormat format); +GstIndexEntry* gst_index_add_associationv (GstIndex * index, gint id, GstAssocFlags flags, + int n, const GstIndexAssociation * list); GstIndexEntry* gst_index_add_association (GstIndex *index, gint id, GstAssocFlags flags, GstFormat format, gint64 value, ...); GstIndexEntry* gst_index_add_object (GstIndex *index, gint id, gchar *key,