mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 10:34:11 +00:00
avidemux: ... and use the local api both times
This commit is contained in:
parent
9a203fceeb
commit
1be2922802
1 changed files with 1 additions and 1 deletions
|
@ -4109,7 +4109,7 @@ gst_avi_demux_stream_header_pull (GstAviDemux * avi)
|
|||
}
|
||||
|
||||
sub = gst_buffer_copy_region (buf, GST_BUFFER_COPY_ALL, 4, -1);
|
||||
gst_riff_parse_ncdt (element, sub, &tags);
|
||||
gst_avi_demux_parse_ncdt (avi, sub, &tags);
|
||||
if (tags) {
|
||||
if (avi->globaltags) {
|
||||
gst_tag_list_insert (avi->globaltags, tags,
|
||||
|
|
Loading…
Reference in a new issue