~joni-noplu/elisa/deinterlacing_support

« back to all changes in this revision

Viewing changes to elisa-plugins/elisa/plugins/base/models/media.py

  • Committer: Jonathan Rauprich
  • Date: 2010-05-31 17:11:16 UTC
  • Revision ID: joni@noplu.de-20100531171116-szi1nz00fxdl2k99
Deinterlacing support through deinterlace attribute on PlayableModel

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        self.title = None
59
59
        self.allow_pause = True
60
60
        self.allow_seek = True
 
61
        self.deinterlace = False
61
62
        self.source_properties = {} 
62
63
 
63
64
    def __eq__(self, other):