pitivi branch master, updated. c11bd23959eb3a91adcaa5ac4e92f4a86d33e870



The branch, master has been updated
       via  c11bd23959eb3a91adcaa5ac4e92f4a86d33e870 (commit)
       via  f99f1a900f82bf8982f1480c3e2df6f8ef5d1544 (commit)
       via  536c8cc0d2a1fe139b5c177f1f5b7f65408d5bd4 (commit)
       via  24a7979f95aa33255d0410dfe09168d2a589a535 (commit)
       via  c69162b2218d09446ebadbde3f35021b6d8b1ac1 (commit)
       via  9e05e25900a291d14350b0fe9ca7f1b1a6b0d08f (commit)
       via  a619fde5cd546ecf388c79fba17b2d5d105fe592 (commit)
       via  56f818ac2686c6d0f51fc4195299e008148b051d (commit)
       via  a3b59784a34e73747fe2976532b0276a896a30a1 (commit)
       via  520e5919a582f9ed8c38189a6439e406307fcbef (commit)
       via  fafbfe9d01036da810c90fca807405b31275bb98 (commit)
       via  7967a05bb08a8556c5d589f9f9046eeaca62c80f (commit)
       via  7c77273a6b0e7742c69041b6c40c8014a85dd0e2 (commit)
       via  6acaddd62e352f6770038064951ddc17d7462eef (commit)
       via  a2e1fd2df356c578c8fecaf0f78b2f8df1ad8446 (commit)
      from  951ca1b03a8ab07583dbcbf68bd93c729b099422 (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 c11bd23959eb3a91adcaa5ac4e92f4a86d33e870
Author: Edward Hervey <bilboed bilboed com>
Date:   Thu Feb 26 13:16:54 2009 +0100

    Pipeline: Fix releaseTee for cases when the tee doesn't exist anymore (??)

commit f99f1a900f82bf8982f1480c3e2df6f8ef5d1544
Author: Edward Hervey <bilboed bilboed com>
Date:   Thu Feb 26 13:16:44 2009 +0100

    Pipeline: Release the lock when exiting the method

commit 536c8cc0d2a1fe139b5c177f1f5b7f65408d5bd4
Author: Edward Hervey <bilboed bilboed com>
Date:   Thu Feb 26 13:15:43 2009 +0100

    Stream: Protect iterations of element pads (it can change while iterating)

commit 24a7979f95aa33255d0410dfe09168d2a589a535
Author: Edward Hervey <bilboed bilboed com>
Date:   Thu Feb 26 12:56:25 2009 +0100

    Pipeline: Protect pad added/removed with a lock. Make sure bins exist before using them.

commit c69162b2218d09446ebadbde3f35021b6d8b1ac1
Author: Edward Hervey <bilboed bilboed com>
Date:   Thu Feb 26 12:51:54 2009 +0100

    EncodingDialog: More fixups with UI

commit 9e05e25900a291d14350b0fe9ca7f1b1a6b0d08f
Author: Edward Hervey <bilboed bilboed com>
Date:   Thu Feb 26 12:28:58 2009 +0100

    Action: Make sure we have our consumers when activating.
    
    Also, use .sync_state_with_parent() after adding an element to a pipeline.

commit a619fde5cd546ecf388c79fba17b2d5d105fe592
Author: Edward Hervey <bilboed bilboed com>
Date:   Thu Feb 26 12:28:30 2009 +0100

    Pipeline: Fix Stream matching. Remember all streams. Use the proper StreamEntry.

commit 56f818ac2686c6d0f51fc4195299e008148b051d
Author: Edward Hervey <bilboed bilboed com>
Date:   Thu Feb 26 12:25:34 2009 +0100

    Pipeline/Action: More debugging

commit a3b59784a34e73747fe2976532b0276a896a30a1
Author: Edward Hervey <bilboed bilboed com>
Date:   Thu Feb 26 12:21:56 2009 +0100

    SinkFactory: Fix makeBin to check for compatible stream

commit 520e5919a582f9ed8c38189a6439e406307fcbef
Author: Edward Hervey <bilboed bilboed com>
Date:   Thu Feb 26 12:21:29 2009 +0100

    Factories: Convert to new logging system

commit fafbfe9d01036da810c90fca807405b31275bb98
Author: Edward Hervey <bilboed bilboed com>
Date:   Thu Feb 26 12:19:21 2009 +0100

    log: Add thread id in output

commit 7967a05bb08a8556c5d589f9f9046eeaca62c80f
Author: Edward Hervey <bilboed bilboed com>
Date:   Wed Feb 25 19:14:45 2009 +0100

    Pipeline: Don't forget to deactivate actions before removing them.

commit 7c77273a6b0e7742c69041b6c40c8014a85dd0e2
Author: Edward Hervey <bilboed bilboed com>
Date:   Wed Feb 25 19:02:25 2009 +0100

    encode: Fix debug

commit 6acaddd62e352f6770038064951ddc17d7462eef
Author: Alessandro Decina <alessandro decina collabora co uk>
Date:   Wed Feb 25 18:57:31 2009 +0100

    Fix a bug in sub-splitting splitted objects.

commit a2e1fd2df356c578c8fecaf0f78b2f8df1ad8446
Author: Alessandro Decina <alessandro decina collabora co uk>
Date:   Wed Feb 25 16:37:40 2009 +0100

    Revert "Revert "MainWindow: activate and connect to timeline position handler""
    
    This reverts commit e65ce9204b43ba645865cd1736b4dbe8b71eb7a6.

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

Summary of changes:
 pitivi/action.py             |   14 +++-
 pitivi/encode.py             |    3 +-
 pitivi/factories/base.py     |   23 ++++--
 pitivi/factories/file.py     |    6 +-
 pitivi/factories/timeline.py |    2 +-
 pitivi/log/log.py            |    5 +-
 pitivi/pipeline.py           |  170 +++++++++++++++++++++++++-----------------
 pitivi/stream.py             |    7 ++-
 pitivi/timeline/track.py     |    9 +-
 pitivi/ui/encodingdialog.py  |   13 ++-
 pitivi/ui/mainwindow.py      |    4 +
 tests/test_track.py          |   17 +++-
 12 files changed, 176 insertions(+), 97 deletions(-)


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



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