X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fgst%2Fbase%2Fgstindex.c;h=1df5bd2c6bf9f1239e045c6c723309eea467d84a;hb=a87b4551a6090663a1714f263d4e20fe75eb46ca;hp=a0505ccf7d497c39da2a4ad4903f719644fc923f;hpb=6a0e594ebcadbe8d9e32819579072920ef422274;p=platform%2Fupstream%2Fgstreamer.git diff --git a/libs/gst/base/gstindex.c b/libs/gst/base/gstindex.c index a0505cc..1df5bd2 100644 --- a/libs/gst/base/gstindex.c +++ b/libs/gst/base/gstindex.c @@ -16,16 +16,17 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ /** * SECTION:gstindex + * @title: GstIndexEntry * @short_description: Generate indexes on objects * @see_also: #GstIndexFactory * - * GstIndex is used to generate a stream index of one or more elements + * #GstIndex is used to generate a stream index of one or more elements * in a pipeline. * * Elements will overload the set_index and get_index virtual methods in @@ -368,7 +369,7 @@ gst_index_new_group (GstIndex * index) * * Set the current groupnumber to the given argument. * - * Returns: TRUE if the operation succeeded, FALSE if the group + * Returns: %TRUE if the operation succeeded, %FALSE if the group * did not exist. */ gboolean @@ -496,8 +497,6 @@ gst_index_set_resolver (GstIndex * index, * * Lets the app register a custom function to map index * ids to writer descriptions. - * - * Since: 0.10.18 */ void gst_index_set_resolver_full (GstIndex * index, GstIndexResolver resolver, @@ -573,7 +572,7 @@ gst_index_entry_free (GstIndexEntry * entry) * @format: the format to add to the index * * Adds a format entry into the index. This function is - * used to map dynamic GstFormat ids to their original + * used to map dynamic #GstFormat ids to their original * format key. * * Free-function: gst_index_entry_free @@ -678,7 +677,7 @@ gst_index_gtype_resolver (GstIndex * index, GstObject * writer, /** * gst_index_get_writer_id: * @index: the index to get a unique write id for - * @writer: the GstObject to allocate an id for + * @writer: the #GstObject to allocate an id for * @id: a pointer to a gint to hold the id * * Before entries can be added to the index, a writer @@ -689,13 +688,11 @@ gst_index_gtype_resolver (GstIndex * index, GstObject * writer, * to a string. That string will be used to register or look up an id * in the index. * - * - * The caller must not hold @writer's #GST_OBJECT_LOCK, as the default - * resolver may call functions that take the object lock as well, and - * the lock is not recursive. - * + * > The caller must not hold @writer's GST_OBJECT_LOCK(), as the default + * > resolver may call functions that take the object lock as well, and + * > the lock is not recursive. * - * Returns: TRUE if the writer would be mapped to an id. + * Returns: %TRUE if the writer would be mapped to an id. */ gboolean gst_index_get_writer_id (GstIndex * index, GstObject * writer, gint * id) @@ -777,7 +774,7 @@ gst_index_add_entry (GstIndex * index, GstIndexEntry * entry) * @id: the id of the index writer * @flags: optinal flags for this entry * @n: number of associations - * @list: list of associations + * @list: (array length=n): list of associations * * Associate given format/value pairs with each other. * @@ -920,7 +917,7 @@ gst_index_compare_func (gconstpointer a, gconstpointer b, gpointer user_data) * * Finds the given format/value in the index * - * Returns: the entry associated with the value or NULL if the + * Returns: (nullable): the entry associated with the value or %NULL if the * value was not found. */ GstIndexEntry * @@ -951,7 +948,7 @@ gst_index_get_assoc_entry (GstIndex * index, gint id, * Finds the given format/value in the index with the given * compare function and user_data. * - * Returns: the entry associated with the value or NULL if the + * Returns: (nullable): the entry associated with the value or %NULL if the * value was not found. */ GstIndexEntry * @@ -983,7 +980,7 @@ gst_index_get_assoc_entry_full (GstIndex * index, gint id, * * Gets alternative formats associated with the indexentry. * - * Returns: TRUE if there was a value associated with the given + * Returns: %TRUE if there was a value associated with the given * format. */ gboolean