GNOME Bugzilla – Bug 623218
oggdemux: Handle errors from _get_next_page in _do_seek.
Last modified: 2010-06-30 16:50:08 UTC
We found a crash here when using our custom source element. It's a bit peculiar in that there's no guarantee that data that has been successfully read once may not succeed the second time, as the browser cache may have been emptied in between.
Created attachment 164971 [details] [review] patch
Looks ok to me. Wim?
yep, looks good.
Pushed, thanks! commit 3c06cabb0b185e4ebbee0de89e343509b1f20af3 Author: Fredrik Söderquist <fs@opera.com> Date: Thu Jun 24 16:55:57 2010 +0200 oggdemux: Handle errors from _get_next_page in _do_seek. If the source element failed here, oggdemux would crash. Fixes #623218.