|
@@ -877,13 +877,15 @@ public class SIPInterface {
|
|
|
videoManager = null;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
if (!bDecoding) {
|
|
|
-// Log.w(TAG, "[videoSet] ================= VIDEO [7] =================");
|
|
|
- if (bDecoderStarted) {
|
|
|
-// Log.w(TAG, "[videoSet] ================= VIDEO [8] =================");
|
|
|
- MainActivity.mCallController.mVideoJNI.decoderStopOperation();
|
|
|
- bDecoderStarted = false;
|
|
|
- }
|
|
|
+ Log.w(TAG, "[videoSet] ================= VIDEO [7] =================");
|
|
|
+ MainActivity.mCallController.mVideoJNI.decoderStopOperation();
|
|
|
+ bDecoderStarted = false;
|
|
|
+// if (bDecoderStarted) {
|
|
|
+//// Log.w(TAG, "[videoSet] ================= VIDEO [8] =================");
|
|
|
+//
|
|
|
+// }
|
|
|
// Log.w(TAG, "[videoSet] ================= VIDEO [9] =================");
|
|
|
}
|
|
|
|
|
@@ -999,11 +1001,14 @@ public class SIPInterface {
|
|
|
|
|
|
if (!bDecoding) {
|
|
|
// Log.w(TAG, "[videoSet] ================= VIDEO [7] =================");
|
|
|
- if (bDecoderStarted) {
|
|
|
-// Log.w(TAG, "[videoSet] ================= VIDEO [8] =================");
|
|
|
- MainActivity.mCallController.mVideoJNI.decoderStopOperation();
|
|
|
- bDecoderStarted = false;
|
|
|
- }
|
|
|
+ Log.d(TAG, "[videoSet] 1 bDecoderStarted: " + bDecoderStarted);
|
|
|
+ MainActivity.mCallController.mVideoJNI.decoderStopOperation();
|
|
|
+ bDecoderStarted = false;
|
|
|
+// if (bDecoderStarted) {
|
|
|
+//// Log.w(TAG, "[videoSet] ================= VIDEO [8] =================");
|
|
|
+// MainActivity.mCallController.mVideoJNI.decoderStopOperation();
|
|
|
+// bDecoderStarted = false;
|
|
|
+// }
|
|
|
// Log.w(TAG, "[videoSet] ================= VIDEO [9] =================");
|
|
|
}
|
|
|
|