[banshee] audio-profiles: fix duration for CBR lame profile (bgo#637717)
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] audio-profiles: fix duration for CBR lame profile (bgo#637717)
- Date: Mon, 21 Mar 2011 13:48:07 +0000 (UTC)
commit f8803f43dc30428224ac4f1d5fc368542c5ef10e
Author: Frank Ziegler <funtastix googlemail com>
Date: Fri Mar 18 09:02:46 2011 +0700
audio-profiles: fix duration for CBR lame profile (bgo#637717)
Signed-off-by: Gabriel Burt <gabriel burt gmail com>
data/audio-profiles/mp3-lame.xml.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/audio-profiles/mp3-lame.xml.in b/data/audio-profiles/mp3-lame.xml.in
index a28ff29..38b078d 100644
--- a/data/audio-profiles/mp3-lame.xml.in
+++ b/data/audio-profiles/mp3-lame.xml.in
@@ -20,7 +20,7 @@
"audioconvert"
(gst-construct-element "lamemp3enc"
(if (= encoding_mode 0)
- ("bitrate" bitrate "target" 1)
+ ("bitrate" bitrate "target" 1 "cbr" "true")
(if (= encoding_mode 4)
("quality" (- 9 vbr_quality) "target" 0)
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]