~ubuntu-branches/ubuntu/hardy/pitivi/hardy

« back to all changes in this revision

Viewing changes to pitivi/ui/plumber.py

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2006-07-30 13:20:58 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060730132058-tbhybbgtt9gbpq99
Tags: 0.10.1-1
* New upstream release, "Sister and friend".
* Update to new Python policy.
  - Bump up debhelper build-dep to >= 5.0.37.2.
  - Set Python compatibility level to 2.
  - Add XB-Python-Version to pitivi.
  - Add a python-central (>= 0.4.17) build-dep.
  - Build-depend on cdbs (>= 0.4.43).
  - Add a XS-Python-Version (current).
  - Call dh_pycentral to fill XB-Python-Version and add a pycentral dep, and
    swap the executable bit fixup with the dh_py* calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
            gconfsink.realsink.set_property("force-aspect-ratio", True)
64
64
        if "qos"in [prop.name for prop in gobject.list_properties(gconfsink.realsink)]:
65
65
            gconfsink.realsink.set_property("qos", False)
 
66
        if "max-lateness"in [prop.name for prop in gobject.list_properties(gconfsink.realsink)]:
 
67
            gconfsink.realsink.set_property("max-lateness", -1)
66
68
    return gconfsink
67
69
 
68
70
def get_audio_sink():