Skip to content

Commit

Permalink
GStremaer driver ExceptionInInitializerError when GStreamer not in PATH
Browse files Browse the repository at this point in the history
fixes #127
  • Loading branch information
sarxos committed Jul 22, 2013
1 parent b005bac commit 8373146
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private static final void init() {
LOG.debug("Add bin directory to JNA search paths {}", gpath);
NativeLibrary.addSearchPath("gstreamer-0.10", gpath);
} else {
throw new WebcamException(String.format("GStreamer has not been installed or not in %PATH%: %s", path));
throw new WebcamException(String.format("GStreamer has not been installed or not available in PATH: %s", path));
}
}

Expand Down

0 comments on commit 8373146

Please sign in to comment.