mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
wavparse: update for TOC API changes
This commit is contained in:
parent
5b4eb723b6
commit
1ddb71e5b6
1 changed files with 2 additions and 1 deletions
|
@ -1283,7 +1283,8 @@ gst_wavparse_create_toc (GstWavParse * wav)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
toc = gst_toc_new ();
|
||||
/* FIXME: send CURRENT scope toc too */
|
||||
toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL);
|
||||
|
||||
/* add cue edition */
|
||||
entry = gst_toc_entry_new (GST_TOC_ENTRY_TYPE_EDITION, "cue");
|
||||
|
|
Loading…
Reference in a new issue