mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
[MOVED FROM BAD 120/134] tag: Update for taglist/tag event API changes
This commit is contained in:
parent
1fdf044acf
commit
16db1b677a
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ gst_vp8_dec_send_tags (GstVP8Dec * dec)
|
||||||
GST_TAG_VIDEO_CODEC, "VP8 video", NULL);
|
GST_TAG_VIDEO_CODEC, "VP8 video", NULL);
|
||||||
|
|
||||||
gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (dec),
|
gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (dec),
|
||||||
gst_event_new_tag ("GstDecoder", list));
|
gst_event_new_tag (list));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue