examples/remuxer.py (RemuxBin._do_seek, Remuxer._bus_watch): Use normal seeks instead...
authorJames Doc Livingston <doclivingston@gmail.com>
Fri, 28 Jul 2006 13:56:20 +0000 (13:56 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 28 Jul 2006 13:56:20 +0000 (13:56 +0000)
commitfd2078bb04e171e9715c0d5d0dda7af535ded793
treef82f954a14342f3ef8cc01735b986181e2d1b31e
parentd2372173a0e8871ee4dc207a5c8177a9db4d826f
examples/remuxer.py (RemuxBin._do_seek, Remuxer._bus_watch): Use normal seeks instead of segment seeks so that EOS is...

Original commit message from CVS:
2006-07-28  Andy Wingo  <wingo@pobox.com>

* examples/remuxer.py (RemuxBin._do_seek, Remuxer._bus_watch): Use
normal seeks instead of segment seeks so that EOS is handled
properly. Patch by James "Doc" Livingston <doclivingston at
gmail.com>. (#348416)

* examples/remuxer.py (RemuxBin._new_demuxed_pad): Increase the
buffer size for dealing with terribly muxed files.
ChangeLog
common
examples/remuxer.py