cec: a recording device inherits all the features of a playback device. changed defau...
[deb_libcec.git] / src / lib / devices / CECRecordingDevice.cpp
index e5ae9d8fbf74215b6743551200b7281e2cd9f24d..cda372dd5192c3ba442eec1836a117d0306803f5 100644 (file)
@@ -35,8 +35,7 @@
 using namespace CEC;
 
 CCECRecordingDevice::CCECRecordingDevice(CCECProcessor *processor, cec_logical_address address, uint16_t iPhysicalAddress /* = 0 */) :
-    CCECBusDevice(processor, address, iPhysicalAddress)
+    CCECPlaybackDevice(processor, address, iPhysicalAddress)
 {
   m_type          = CEC_DEVICE_TYPE_RECORDING_DEVICE;
-  m_strDeviceName = "Recorder";
 }