Fix creation of buffers
Created by: Gontran-Molotov
This PR fixes a double call to the createBuffers()
method in Stream.activate()
.
There is no need to call createBuffers()
again as it is already called by initializeMedia()
just above.
Created by: Gontran-Molotov
This PR fixes a double call to the createBuffers()
method in Stream.activate()
.
There is no need to call createBuffers()
again as it is already called by initializeMedia()
just above.