Home
last modified time | relevance | path

Searched refs:gst_index_entry_free (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstindex.c41 gst_index_entry_free (entry); in GST_START_TEST()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstindex.c138 (GBoxedFreeFunc) gst_index_entry_free);
204 gst_index_entry_free (entry); in gst_index_free_writer()
544 gst_index_entry_free (GstIndexEntry * entry) in gst_index_entry_free() function
Dgstindex.h442 void gst_index_entry_free (GstIndexEntry *entry);
Dgstmemindex.c175 g_list_foreach (memindex->associations, (GFunc) gst_index_entry_free, NULL); in gst_mem_index_finalize()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstindex.c143 (GBoxedFreeFunc) gst_index_entry_free); in gst_index_entry_get_type()
215 gst_index_entry_free (entry); in gst_index_free_writer()
558 gst_index_entry_free (GstIndexEntry * entry) in gst_index_entry_free() function
Dgstindex.h441 void gst_index_entry_free (GstIndexEntry *entry);
Dgstmemindex.c177 g_list_foreach (memindex->associations, (GFunc) gst_index_entry_free, NULL); in gst_mem_index_finalize()
/third_party/gstreamer/gstreamer/
DChangeLog95862 …gst/gstindex.*: Don't free key strings which we don't own. Fixes crash in gst_index_entry_free() (…
95864 * gst/gstindex.c: (gst_index_entry_free):
95867 gst_index_entry_free() (#522741).
96693 (gst_index_finalize), (gst_index_entry_free),