summaryrefslogtreecommitdiff
path: root/gst/audioparsers/gstflacparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/audioparsers/gstflacparse.c')
-rw-r--r--gst/audioparsers/gstflacparse.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gst/audioparsers/gstflacparse.c b/gst/audioparsers/gstflacparse.c
index d523c2dcf..34e1e5e66 100644
--- a/gst/audioparsers/gstflacparse.c
+++ b/gst/audioparsers/gstflacparse.c
@@ -1714,12 +1714,6 @@ gst_flac_parse_pre_push_frame (GstBaseParse * parse, GstBaseParseFrame * frame)
flacparse->sent_codec_tag = TRUE;
}
- /* Push tags */
- if (flacparse->tags) {
- gst_pad_push_event (GST_BASE_PARSE_SRC_PAD (flacparse),
- gst_event_new_tag (flacparse->tags));
- flacparse->tags = NULL;
- }
/* Push toc */
if (flacparse->toc) {
gst_pad_push_event (GST_BASE_PARSE_SRC_PAD (flacparse),