diff --git a/Core/src/org/sleuthkit/autopsy/corecomponents/DataContentViewerMedia.java b/Core/src/org/sleuthkit/autopsy/corecomponents/DataContentViewerMedia.java index ac9e09e8f3..d579fd0c54 100644 --- a/Core/src/org/sleuthkit/autopsy/corecomponents/DataContentViewerMedia.java +++ b/Core/src/org/sleuthkit/autopsy/corecomponents/DataContentViewerMedia.java @@ -182,8 +182,7 @@ public class DataContentViewerMedia extends javax.swing.JPanel implements DataCo @Override public void resetComponent() { - // No need to reset the video panel. It resets itself when a node is - // set. + videoPanel.reset(); lastFile = null; } diff --git a/Core/src/org/sleuthkit/autopsy/corecomponents/GstVideoPanel.java b/Core/src/org/sleuthkit/autopsy/corecomponents/GstVideoPanel.java index 955cc1a525..b0bb2a476a 100644 --- a/Core/src/org/sleuthkit/autopsy/corecomponents/GstVideoPanel.java +++ b/Core/src/org/sleuthkit/autopsy/corecomponents/GstVideoPanel.java @@ -179,6 +179,7 @@ public class GstVideoPanel extends MediaViewVideoPanel { @Override void setupVideo(final AbstractFile file, final Dimension dims) { + reset(); infoLabel.setText(""); currentFile = file; final boolean deleted = file.isDirNameFlagSet(TskData.TSK_FS_NAME_FLAG_ENUM.UNALLOC); @@ -437,7 +438,7 @@ public class GstVideoPanel extends MediaViewVideoPanel { * regenerated by the Form Editor. */ @SuppressWarnings("unchecked") - // //GEN-BEGIN:initComponents + // private void initComponents() { videoPanel = new javax.swing.JPanel(); diff --git a/build-windows.xml b/build-windows.xml index 9b96feb87a..330321f372 100644 --- a/build-windows.xml +++ b/build-windows.xml @@ -71,20 +71,13 @@ + - - - - - - + @@ -92,13 +85,14 @@ + - + @@ -185,8 +179,17 @@ + + + + + + + + +