Skip to content

Commit

Permalink
SingleDecodeBin: fix not-linked error when element is reused
Browse files Browse the repository at this point in the history
My previous fix for the parser endless loop issue broke this; we need to re-set
the blacklist on PAUSED->READY state change.
  • Loading branch information
René Stadler authored and nekohayo committed May 3, 2012
1 parent 1595407 commit c425a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pitivi/elements/singledecodebin.py
Expand Up @@ -392,6 +392,7 @@ def _cleanUp(self):
element.set_state(gst.STATE_NULL)
self.remove(element)
self._validelements = []
self._usedfactories = []

## Overrides

Expand Down

0 comments on commit c425a4a

Please sign in to comment.