Searched refs:comp_brands (Results 1 – 3 of 3) sorted by relevance
59 } else if (qtdemux->comp_brands != NULL) { in qtdemux_is_brand_3gp()65 gst_buffer_map (qtdemux->comp_brands, &map, GST_MAP_READ); in qtdemux_is_brand_3gp()74 gst_buffer_unmap (qtdemux->comp_brands, &map); in qtdemux_is_brand_3gp()
101 GstBuffer *comp_brands; member
2041 if (qtdemux->comp_brands) in gst_qtdemux_reset()2042 gst_buffer_unref (qtdemux->comp_brands); in gst_qtdemux_reset()2043 qtdemux->comp_brands = NULL; in gst_qtdemux_reset()2724 if (qtdemux->comp_brands) in qtdemux_parse_ftyp()2725 gst_buffer_unref (qtdemux->comp_brands); in qtdemux_parse_ftyp()2726 buf = qtdemux->comp_brands = gst_buffer_new_and_alloc (length - 16); in qtdemux_parse_ftyp()