From bd2ce0fb67b853b6bbdea398ed177c7ccbe9a64d Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Fri, 28 Apr 2017 23:05:35 -0400 Subject: [PATCH] pulse: Accept MPEG 1 layer 3 version 2.5 https://bugzilla.gnome.org/show_bug.cgi?id=781929 --- ext/pulse/pulseutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pulse/pulseutil.h b/ext/pulse/pulseutil.h index 152c42d127..ef11424eec 100644 --- a/ext/pulse/pulseutil.h +++ b/ext/pulse/pulseutil.h @@ -60,7 +60,7 @@ #define _PULSE_CAPS_DTS "audio/x-dts, framed = (boolean) true, " \ "block-size = (int) { 512, 1024, 2048 }; " #define _PULSE_CAPS_MP3 "audio/mpeg, mpegversion = (int) 1, " \ - "mpegaudioversion = (int) [ 1, 2 ], parsed = (boolean) true;" + "mpegaudioversion = (int) [ 1, 3 ], parsed = (boolean) true;" #define _PULSE_CAPS_AAC "audio/mpeg, mpegversion = (int) { 2, 4 }, " \ "framed = (boolean) true, stream-format = (string) adts;"