[pitivi: 22/28] Remove a sync_state_with_parent call since it might deadlock.
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 22/28] Remove a sync_state_with_parent call since it might deadlock.
- Date: Mon, 1 Mar 2010 10:59:25 +0000 (UTC)
commit 8783e56e0e3d1a9fc25561a7f86143364854b711
Author: Alessandro Decina <alessandro d gmail com>
Date: Sun Feb 28 21:58:45 2010 +0100
Remove a sync_state_with_parent call since it might deadlock.
pitivi/timeline/track.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/timeline/track.py b/pitivi/timeline/track.py
index cec39d2..feb6d78 100644
--- a/pitivi/timeline/track.py
+++ b/pitivi/timeline/track.py
@@ -713,7 +713,6 @@ class Track(Signallable):
gnl_object.props.duration = gap.initial_duration
self.composition.add(gnl_object)
self.default_sources.append(gnl_object)
- gnl_object.sync_state_with_parent()
def _getMixerForStream(self, stream):
if isinstance(stream, AudioStream):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]