public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/obs-studio] epel9-next: Add patch to use FDK-AAC by default
Date: Mon, 20 Jul 2026 19:39:33 GMT [thread overview]
Message-ID: <178457637382.1.502164201709050706.rpms-obs-studio-ace27b93b397@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-20 19:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178457637382.1.502164201709050706.rpms-obs-studio-ace27b93b397@fedoraproject.org \
--to=ngompa@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox