[longomatch] Fix build failure in the video editor test due ROI changes



commit f21df6149e3b46b528833f9f6af115ef3b75fd79
Author: Josep Torra <n770galaxy gmail com>
Date:   Mon Apr 27 15:40:54 2015 +0200

    Fix build failure in the video editor test due ROI changes

 libcesarplayer/test-editor.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libcesarplayer/test-editor.c b/libcesarplayer/test-editor.c
index 7e48377..a25565a 100644
--- a/libcesarplayer/test-editor.c
+++ b/libcesarplayer/test-editor.c
@@ -102,10 +102,10 @@ main (int argc, char *argv[])
     stop = (guint64) g_strtod (argv[i], NULL);
     if (g_str_has_suffix (input_file, ".png")) {
       gst_video_editor_add_image_segment (editor, input_file, start,
-          stop - start, title);
+          stop - start, title, 0, 0, 0, 0);
     } else {
       gst_video_editor_add_segment (editor, input_file, start, stop - start,
-          (gfloat) 1, title, TRUE);
+          (gfloat) 1, title, TRUE, 0, 0, 0, 0);
     }
     g_free (title);
   }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]