~ubuntu-branches/ubuntu/trusty/pitivi/trusty

« back to all changes in this revision

Viewing changes to pitivi/elements/singledecodebin.py

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-28 15:11:01 UTC
  • mfrom: (1.5.6)
  • Revision ID: package-import@ubuntu.com-20120228151101-ne15p0dp1gqc2h79
Tags: 0.15.1-0ubuntu1
New upstream bug fix version

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
                self.remove(element)
236
236
                continue
237
237
 
238
 
            self._usedfactories.append(factory)
 
238
            self._usedfactories.append (factory)
239
239
 
240
240
            self._closeLink(element)
241
241
            element.set_state(gst.STATE_PAUSED)