gst/gstindex.h: Add already-existing function to header (#168703).

Original commit message from CVS:
Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* gst/gstindex.h:
Add already-existing function to header (#168703).
This commit is contained in:
Ronald S. Bultje 2005-03-11 19:49:00 +00:00
parent 4554864e65
commit 1276d61329
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2005-03-11 Torsten Schoenfeld <kaffeetisch@gmx.de>
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/gstindex.h:
Add already-existing function to header (#168703).
2005-03-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* Makefile.am:

2
common

@ -1 +1 @@
Subproject commit b2638c100721f67b280c3b43b21f1ce1c9b5e316
Subproject commit 131c2632127e6f061b5270d8f80651782a4fdd13

View file

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