mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Revert "flacparse: push tags in pre_push_frame"
This reverts commit 4065fcb80a
.
flacparse should not push tags by itself, the base class is going to do that
while properly merging in upstream tags. It just didn't because of a bug in
the base class, which was hidden by this commit.
https://bugzilla.gnome.org/show_bug.cgi?id=763553
This commit is contained in:
parent
bbde949e8e
commit
66e9e4c202
1 changed files with 0 additions and 6 deletions
|
@ -1714,12 +1714,6 @@ gst_flac_parse_pre_push_frame (GstBaseParse * parse, GstBaseParseFrame * frame)
|
||||||
flacparse->sent_codec_tag = TRUE;
|
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 */
|
/* Push toc */
|
||||||
if (flacparse->toc) {
|
if (flacparse->toc) {
|
||||||
gst_pad_push_event (GST_BASE_PARSE_SRC_PAD (flacparse),
|
gst_pad_push_event (GST_BASE_PARSE_SRC_PAD (flacparse),
|
||||||
|
|
Loading…
Reference in a new issue