qtmobility/plugins/multimedia/gstreamer/mediacapture/maemo/qgstreamerrecordercontrol_maemo.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
   220             videoSettings.setCodec(videoCodec);
   220             videoSettings.setCodec(videoCodec);
   221             videoEncodeControl->setVideoSettings(videoSettings);
   221             videoEncodeControl->setVideoSettings(videoSettings);
   222         }
   222         }
   223     }
   223     }
   224 }
   224 }
       
   225 
       
   226 bool QGstreamerRecorderControl::isMuted() const
       
   227 {
       
   228     return false;
       
   229 }
       
   230 
       
   231 void QGstreamerRecorderControl::setMuted(bool)
       
   232 {
       
   233 
       
   234 }