mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
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 <wingo@pobox.com> * gst/gstindex.c (gst_index_add_object): Note in the docs that this function is not implemented.
This commit is contained in:
parent
be483e517b
commit
a307a7fc43
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-14 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/gstindex.c (gst_index_add_object): Note in the docs that
|
||||
this function is not implemented.
|
||||
|
||||
2005-11-14 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* gst/base/gstbasetransform.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 *
|
||||
|
|
Loading…
Reference in a new issue