VirtualBox

Changeset 45834 in vbox


Ignore:
Timestamp:
Apr 30, 2013 11:41:08 AM (12 years ago)
Author:
vboxsync
Message:

Main: renamed VideoRecording setting to VideoCapture to make sure that legacy VMs don't have video recording enabled by accident

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r45770 r45834  
    27142714            pelmHwChild->getAttributeValue("accelerate2DVideo", hw.fAccelerate2DVideo);
    27152715        }
    2716         else if (pelmHwChild->nameEquals("VideoRecording"))
     2716        else if (pelmHwChild->nameEquals("VideoCapture"))
    27172717        {
    27182718            pelmHwChild->getAttributeValue("enabled", hw.fVideoCaptureEnabled);
     
    27212721            pelmHwChild->getAttributeValue("vertRes", hw.ulVideoCaptureVertRes);
    27222722        }
    2723 
    27242723        else if (pelmHwChild->nameEquals("RemoteDisplay"))
    27252724        {
     
    38973896    if (m->sv >= SettingsVersion_v1_8)
    38983897        pelmDisplay->setAttribute("accelerate2DVideo", hw.fAccelerate2DVideo);
    3899     xml::ElementNode *pelmVideoCapture = pelmHardware->createChild("VideoRecording");
     3898    xml::ElementNode *pelmVideoCapture = pelmHardware->createChild("VideoCapture");
    39003899
    39013900    if (m->sv >= SettingsVersion_v1_12)
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