From: Sebastian Pölsterl Date: Tue, 7 Apr 2009 16:50:25 +0000 (+0200) Subject: gstreamer-video-0.10: Update bindings X-Git-Tag: 0.6.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45495991acbc68b3446aed7a38d34168c12be270;p=thirdparty%2Fvala.git gstreamer-video-0.10: Update bindings --- diff --git a/vapi/gstreamer-video-0.10.vapi b/vapi/gstreamer-video-0.10.vapi index 0fa809c73..22c162ee2 100644 --- a/vapi/gstreamer-video-0.10.vapi +++ b/vapi/gstreamer-video-0.10.vapi @@ -1,4 +1,4 @@ -/* gstreamer-video-0.10.vapi generated by lt-vapigen, do not modify. */ +/* gstreamer-video-0.10.vapi generated by vapigen, do not modify. */ [CCode (cprefix = "Gst", lower_case_cprefix = "gst_")] namespace Gst { @@ -124,7 +124,7 @@ namespace Gst { public int width; public static void center_rect (Gst.VideoRectangle src, Gst.VideoRectangle dst, Gst.VideoRectangle _result, bool scaling); } - [CCode (cprefix = "GST_VIDEO_FORMAT_", has_type_id = "0", cheader_filename = "gst/video/video.h")] + [CCode (cprefix = "GST_VIDEO_FORMAT_", cheader_filename = "gst/video/video.h")] public enum VideoFormat { UNKNOWN, I420, @@ -170,10 +170,14 @@ namespace Gst { [CCode (cheader_filename = "gst/video/video.h")] public static bool video_format_is_yuv (Gst.VideoFormat format); [CCode (cheader_filename = "gst/video/video.h")] - public static unowned Gst.Caps video_format_new_caps (Gst.VideoFormat format, int width, int height, int framerate_n, int framerate_d, int par_n, int par_d); + public static Gst.Caps video_format_new_caps (Gst.VideoFormat format, int width, int height, int framerate_n, int framerate_d, int par_n, int par_d); + [CCode (cheader_filename = "gst/video/video.h")] + public static Gst.Caps video_format_new_caps_interlaced (Gst.VideoFormat format, int width, int height, int framerate_n, int framerate_d, int par_n, int par_d, bool interlaced); [CCode (cheader_filename = "gst/video/video.h")] public static bool video_format_parse_caps (Gst.Caps caps, ref Gst.VideoFormat format, ref int width, ref int height); [CCode (cheader_filename = "gst/video/video.h")] + public static bool video_format_parse_caps_interlaced (Gst.Caps caps, bool interlaced); + [CCode (cheader_filename = "gst/video/video.h")] public static uint32 video_format_to_fourcc (Gst.VideoFormat format); [CCode (cheader_filename = "gst/video/video.h")] public static Gst.Value video_frame_rate (Gst.Pad pad); diff --git a/vapi/packages/gstreamer-video-0.10/gstreamer-video-0.10.gi b/vapi/packages/gstreamer-video-0.10/gstreamer-video-0.10.gi index 05b7bbc8b..606a20cdc 100644 --- a/vapi/packages/gstreamer-video-0.10/gstreamer-video-0.10.gi +++ b/vapi/packages/gstreamer-video-0.10/gstreamer-video-0.10.gi @@ -112,6 +112,19 @@ + + + + + + + + + + + + + @@ -121,6 +134,13 @@ + + + + + + + @@ -163,7 +183,7 @@ - + diff --git a/vapi/packages/gstreamer-video-0.10/gstreamer-video-0.10.metadata b/vapi/packages/gstreamer-video-0.10/gstreamer-video-0.10.metadata index 0b01a0842..65308be2a 100644 --- a/vapi/packages/gstreamer-video-0.10/gstreamer-video-0.10.metadata +++ b/vapi/packages/gstreamer-video-0.10/gstreamer-video-0.10.metadata @@ -8,6 +8,8 @@ gst_video_format_convert.dest_value is_ref="1" gst_video_format_get_*.component is_ref="1" gst_video_format_get_*.width is_ref="1" gst_video_format_get_*.height is_ref="1" +gst_video_format_new_caps_interlaced transfer_ownership="1" +gst_video_format_new_caps transfer_ownership="1" gst_video_format_parse_caps.format is_ref="1" gst_video_format_parse_caps.width is_ref="1" gst_video_format_parse_caps.height is_ref="1"