]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-0.10: Fix Gst.SystemClock bindings
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 24 Jun 2010 16:37:45 +0000 (18:37 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 24 Jun 2010 16:37:45 +0000 (18:37 +0200)
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index f213e2e6a464925d779f4ec59a584909b064a3b5..fe2f49463b153dc17065d9349652860795df7c79 100644 (file)
@@ -1198,9 +1198,7 @@ namespace Gst {
        }
        [CCode (cheader_filename = "gst/gst.h")]
        public class SystemClock : Gst.Clock {
-               public bool stopping;
-               public weak GLib.Thread thread;
-               public static unowned Gst.Clock obtain ();
+               public static Gst.Clock obtain ();
                [NoAccessorMethod]
                public Gst.ClockType clock_type { get; set; }
        }
index ed07550f72c67b23e15fd7a1e279ff324b4c5e9e..22eb5c82014584356898d8a439cb9a26ddc36e2b 100644 (file)
@@ -674,3 +674,5 @@ GstPollFD hidden="1"
 gst_preset_get_meta.value is_out="1" transfer_ownership="1"
 gst_preset_get_preset_names is_array="1" array_null_terminated="1" transfer_ownership="1"
 gst_preset_get_property_names is_array="1" array_null_terminated="1" transfer_ownership="1"
+GstSystemClock.* hidden="1"
+gst_system_clock_obtain transfer_ownership="1"