[chronojump] Re-Added playVideoEncoderInitialSetup to avoid problems	with viewport_image_encoder_capture height =
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [chronojump] Re-Added playVideoEncoderInitialSetup to avoid problems	with viewport_image_encoder_capture height =
- Date: Sat, 22 Jul 2017 12:20:13 +0000 (UTC)
commit c6409f2b66a2a8213715b8bf807439a68a72a961
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat Jul 22 14:17:42 2017 +0200
    Re-Added playVideoEncoderInitialSetup to avoid problems with viewport_image_encoder_capture height == -1
 src/gui/encoder.cs |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index df3dc8d..b1da1da 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -444,7 +444,7 @@ public partial class ChronoJumpWindow
                
                captureCurvesBarsData = new ArrayList(0);
 
-               //playVideoEncoderInitialSetup(); //TODO: commented until fixed
+               playVideoEncoderInitialSetup();
 
                capturingCsharp = encoderCaptureProcess.STOPPED;
 
@@ -6485,8 +6485,6 @@ public partial class ChronoJumpWindow
        }
 
        static PlayerBin playerEncoder;
-       /*
-        * TODO: commented until fixed
        private void playVideoEncoderInitialSetup() //this does not work on raspberry
        {
                //TODO: use a try specific... study this further
@@ -6505,7 +6503,7 @@ public partial class ChronoJumpWindow
                }
                LogB.Information("Prepare video encoder 4");
        }
-       */
+
        void playVideoEncoderPrepare(bool play) 
        {
                LogB.Information("playVideoEncoderDo", play.ToString());
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]