[gnome-sound-recorder] audioProfile: use the containerProfileMap for flac



commit 5d3bda7b72ce114bb128c8c212eeeace0d46e7e7
Author: Liam Kerr <liam d kerr gmail com>
Date:   Tue Mar 10 15:29:52 2020 +0000

    audioProfile: use the containerProfileMap for flac
    
    Although the flac mapping was added it wasn't being used. It is now.

 src/audioProfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/audioProfile.js b/src/audioProfile.js
index 5a278e9..a6a32b6 100644
--- a/src/audioProfile.js
+++ b/src/audioProfile.js
@@ -66,7 +66,7 @@ var AudioProfile = class AudioProfile {
             break;
 
         case comboBoxMap.FLAC:
-            this._values = { audio: audioCodecMap.FLAC };
+            this._values = { container: containerProfileMap.FLAC, audio: audioCodecMap.FLAC };
             break;
 
         case comboBoxMap.MP3:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]