Searched refs:sinfomap (Results 1 – 1 of 1) sorted by relevance
1316 GstMapInfo sinfomap, writemap; in gst_flac_parse_handle_headers() local1318 gst_buffer_map (streaminfo, &sinfomap, GST_MAP_READ); in gst_flac_parse_handle_headers()1323 buf = gst_buffer_new_and_alloc (13 + sinfomap.size); in gst_flac_parse_handle_headers()1333 memcpy (writemap.data + 13, sinfomap.data, sinfomap.size); in gst_flac_parse_handle_headers()1338 gst_buffer_unmap (streaminfo, &sinfomap); in gst_flac_parse_handle_headers()