mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
tag: Update for taglist/tag event API changes
This commit is contained in:
parent
3c47f584e2
commit
3d2d1beb77
1 changed files with 1 additions and 1 deletions
|
@ -1224,7 +1224,7 @@ gst_ffmpegdemux_open (GstFFMpegDemux * demux)
|
|||
GST_INFO_OBJECT (stream->pad, "stream tags: %" GST_PTR_FORMAT,
|
||||
stream->tags);
|
||||
gst_pad_push_event (stream->pad,
|
||||
gst_event_new_tag ("GstDemuxer", gst_tag_list_copy (stream->tags)));
|
||||
gst_event_new_tag (gst_tag_list_ref (stream->tags)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue