don't need to try changing state in case of error
it takes long time till timeout
Change-Id: I1fec04c2191ed5585c49731c6acad3b52076a1ab
Name: libmm-player
Summary: Multimedia Framework Player Library
-Version: 0.6.77
+Version: 0.6.78
Release: 0
Group: Multimedia/Libraries
License: Apache-2.0
}
ret = __mmplayer_start_streaming_ext(player);
- if (ret != MM_ERROR_NONE)
- LOGE("failed to start streaming ext \n");
+ if (ret != MM_ERROR_NONE) {
+ LOGE("failed to start streaming ext 0x%X", ret);
+ return ret;
+ }
/* start pipeline */
ret = __gst_start(player);