mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
[MOVED FROM BAD 113/134] update for tag event change
This commit is contained in:
parent
dcb3fc514e
commit
e644f68e26
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ gst_vp8_dec_send_tags (GstVP8Dec * dec)
|
|||
GST_TAG_VIDEO_CODEC, "VP8 video", NULL);
|
||||
|
||||
gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (dec),
|
||||
gst_event_new_tag (list));
|
||||
gst_event_new_tag ("GstDecoder", list));
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue