VirtualBox

Ignore:
Timestamp:
Nov 9, 2018 9:17:06 AM (6 years ago)
Author:
vboxsync
Message:

Recording/Main: More file renaming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r75341 r75344  
    6363#endif
    6464#ifdef VBOX_WITH_AUDIO_VIDEOREC
    65 # include "DrvAudioVideoRec.h"
     65# include "DrvAudioRec.h"
    6666#endif
    6767#include "Nvram.h"
     
    8484
    8585#ifdef VBOX_WITH_VIDEOREC
    86 # include "VideoRec.h"
     86# include "Recording.h"
    8787#endif
    8888
     
    56215621        if (RT_BOOL(fEnable) != fIsEnabled)
    56225622        {
    5623             LogRel(("VideoRec: %s\n", fEnable ? "Enabling" : "Disabling"));
     5623            LogRel(("Recording: %s\n", fEnable ? "Enabling" : "Disabling"));
    56245624
    56255625            pDisplay->i_videoRecInvalidate();
     
    56575657
    56585658            if (RT_FAILURE(vrc))
    5659                 LogRel(("VideoRec: %s failed with %Rrc\n", fEnable ? "Enabling" : "Disabling", vrc));
     5659                LogRel(("Recording: %s failed with %Rrc\n", fEnable ? "Enabling" : "Disabling", vrc));
    56605660        }
    56615661        else /* Should not happen. */
     
    70097009        return VINF_SUCCESS;
    70107010
    7011     LogRel(("VideoRec: Starting ...\n"));
     7011    LogRel(("Recording: Starting ...\n"));
    70127012
    70137013    int rc = Capture.mpVideoRecCtx->Start();
     
    70197019
    70207020    if (RT_FAILURE(rc))
    7021         LogRel(("VideoRec: Failed to start video recording (%Rrc)\n", rc));
     7021        LogRel(("Recording: Failed to start video recording (%Rrc)\n", rc));
    70227022
    70237023    LogFlowFuncLeaveRC(rc);
     
    70347034        return VINF_SUCCESS;
    70357035
    7036     LogRel(("VideoRec: Stopping ...\n"));
     7036    LogRel(("Recording: Stopping ...\n"));
    70377037
    70387038    int rc = Capture.mpVideoRecCtx->Stop();
     
    70497049        ComAssertComRC(hrc);
    70507050
    7051         LogRel(("VideoRec: Stopped\n"));
     7051        LogRel(("Recording: Stopped\n"));
    70527052    }
    70537053    else
    7054         LogRel(("VideoRec: Failed to stop video recording (%Rrc)\n", rc));
     7054        LogRel(("Recording: Failed to stop video recording (%Rrc)\n", rc));
    70557055
    70567056    LogFlowFuncLeaveRC(rc);
     
    1016210162            }
    1016310163            else
    10164                LogRel(("VideoRec: Failed with %Rrc on VM power up\n", vrc2));
     10164               LogRel(("Recording: Failed with %Rrc on VM power up\n", vrc2));
    1016510165
    1016610166            /** Note: Do not use vrc here, as starting the video recording isn't critical to
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette