With the invaluable help of Damian Minkov, fixes the video preview on Linux.

cusax-fix
Lyubomir Marinov 18 years ago
parent 560a82cffc
commit 9f84f96d33

Binary file not shown.

Binary file not shown.

@ -180,6 +180,9 @@ public void propertyChange(PropertyChangeEvent evt)
private void initCaptureDevices()
throws MediaException
{
if (avDataSource != null)
avDataSource.disconnect();
// Init Capture devices
DataSource audioDataSource = null;
DataSource videoDataSource = null;

Loading…
Cancel
Save