gstreamer/subprojects/gst-plugins-base/ext
Edward Hervey a9984a0003 vorbisdec: Fix check for "-1" bitrate values
The check is exactly the same, but more explicit.

Original commit that introduced the check is
20fb58be19:
---
vorbisdec: don't put invalid bitrate values into the taglist

Bitrates are stored as 32-bit signed integers in the vorbis
identification headers, but seem to be read incorrectly,
namely as unsigned 32-bit integers, into the vorbis structure
members which are of type long, which makes our check for
values <= 0 fail with files that put -1 in there for unset
values.
---

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8229>
2025-01-13 12:51:45 +00:00
..
alsa alsa: Add support for DSD audio 2023-06-23 01:27:04 +00:00
cdparanoia cdparanoia: Ignore discarded-qualifiers coming from the header (again) 2023-10-21 23:30:38 +00:00
gl glmixerbin: derivate the mixer name from the bin name 2025-01-06 07:50:43 +00:00
libvisual libvisual: Fix for libvisual headers 2025-01-13 12:51:44 +00:00
ogg oggstream: review and fix per-format min_packet_size 2024-12-03 08:59:25 +00:00
opus opusdec: Set at most 64 channels to NONE position 2024-12-03 08:09:09 +00:00
pango pango: Add a property to compensate for display response time 2024-06-06 14:03:04 +00:00
theora base: Fix fallthrough declarations 2025-01-13 12:51:44 +00:00
vorbis vorbisdec: Fix check for "-1" bitrate values 2025-01-13 12:51:45 +00:00
meson.build Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00