]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-1.0: Fix TagList.get_boolean regression
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 19 Jul 2013 10:27:07 +0000 (12:27 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 19 Jul 2013 10:27:07 +0000 (12:27 +0200)
vapi/gstreamer-1.0.vapi
vapi/metadata/Gst-1.0.metadata

index 4caf8b9324484a16c40f47cab093565e1dea6f2c..74d41c3bf8a1b82ec07072d1968abb6cacf55759 100644 (file)
@@ -1703,7 +1703,7 @@ namespace Gst {
                public void @foreach (Gst.TagForeachFunc func);
                [CCode (has_construct_function = false)]
                public TagList.from_string (string str);
-               public bool get_boolean (string tag, bool value);
+               public bool get_boolean (string tag, out bool value);
                public bool get_boolean_index (string tag, uint index, out bool value);
                public bool get_date (string tag, out GLib.Date value);
                public bool get_date_index (string tag, uint index, out GLib.Date value);
index ad6ff9cf9ae8ee29559ec71a055695efe85838b2..80751f6b8d4b460eee19d3007c64963b218850ab 100644 (file)
@@ -16,6 +16,8 @@ Element
   .state_cond unowned=false
 MapInfo
   .data array array_length_field="size"
+TagList
+  .get_boolean.value out
 init_get_option_group skip=false
 init.argv unowned
 init_check.argv unowned