[pitivi: 6/28] Initialize aencoder and vencoder with None in ExportSettings. This was part of the behaviour that ch
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 6/28] Initialize aencoder and vencoder with None in ExportSettings. This was part of the behaviour that ch
- Date: Thu, 14 Jul 2011 16:23:43 +0000 (UTC)
commit 1d8709c58525dcf3851c8212339f2aab67e42eed
Author: Alex BÄluÈ <alexandru balut gmail com>
Date: Wed Jul 6 00:27:50 2011 +0200
Initialize aencoder and vencoder with None in ExportSettings.
This was part of the behaviour that changed in commit 8d2aa5ca04faef22a274d48b41aa85430156b559 which introduced bug 654035.
Fixes bug 654035.
pitivi/settings.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/settings.py b/pitivi/settings.py
index 314e7cc..1df969f 100644
--- a/pitivi/settings.py
+++ b/pitivi/settings.py
@@ -460,8 +460,8 @@ class ExportSettings(Signallable, Loggable):
self.audiochannels = 2
self.audiorate = 44100
self.audiodepth = 16
- self.vencoder = "theoraenc"
- self.aencoder = "vorbisenc"
+ self.vencoder = None
+ self.aencoder = None
self.muxer = "oggmux"
# A (muxer -> containersettings) map.
self._containersettings_cache = {}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]