Comment 9 for bug 686212

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

Also, I found out why this crashes. The immediate segfault is because we call ogg_stream_clear on a stream that has not been initialized. I added a boolean to indicate when we have initialized the ogg/vorbis data structures and that fixed the crash. It still can't stream, but at least it doesn't crash.