[pitivi/ges: 29/287] Make the sources always have a 1 priority by default
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/ges: 29/287] Make the sources always have a 1 priority by default
- Date: Thu, 15 Mar 2012 16:28:16 +0000 (UTC)
commit ea0823c83bc76c059111d00a6c3b7f15b4000a94
Author: Mathieu Duponchelle <seeed laposte net>
Date: Sun Aug 28 21:42:57 2011 +0200
Make the sources always have a 1 priority by default
pitivi/ui/timeline.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index a56a83c..f702a88 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -490,6 +490,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
break
for uri in uris:
src = ges.TimelineFileSource(uri)
+ src.set_property("priority", 1)
layer.add_object(src)
self._temp_objects.insert(0, src)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]