mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
Revert "flacparse: Add maximum bitrate tag"
This reverts commit c703ab69f5
.
https://bugzilla.gnome.org/show_bug.cgi?id=769392
This commit is contained in:
parent
a1eefe23de
commit
0f41d0e75d
1 changed files with 0 additions and 7 deletions
|
@ -1705,13 +1705,6 @@ gst_flac_parse_pre_push_frame (GstBaseParse * parse, GstBaseParseFrame * frame)
|
|||
GST_TAG_AUDIO_CODEC, caps);
|
||||
gst_caps_unref (caps);
|
||||
|
||||
/* Compute the bitrate of the uncompressed audio and set it as the
|
||||
* maximum possible bitrate, since such a bitrate is the worst case
|
||||
* (= no compression). */
|
||||
gst_tag_list_add (flacparse->tags, GST_TAG_MERGE_KEEP,
|
||||
GST_TAG_MAXIMUM_BITRATE, flacparse->samplerate * flacparse->bps *
|
||||
flacparse->channels, NULL);
|
||||
|
||||
/* Announce our pending tags */
|
||||
gst_base_parse_merge_tags (parse, flacparse->tags, GST_TAG_MERGE_REPLACE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue