]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-video-1.0: Info.finfo is unowned
authorEvan Nemerson <evan@nemerson.com>
Sat, 12 Jul 2014 05:07:39 +0000 (22:07 -0700)
committerEvan Nemerson <evan@nemerson.com>
Sat, 12 Jul 2014 05:07:39 +0000 (22:07 -0700)
Fixes bug 731895.

vapi/gstreamer-video-1.0.vapi
vapi/metadata/GstVideo-1.0.metadata

index 658a820b0da15ff810c8bdb39c7f00fba31a9196..b09e609a4e352ed46f47602b9e47eb27322cbc3d 100644 (file)
@@ -400,7 +400,7 @@ namespace Gst {
                [CCode (cheader_filename = "gst/video/video.h", has_type_id = false)]
                [GIR (name = "VideoInfo")]
                public struct Info {
-                       public Gst.Video.FormatInfo? finfo;
+                       public weak Gst.Video.FormatInfo? finfo;
                        public Gst.Video.InterlaceMode interlace_mode;
                        public Gst.Video.Flags flags;
                        public int width;
index a6b169d117806880b77b6ed868dd2c9d2617fbc6..ce0d95696e352c588fc507cf02850fe95531f328 100644 (file)
@@ -23,7 +23,7 @@ VideoCodecFrame
   .abidata skip
 
 VideoInfo
-  .finfo nullable unowned=false
+  .finfo nullable
 
 VideoChromaResample skip
 video_chroma_resample skip
\ No newline at end of file