Home
last modified time | relevance | path

Searched refs:gst_index_get_writer_id (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstindex.c38 fail_unless (gst_index_get_writer_id (index, GST_OBJECT (pipe), &id)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstindex.h405 gboolean gst_index_get_writer_id (GstIndex *index, GstObject *writer, gint *…
Dgstindex.c699 gst_index_get_writer_id (GstIndex * index, GstObject * writer, gint * id) in gst_index_get_writer_id() function
Dgstbaseparse.c4883 gst_index_get_writer_id (index, GST_OBJECT_CAST (element),
4931 gst_index_get_writer_id (parse->priv->index, GST_OBJECT (parse), in gst_base_parse_change_state()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstindex.h404 gboolean gst_index_get_writer_id (GstIndex *index, GstObject *writer, gint *…
Dgstindex.c713 gst_index_get_writer_id (GstIndex * index, GstObject * writer, gint * id) in gst_index_get_writer_id() function
Dgstflvdemux.c3636 gst_index_get_writer_id (demux->index, GST_OBJECT (demux), in gst_flv_demux_change_state()
3687 gst_index_get_writer_id (index, GST_OBJECT (element), &demux->index_id);
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-parse.c2045 gst_index_get_writer_id (parse->element_index, in gst_matroska_parse_parse_blockgroup_or_simpleblock()
2699 gst_index_get_writer_id (parse->common.element_index, in gst_matroska_parse_parse_id()
Dmatroska-read-common.c1943 gst_index_get_writer_id (common->element_index, in gst_matroska_read_common_parse_index()
1948 gst_index_get_writer_id (common->element_index, GST_OBJECT (common), in gst_matroska_read_common_parse_index()
Dmatroska-demux.c4945 gst_index_get_writer_id (demux->common.element_index, in gst_matroska_demux_parse_blockgroup_or_simpleblock()
5763 gst_index_get_writer_id (demux->common.element_index, in gst_matroska_demux_parse_id()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiocdsrc.c1480 gst_index_get_writer_id (index, GST_OBJECT (src), &src->priv->index_id);
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.c1906 gst_index_get_writer_id (avi->element_index, in gst_avi_demux_expose_streams()
6011 gst_index_get_writer_id (index, GST_OBJECT_CAST (element), &avi->index_id);
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c2487 gst_index_get_writer_id (index, GST_OBJECT (element), &demux->index_id);
/third_party/gstreamer/gstreamer/
DChangeLog67026 docs: add note/warning to gst_index_get_writer_id() docs about the OBJECT_LOCK
67033 Protect index with its own lock. gst_index_get_writer_id() may take