public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/obs-studio] epel9-next: Add patch to use FDK-AAC by default
@ 2026-07-20 19:39 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-07-20 19:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/obs-studio
Branch : epel9-next
Commit : ace27b93b397dbc571831a370376b5294faa6c61
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2023-05-04T13:54:45-04:00
Stats : +42/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/obs-studio/c/ace27b93b397dbc571831a370376b5294faa6c61?branch=epel9-next
Log:
Add patch to use FDK-AAC by default
---
diff --git a/obs-studio-UI-use-fdk-aac-by-default.patch b/obs-studio-UI-use-fdk-aac-by-default.patch
new file mode 100644
index 0000000..5f9d1e1
--- /dev/null
+++ b/obs-studio-UI-use-fdk-aac-by-default.patch
@@ -0,0 +1,36 @@
+From 841fd01b7a529b7c1d0e0a509190a26eb1220d5a Mon Sep 17 00:00:00 2001
+From: Neal Gompa <neal@gompa.dev>
+Date: Thu, 4 May 2023 13:52:01 -0400
+Subject: [PATCH] UI: Default to fdk-aac for AAC when auto-configuring settings
+
+We always have the FDK-AAC codec available, and it's a better
+codec anyway.
+---
+ UI/window-basic-auto-config-test.cpp | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/UI/window-basic-auto-config-test.cpp b/UI/window-basic-auto-config-test.cpp
+index c791c8b8b..7dabfd93f 100644
+--- a/UI/window-basic-auto-config-test.cpp
++++ b/UI/window-basic-auto-config-test.cpp
+@@ -202,7 +202,7 @@ void AutoConfigTestPage::TestBandwidthThread()
+ (wiz->x264Available ? "obs_x264" : "ffmpeg_openh264"),
+ "test_h264", nullptr, nullptr);
+ OBSEncoderAutoRelease aencoder = obs_audio_encoder_create(
+- "ffmpeg_aac", "test_aac", nullptr, 0, nullptr);
++ "libfdk_aac", "test_aac", nullptr, 0, nullptr);
+ OBSServiceAutoRelease service = obs_service_create(
+ serverType, "test_service", nullptr, nullptr);
+
+@@ -572,7 +572,7 @@ bool AutoConfigTestPage::TestSoftwareEncoding()
+ (wiz->x264Available ? "obs_x264" : "ffmpeg_openh264"),
+ "test_h264", nullptr, nullptr);
+ OBSEncoderAutoRelease aencoder = obs_audio_encoder_create(
+- "ffmpeg_aac", "test_aac", nullptr, 0, nullptr);
++ "libfdk_aac", "test_aac", nullptr, 0, nullptr);
+ OBSOutputAutoRelease output =
+ obs_output_create("null_output", "null", nullptr, nullptr);
+
+--
+2.40.0
+
diff --git a/obs-studio.spec b/obs-studio.spec
index 7e272d7..835d9c1 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -24,7 +24,7 @@
Name: obs-studio
Version: 29.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Open Broadcaster Software Studio
# OBS itself is GPL-2.0-or-later, while various plugin dependencies are of various other licenses
@@ -50,6 +50,8 @@ Patch0103: 0003-UI-Add-support-for-OpenH264-as-the-worst-case-fallba.patch
# Downstream Fedora patches
## Use system qrcodegencpp
Patch1001: obs-studio-websocket-use-system-qrcodegencpp.patch
+## Use fdk-aac by default
+Patch1002: obs-studio-UI-use-fdk-aac-by-default.patch
## Add license declarations for bundled deps
Patch9001: obs-studio-deps-Add-license-declaration-files.patch
## Add license declaration for obs-qsv11
@@ -296,6 +298,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Thu May 04 2023 Neal Gompa <ngompa@fedoraproject.org> - 29.1.0-2
+- Add patch to use FDK-AAC by default
+
* Tue May 02 2023 Neal Gompa <ngompa@fedoraproject.org> - 29.1.0-1
- Update to 29.1.0 final
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 19:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 19:39 [rpms/obs-studio] epel9-next: Add patch to use FDK-AAC by default Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox