[libmm-streamrecorder] UTC issue fixes
[platform/core/multimedia/libmm-streamrecorder.git] / src / mm_streamrecorder_attribute.c
index d8bc8fd..40d7c91 100644 (file)
@@ -558,7 +558,7 @@ int _mmstreamrecorder_get_audio_codec_format(MMHandleType handle, const char *na
        else if (!strcmp(name, "AAC"))
                codec_index = MM_AUDIO_CODEC_AAC;
        else if (!strcmp(name, "PCM"))
-               codec_index = MM_AUDIO_CODEC_PCM;
+               codec_index = MM_AUDIO_CODEC_WAVE;
        else if (!strcmp(name, "VORBIS"))
                codec_index = MM_AUDIO_CODEC_VORBIS;