Tried it on the x86 linux box, and it doesn't crash. Issue is definitely specific to the x64 linux build. Again, steps to reproduce the segfault - on Linux/x64:
----- 1) wget http://wpcvn.com/tmp/2816522621.mp4 2) >>> import pyglet.media source = pyglet.media.load("2816522621.mp4") timestamp = source.get_next_video_timestamp() source.get_next_video_frame() source.get_next_video_frame() source.get_next_video_frame() ----- -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyglet-users/-/EuRnv-OqyFsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
