From a307a7fc43aa20817c2dac00a3b0b412eaf90315 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 14 Nov 2005 11:58:44 +0000 Subject: [PATCH] gst/gstindex.c (gst_index_add_object): Note in the docs that this function is not implemented. Original commit message from CVS: 2005-11-14 Andy Wingo * gst/gstindex.c (gst_index_add_object): Note in the docs that this function is not implemented. --- ChangeLog | 5 +++++ gst/gstindex.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 62c3f4f..b15d3dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-14 Andy Wingo + + * gst/gstindex.c (gst_index_add_object): Note in the docs that + this function is not implemented. + 2005-11-14 Julien MOUTTE * gst/base/gstbasetransform.c: diff --git a/gst/gstindex.c b/gst/gstindex.c index 046ce66..31197e7 100644 --- a/gst/gstindex.c +++ b/gst/gstindex.c @@ -746,6 +746,8 @@ gst_index_add_association (GstIndex * index, gint id, GstAssocFlags flags, * * Add the given object to the index with the given key. * + * This function is not yet implemented. + * * Returns: a pointer to the newly added entry in the index. */ GstIndexEntry * -- 2.7.4