pitivi branch master, updated. 89f8da086254b3ae4568bc2d74fe435cc221bac3



The branch, master has been updated
       via  89f8da086254b3ae4568bc2d74fe435cc221bac3 (commit)
       via  2eb533bd91387947d2272c8fc87704823c2c8d2f (commit)
       via  55e0777857c149c91628abce5569b51e620ec62b (commit)
       via  f295b5608cfe18fc43e36c6e765ec4db64b880dd (commit)
       via  5770a89452bd332f6339b9c33e0e2cf1f0557c61 (commit)
       via  4b944cc392c171fa8edd3427e4a2e86b42dab55b (commit)
       via  e9f66d1aa307d77bb0a18bfb6230a082186f0f97 (commit)
       via  25359170d0ae7f6be3c61f6bbd86054b9e007240 (commit)
       via  b1c4e3b5cd9e3ebae506924c5a2d84cdd7f07f0e (commit)
       via  d100a1a17e0c42e8770f76f5510ed706f3457604 (commit)
       via  29101a72d30664738903e6c7e950a04e311bce28 (commit)
      from  047af398ba12be64d306431a600dd5c81706a8a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 89f8da086254b3ae4568bc2d74fe435cc221bac3
Author: Edward Hervey <bilboed bilboed com>
Date:   Mon Mar 2 18:40:44 2009 +0100

    EncodingDialog: Only connect to the position/eos signals when we use the Pipeline.

commit 2eb533bd91387947d2272c8fc87704823c2c8d2f
Author: Edward Hervey <bilboed bilboed com>
Date:   Mon Mar 2 18:26:12 2009 +0100

    Viewer: Connect to EOS, and set the play/pause button to Play.

commit 55e0777857c149c91628abce5569b51e620ec62b
Author: Alessandro Decina <alessandro decina collabora co uk>
Date:   Mon Mar 2 18:24:35 2009 +0100

    Don't show duration for images in the source list.

commit f295b5608cfe18fc43e36c6e765ec4db64b880dd
Author: Alessandro Decina <alessandro decina collabora co uk>
Date:   Mon Mar 2 18:23:56 2009 +0100

    Fix PictureFileSourceFactory duration and default_duration.

commit 5770a89452bd332f6339b9c33e0e2cf1f0557c61
Author: Alessandro Decina <alessandro decina collabora co uk>
Date:   Mon Mar 2 18:06:31 2009 +0100

    discoverer: fix a bug in _closePadLink that seems to break flac detection.

commit 4b944cc392c171fa8edd3427e4a2e86b42dab55b
Author: Edward Hervey <bilboed bilboed com>
Date:   Mon Mar 2 17:50:00 2009 +0100

    Pipeline: Query new duration when we receive GST_MESSAGE_DURATION on the bus.
    
    Yes, we do NOT use the value stored in the message, since there's many reasons
    it will not be coherent. The only accurate way is to query the duration.

commit e9f66d1aa307d77bb0a18bfb6230a082186f0f97
Author: Edward Hervey <bilboed bilboed com>
Date:   Mon Mar 2 17:15:00 2009 +0100

    Track: Remove the object from a composition before setting it to NULL.
    
    This makes sure that the composition can properly release the object,
    including stopping its streaming thread. If we don't do this, we end up
    trying to set an object to NULL while its streaming thread is blocked downstream.

commit 25359170d0ae7f6be3c61f6bbd86054b9e007240
Author: Edward Hervey <bilboed bilboed com>
Date:   Mon Mar 2 16:56:04 2009 +0100

    UI/Seek: Protect calls to Pipeline.seek() with try/except.
    
    This avoids ending up in weird situations where you can't use the
    Viewer seekbar anymore.

commit b1c4e3b5cd9e3ebae506924c5a2d84cdd7f07f0e
Author: Alessandro Decina <alessandro decina collabora co uk>
Date:   Mon Mar 2 15:43:10 2009 +0100

    Always unquote URIs in SourceList.addUris. Fixes #572346.

commit d100a1a17e0c42e8770f76f5510ed706f3457604
Author: Alessandro Decina <alessandro decina collabora co uk>
Date:   Mon Mar 2 15:19:56 2009 +0100

    Set PictureFileSourceFactory.default_duration.

commit 29101a72d30664738903e6c7e950a04e311bce28
Author: Alessandro Decina <alessandro decina collabora co uk>
Date:   Mon Mar 2 15:01:44 2009 +0100

    Make Loggable.error not raise SystemExit.

-----------------------------------------------------------------------

Summary of changes:
 pitivi/elements/singledecodebin.py |    3 +--
 pitivi/factories/file.py           |    1 +
 pitivi/log/loggable.py             |   14 ++++++++++++++
 pitivi/pipeline.py                 |   10 ++++++++++
 pitivi/sourcelist.py               |    5 ++++-
 pitivi/timeline/track.py           |    6 ++++--
 pitivi/ui/encodingdialog.py        |    9 ++++-----
 pitivi/ui/mainwindow.py            |    5 ++++-
 pitivi/ui/sourcelist.py            |    8 +++++++-
 pitivi/ui/viewer.py                |    9 +++++++--
 10 files changed, 56 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
PiTiVi open-source video editor



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]