Changeset 45834 in vbox
- Timestamp:
- Apr 30, 2013 11:41:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r45770 r45834 2714 2714 pelmHwChild->getAttributeValue("accelerate2DVideo", hw.fAccelerate2DVideo); 2715 2715 } 2716 else if (pelmHwChild->nameEquals("Video Recording"))2716 else if (pelmHwChild->nameEquals("VideoCapture")) 2717 2717 { 2718 2718 pelmHwChild->getAttributeValue("enabled", hw.fVideoCaptureEnabled); … … 2721 2721 pelmHwChild->getAttributeValue("vertRes", hw.ulVideoCaptureVertRes); 2722 2722 } 2723 2724 2723 else if (pelmHwChild->nameEquals("RemoteDisplay")) 2725 2724 { … … 3897 3896 if (m->sv >= SettingsVersion_v1_8) 3898 3897 pelmDisplay->setAttribute("accelerate2DVideo", hw.fAccelerate2DVideo); 3899 xml::ElementNode *pelmVideoCapture = pelmHardware->createChild("Video Recording");3898 xml::ElementNode *pelmVideoCapture = pelmHardware->createChild("VideoCapture"); 3900 3899 3901 3900 if (m->sv >= SettingsVersion_v1_12)
Note:
See TracChangeset
for help on using the changeset viewer.