Home
last modified time | relevance | path

Searched refs:GST_MATROSKA_ID_CLUSTER (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-parse.c1216 GST_MATROSKA_ID_CLUSTER, cluster_pos, size - cluster_pos);
1236 g_assert (id == GST_MATROSKA_ID_CLUSTER);
1251 id == GST_MATROSKA_ID_CLUSTER ? "" : "not ");
1252 if (id == GST_MATROSKA_ID_CLUSTER)
2627 if (id != GST_MATROSKA_ID_CLUSTER && in gst_matroska_parse_parse_id()
2659 case GST_MATROSKA_ID_CLUSTER: in gst_matroska_parse_parse_id()
Dmatroska-ids.h50 #define GST_MATROSKA_ID_CLUSTER 0x1F43B675 macro
Dmatroska-demux.c2131 if (ret == GST_FLOW_OK && id == GST_MATROSKA_ID_CLUSTER) { in gst_matroska_demux_search_cluster()
2181 GST_MATROSKA_ID_CLUSTER, 0, gst_byte_reader_get_remaining (&reader)); in gst_matroska_demux_search_cluster()
2218 if (id != GST_MATROSKA_ID_CLUSTER) { in gst_matroska_demux_search_cluster()
2222 g_assert (id == GST_MATROSKA_ID_CLUSTER); in gst_matroska_demux_search_cluster()
2238 id == GST_MATROSKA_ID_CLUSTER ? "" : "not "); in gst_matroska_demux_search_cluster()
2239 if (id == GST_MATROSKA_ID_CLUSTER) in gst_matroska_demux_search_cluster()
2349 if (id == GST_MATROSKA_ID_CLUSTER && cluster->offset != offset) in gst_matroska_demux_peek_cluster_info()
2405 case GST_MATROSKA_ID_CLUSTER: in gst_matroska_demux_peek_cluster_info()
2646 if (id == GST_MATROSKA_ID_CLUSTER) { in gst_matroska_demux_search_pos()
5274 case GST_MATROSKA_ID_CLUSTER: in gst_matroska_demux_parse_contents_seekentry()
[all …]
Dmatroska-mux.c4099 gst_ebml_write_master_start (ebml, GST_MATROSKA_ID_CLUSTER); in gst_matroska_mux_write_data()
4125 mux->cluster = gst_ebml_write_master_start (ebml, GST_MATROSKA_ID_CLUSTER); in gst_matroska_mux_write_data()