mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
flacparse: update for TOC API changes
This commit is contained in:
parent
0827f54b93
commit
1d5ed57cfa
1 changed files with 1 additions and 1 deletions
|
@ -995,7 +995,7 @@ gst_flac_parse_handle_cuesheet (GstFlacParse * flacparse, GstBuffer * buffer)
|
|||
gst_buffer_map (buffer, &map, GST_MAP_READ);
|
||||
gst_byte_reader_init (&reader, map.data, map.size);
|
||||
|
||||
toc = gst_toc_new ();
|
||||
toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL);
|
||||
|
||||
/* skip 4 bytes METADATA_BLOCK_HEADER */
|
||||
/* http://flac.sourceforge.net/format.html#metadata_block_header */
|
||||
|
|
Loading…
Reference in a new issue