mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-10-31 22:49:02 +00:00
mpegaudioparse: parse either Xing or VBRI data
... and avoid confusing debug message claiming neither present.
This commit is contained in:
parent
c1c858f273
commit
5cb42081a5
1 changed files with 1 additions and 3 deletions
|
@ -791,9 +791,7 @@ gst_mpeg_audio_parse_handle_first_frame (GstMpegAudioParse * mp3parse,
|
|||
GST_DEBUG_OBJECT (mp3parse, "Encoder delay %u, encoder padding %u",
|
||||
encoder_delay, encoder_padding);
|
||||
}
|
||||
}
|
||||
|
||||
if (read_id_vbri == vbri_id) {
|
||||
} else if (read_id_vbri == vbri_id) {
|
||||
gint64 total_bytes, total_frames;
|
||||
GstClockTime total_time;
|
||||
guint16 nseek_points;
|
||||
|
|
Loading…
Reference in a new issue