Searched refs:gst_index_get_writer_id (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstindex.c | 38 fail_unless (gst_index_get_writer_id (index, GST_OBJECT (pipe), &id)); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstindex.h | 405 gboolean gst_index_get_writer_id (GstIndex *index, GstObject *writer, gint *…
|
D | gstindex.c | 699 gst_index_get_writer_id (GstIndex * index, GstObject * writer, gint * id) in gst_index_get_writer_id() function
|
D | gstbaseparse.c | 4883 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/ |
D | gstindex.h | 404 gboolean gst_index_get_writer_id (GstIndex *index, GstObject *writer, gint *…
|
D | gstindex.c | 713 gst_index_get_writer_id (GstIndex * index, GstObject * writer, gint * id) in gst_index_get_writer_id() function
|
D | gstflvdemux.c | 3636 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/ |
D | matroska-parse.c | 2045 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()
|
D | matroska-read-common.c | 1943 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()
|
D | matroska-demux.c | 4945 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/ |
D | gstaudiocdsrc.c | 1480 gst_index_get_writer_id (index, GST_OBJECT (src), &src->priv->index_id);
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavidemux.c | 1906 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/ |
D | qtdemux.c | 2487 gst_index_get_writer_id (index, GST_OBJECT (element), &demux->index_id);
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 67026 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
|