[
http://opencast.jira.com/browse/MH-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=27948#comment-27948
]
Adam McKenzie commented on MH-8152:
-----------------------------------
Missing check for gstreamer installation in teardown.
@After
public void tearDown() {
if (!gstreamerInstalled)
return;
captureDevice = null;
File path = new File(testPath);
for (File f : path.listFiles()) {
f.delete();
}
path.delete();
}
> testVideoMonitoringConsumer breaks windows and non-gstreamer compiles
> ----------------------------------------------------------------------
>
> Key: MH-8152
> URL: http://opencast.jira.com/browse/MH-8152
> Project: Matterhorn Project
> Issue Type: Bug
> Components: Capture (Devices and Software)
> Affects Versions: Trunk
> Reporter: Adam McKenzie
> Priority: Critical
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________