Upstream version 11.39.244.0
[platform/framework/web/crosswalk.git] / src / media / audio / audio_output_controller.cc
index 45d308d..e1d015f 100644 (file)
@@ -127,6 +127,10 @@ void AudioOutputController::DoCreate(bool is_for_device_change) {
     return;
   }
 
+#if defined(OS_TIZEN)
+  stream_->SetMediaStreamProperties(handler_->app_id(), handler_->app_class());
+#endif
+
   if (!stream_->Open()) {
     DoStopCloseAndClearStream();
     state_ = kError;