]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Gst.structure.get_value should return Gst.value. Fixes bug #535965
authorJaap A. Haitsma <jaap@haitsma.org>
Sun, 1 Jun 2008 16:50:06 +0000 (16:50 +0000)
committerJaap A. Haitsma <jhaitsma@src.gnome.org>
Sun, 1 Jun 2008 16:50:06 +0000 (16:50 +0000)
2008-06-01  Jaap A. Haitsma  <jaap@haitsma.org>

* vapi/gstreamer-0.10.vapi:
* vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata:
Gst.structure.get_value should return Gst.value. Fixes bug #535965

svn path=/trunk/; revision=1532

ChangeLog
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index f5e59b200fbee4b0ca72923ea78521063c347fb2..55ffa59b7bb1f2dc2fcb86778decf8a7d5e82fed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-01  Jaap A. Haitsma  <jaap@haitsma.org>
+
+       * vapi/gstreamer-0.10.vapi:
+       * vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata:
+       Gst.structure.get_value should return Gst.value. Fixes bug #535965
+
 2008-06-01  Jürg Billeter  <j@bitron.ch>
 
        * vapi/packages/gdk-2.0/:
index 8f8dafc84aacdd84346136fe1a7470475ad395f6..b4bfa861cd54c01dc1c2155d249a29ed4e9fdaab 100644 (file)
@@ -1,4 +1,4 @@
-/* gstreamer-0.10.vapi generated by lt-vapigen, do not modify. */
+/* gstreamer-0.10.vapi generated by vapigen, do not modify. */
 
 [CCode (cprefix = "Gst", lower_case_cprefix = "gst_")]
 namespace Gst {
@@ -1060,7 +1060,7 @@ namespace Gst {
                public GLib.Quark get_name_id ();
                public weak string get_string (string fieldname);
                public bool get_uint (string fieldname, out uint value);
-               public weak GLib.Value? get_value (string fieldname);
+               public weak Gst.Value? get_value (string fieldname);
                public bool has_field (string fieldname);
                public bool has_field_typed (string fieldname, GLib.Type type);
                public bool has_name (string name);
index 32776ad9c4c060dde593aec120793bcb612b5c88..26e8c5d49b44ebfc5ad35398d92bbe3816477e74 100644 (file)
@@ -100,7 +100,7 @@ gst_structure_get_double.value is_out="1"
 gst_structure_get_fraction.value_numerator is_out="1"
 gst_structure_get_fraction.value_denominator is_out="1"
 gst_structure_get_enum.value is_out="1"
-gst_structure_get_value nullable="1"
+gst_structure_get_value nullable="1" type_name="Value"
 gst_structure_id_get_value nullable="1"
 gst_tag_list_get_value_index nullable="1"
 gst_value_array_append_value hidden="1"
@@ -156,9 +156,6 @@ gst_value_set_structure hidden="1"
 gst_value_subtract hidden="1"
 gst_value_take_mini_object hidden="1"
 gst_value_union hidden="1"
-gst_caps_new_simple ellipsis="1"
-gst_caps_new_full ellipsis="1"
-gst_caps_set_simple ellipsis="1"
 GStaticRecMutex name="pointer"
 GstTypeFind.get_length hidden="1"
 GstTypeFind.peek hidden="1"