[vala] gstreamer-video-1.0: Info.finfo is unowned



commit 9966104b3fa32158426ef2087bb0c5d3826f154e
Author: Evan Nemerson <evan nemerson com>
Date:   Fri Jul 11 22:07:39 2014 -0700

    gstreamer-video-1.0: Info.finfo is unowned
    
    Fixes bug 731895.

 vapi/gstreamer-video-1.0.vapi       |    2 +-
 vapi/metadata/GstVideo-1.0.metadata |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vapi/gstreamer-video-1.0.vapi b/vapi/gstreamer-video-1.0.vapi
index 658a820..b09e609 100644
--- a/vapi/gstreamer-video-1.0.vapi
+++ b/vapi/gstreamer-video-1.0.vapi
@@ -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;
diff --git a/vapi/metadata/GstVideo-1.0.metadata b/vapi/metadata/GstVideo-1.0.metadata
index a6b169d..ce0d956 100644
--- a/vapi/metadata/GstVideo-1.0.metadata
+++ b/vapi/metadata/GstVideo-1.0.metadata
@@ -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


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