mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
docs: fix typo in gst_index_new() docs
https://bugzilla.gnome.org/show_bug.cgi?id=642869
This commit is contained in:
parent
5ab1ee11ad
commit
9cb1dec018
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ gst_index_group_free (GstIndexGroup * group)
|
|||
* gst_index_new:
|
||||
*
|
||||
* Create a new dummy index object. Use gst_element_set_index() to assign that
|
||||
* to an element or pipeline. This index is not storeing anything, but will
|
||||
* to an element or pipeline. This index is not storing anything, but will
|
||||
* still emit e.g. the #GstIndex::entry-added signal.
|
||||
*
|
||||
* Returns: (transfer full): a new index object
|
||||
|
|
Loading…
Reference in a new issue