JMF Frame grab control bug fix
Status: Beta
Brought to you by:
jsanpedro
I've noticed that the FrameGrabbingControl always returned null. When I looked into it, I've seen that the frame object is created but not returned. After Fixing this it returned a correct image in a buffer, but it contained an invalid sequence number (always 0). As it was not very difficult to make it return the original frame (which does contain the correct sequence number), I've changed it in that way. The changes are minimal. I hope they'll find their way into FOBS.
patch to fix frame grab control in Java2DRenderer.java