~ubuntu-branches/debian/squeeze/oggconvert/squeeze

« back to all changes in this revision

Viewing changes to OggConvert/ocv_init.py

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2010-05-02 15:04:33 UTC
  • Revision ID: james.westby@ubuntu.com-20100502150433-oati1mnogm3yep8h
Tags: 0.3.2-4
* Switch to format 3.0 (quilt).
* debian/patches/schroedinger_version.patch:
  - Adjust schroedinger minimum version to match gstreamer0.10-plugins-bad
    one to restore Dirac encoding (LP: #573603).
* debian/control:
  - Drop gstreamer0.10-schroedinger from Suggests, it is part of
    gstreamer0.10-plugins-bad since 0.10.14 release.
  - Bump Standards-Version to 3.8.4, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    if gstver[2] > 10:
38
38
        schrofac = gst.element_factory_find("schroenc")
39
39
        if schrofac is not None:
40
 
            if schrofac.check_version(1,0,0):
 
40
            if schrofac.check_version(0,10,14):
41
41
                print "Schrödinger encoder found, using"
42
42
                ocv_constants.HAVE_SCHRO = True
43
43
            else: