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