mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ffmpegdemux: update for taglist API changes
This commit is contained in:
parent
dcc9703273
commit
6501cdbf92
1 changed files with 1 additions and 1 deletions
|
@ -1022,7 +1022,7 @@ gst_ffmpegdemux_get_stream (GstFFMpegDemux * demux, AVStream * avstream)
|
||||||
|
|
||||||
/* metadata */
|
/* metadata */
|
||||||
if ((codec = gst_ffmpeg_get_codecid_longname (ctx->codec_id))) {
|
if ((codec = gst_ffmpeg_get_codecid_longname (ctx->codec_id))) {
|
||||||
stream->tags = gst_tag_list_new ();
|
stream->tags = gst_tag_list_new_empty ();
|
||||||
|
|
||||||
gst_tag_list_add (stream->tags, GST_TAG_MERGE_REPLACE,
|
gst_tag_list_add (stream->tags, GST_TAG_MERGE_REPLACE,
|
||||||
(ctx->codec_type == AVMEDIA_TYPE_VIDEO) ?
|
(ctx->codec_type == AVMEDIA_TYPE_VIDEO) ?
|
||||||
|
|
Loading…
Reference in a new issue