Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:X0F:branches:multimedia
clementine
clementine-revert-Let-the-audio-sink-autonegoti...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File clementine-revert-Let-the-audio-sink-autonegotiate-the-bit-dept.patch of Package clementine
From 9bd42d71e9d5eb515ebb0d9d6ead943366e6d26c Mon Sep 17 00:00:00 2001 From: v-fox <virtuousfox@gmail.com> Date: Mon, 11 Nov 2019 05:04:34 +0500 Subject: [PATCH] Revert "Let the audio sink autonegotiate the bit depth. (Possible fix for #5533) (#5541)" This reverts commit 1c0891202d582b8a7ca96f73e517b24120b6ac09. --- src/engines/gstenginepipeline.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/engines/gstenginepipeline.cpp b/src/engines/gstenginepipeline.cpp index f3d468592..b5feedf67 100644 --- a/src/engines/gstenginepipeline.cpp +++ b/src/engines/gstenginepipeline.cpp @@ -447,9 +447,9 @@ bool GstEnginePipeline::Init() { stereo_panorama_, volume_, audioscale_, convert, nullptr); - // We only limit the media type to raw audio. - // Let the audio output of the tee autonegotiate the bit depth and format. - GstCaps* caps = gst_caps_new_empty_simple("audio/x-raw"); + // Ensure that the audio output of the tee does not autonegotiate to 16 bit + GstCaps* caps = gst_caps_new_simple("audio/x-raw", "format", G_TYPE_STRING, + "S32LE", NULL); // Add caps for fixed sample rate and mono, but only if requested if (sample_rate_ != GstEngine::kAutoSampleRate && sample_rate_ > 0) { -- 2.23.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor