mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
update for tag event change
This commit is contained in:
parent
034a79ea7c
commit
8ae3ffa3d3
1 changed files with 1 additions and 1 deletions
|
@ -1221,7 +1221,7 @@ gst_ffmpegdemux_open (GstFFMpegDemux * demux)
|
||||||
GST_INFO_OBJECT (stream->pad, "stream tags: %" GST_PTR_FORMAT,
|
GST_INFO_OBJECT (stream->pad, "stream tags: %" GST_PTR_FORMAT,
|
||||||
stream->tags);
|
stream->tags);
|
||||||
gst_pad_push_event (stream->pad,
|
gst_pad_push_event (stream->pad,
|
||||||
gst_event_new_tag (gst_tag_list_copy (stream->tags)));
|
gst_event_new_tag ("GstDemuxer", gst_tag_list_copy (stream->tags)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue