vala r1488 - in trunk: . vapi vapi/packages/gstreamer-video-0.10
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1488 - in trunk: . vapi vapi/packages/gstreamer-video-0.10
- Date: Thu, 29 May 2008 20:36:25 +0000 (UTC)
Author: juergbi
Date: Thu May 29 20:36:25 2008
New Revision: 1488
URL: http://svn.gnome.org/viewvc/vala?rev=1488&view=rev
Log:
2008-05-29 Ali Sabil <ali sabil gmail com>
* vapi/packages/gstreamer-video-0.10/: fixed VideoCaps.YUV
to return a weak string
* vapi/gstreamer-video-0.10.vapi: regenerated
Modified:
trunk/ChangeLog
trunk/vapi/gstreamer-video-0.10.vapi
trunk/vapi/packages/gstreamer-video-0.10/gstreamer-video-0.10-custom.vala
Modified: trunk/vapi/gstreamer-video-0.10.vapi
==============================================================================
--- trunk/vapi/gstreamer-video-0.10.vapi (original)
+++ trunk/vapi/gstreamer-video-0.10.vapi Thu May 29 20:36:25 2008
@@ -104,7 +104,7 @@
[CCode (cheader_filename = "gst/video/video.h,gst/video/video.h,gst/video/video.h,gst/video/video.h")]
public const string RGB_15;
[CCode (cname = "GST_VIDEO_CAPS_YUV", cheader_filename = "gst/video/video.h,gst/video/video.h,gst/video/video.h,gst/video/video.h")]
- public static string YUV (string fourcc);
+ public static weak string YUV (string fourcc);
}
[CCode (cprefix = "GST_VIDEO_FORMAT_", has_type_id = "0", cheader_filename = "gst/video/video.h")]
public enum VideoFormat {
Modified: trunk/vapi/packages/gstreamer-video-0.10/gstreamer-video-0.10-custom.vala
==============================================================================
--- trunk/vapi/packages/gstreamer-video-0.10/gstreamer-video-0.10-custom.vala (original)
+++ trunk/vapi/packages/gstreamer-video-0.10/gstreamer-video-0.10-custom.vala Thu May 29 20:36:25 2008
@@ -122,6 +122,6 @@
public const string RGB_15;
[CCode (cname = "GST_VIDEO_CAPS_YUV")]
- public string YUV (string fourcc);
+ public weak string YUV (string fourcc);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]