cec: a recording device inherits all the features of a playback device. changed defau...
[deb_libcec.git] / src / lib / devices / CECRecordingDevice.cpp
index a5fd567b5e67c6c110346a32ff107cdd297ab9d6..cda372dd5192c3ba442eec1836a117d0306803f5 100644 (file)
@@ -35,7 +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;
 }