$OpenBSD: patch-src_classes_action_movie_vala,v 1.2 2016/04/20 06:18:50 jasper Exp $

https://github.com/pdfpc/pdfpc/pull/152

--- src/classes/action/movie.vala.orig	Tue Apr 19 21:28:46 2016
+++ src/classes/action/movie.vala	Tue Apr 19 21:28:51 2016
@@ -537,7 +537,7 @@ namespace pdfpc {
          * for the view with the controls.)
          */
         public void on_prepare(Gst.Element overlay, Gst.Caps caps) {
-            var info = Gst.Video.Info();
+            var info = new Gst.Video.Info();
             info.from_caps(caps);
             int width = info.width, height = info.height;
             this.scalex = (double) width / rect.width;
