pitivi r1238 - in branches/SOC_2008_BLEWIS: . pitivi/timeline
- From: edwardrv svn gnome org
- To: svn-commits-list gnome org
- Subject: pitivi r1238 - in branches/SOC_2008_BLEWIS: . pitivi/timeline
- Date: Mon, 25 Aug 2008 15:36:23 +0000 (UTC)
Author: edwardrv
Date: Mon Aug 25 15:36:23 2008
New Revision: 1238
URL: http://svn.gnome.org/viewvc/pitivi?rev=1238&view=rev
Log:
* pitivi/timeline/source.py:
Fix description
Modified:
branches/SOC_2008_BLEWIS/ChangeLog
branches/SOC_2008_BLEWIS/pitivi/timeline/source.py
Modified: branches/SOC_2008_BLEWIS/pitivi/timeline/source.py
==============================================================================
--- branches/SOC_2008_BLEWIS/pitivi/timeline/source.py (original)
+++ branches/SOC_2008_BLEWIS/pitivi/timeline/source.py Mon Aug 25 15:36:23 2008
@@ -31,6 +31,10 @@
class TimelineSource(TimelineObject):
"""
Base class for all sources (O input)
+
+ Save/Load properties:
+ * 'media-start' (int) : start position of the media
+ * 'media-duration' (int) : duration of the media
"""
__gsignals__ = {
"media-start-duration-changed" : ( gobject.SIGNAL_RUN_LAST,
@@ -179,8 +183,6 @@
Seekable sources (mostly files)
Save/Load properties:
- * 'media-start' (int) : start position of the media
- * 'media-duration' (int) : duration of the media
* (optional) 'volume' (int) : volume of the audio
"""
__data_type__ = "timeline-file-source"
@@ -305,7 +307,6 @@
gobject.type_register(TimelineFileSource)
-
class TimelineLiveSource(TimelineSource):
"""
Non-seekable sources (like cameras)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]