[pitivi] FIXUP Move to GESAsset API
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] FIXUP Move to GESAsset API
- Date: Mon, 14 Jan 2013 12:38:14 +0000 (UTC)
commit d02568c8b645619111ca5ded09bff1c8c266f01d
Author: Thibault Saunier <thibault saunier collabora com>
Date: Mon Dec 24 13:26:04 2012 -0300
FIXUP Move to GESAsset API
pitivi/timeline/timeline.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index d58a899..efbbb93 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -1363,7 +1363,7 @@ class Timeline(Gtk.Table, Loggable, Zoomable):
clip_duration = asset.get_duration()
source = layer.add_asset(asset, start, 0,
- clip_duration, 1.0, asset.get_supported_types())
+ clip_duration, 1.0, asset.get_supported_formats())
self._temp_objects.insert(0, source)
start += asset.get_duration()
@@ -1858,4 +1858,4 @@ class Timeline(Gtk.Table, Loggable, Zoomable):
clip_duration = asset.get_duration()
layer.add_asset(asset, self.timeline.props.duration,
- 0, clip_duration, 1.0, asset.get_supported_types())
+ 0, clip_duration, 1.0, asset.get_supported_formats())
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]