]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-0.10: Set is_out="1" for Gst.message.parse_progress
authorFrederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
Mon, 5 Dec 2011 20:36:00 +0000 (21:36 +0100)
committerJürg Billeter <j@bitron.ch>
Mon, 5 Dec 2011 21:32:45 +0000 (22:32 +0100)
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index 6333a6e516083bfca60fefc7678803ec388dd1a1..e083a9f41035bd74b427ed62b69c55e50f8bb293 100644 (file)
@@ -754,7 +754,7 @@ namespace Gst {
                public void parse_error (out GLib.Error gerror, out string? debug);
                public void parse_info (out GLib.Error gerror, out string? debug);
                public void parse_new_clock (out unowned Gst.Clock clock);
-               public void parse_progress (Gst.ProgressType type, string code, string text);
+               public void parse_progress (out Gst.ProgressType type, out string code, out string text);
                public void parse_qos (out bool live, out uint64 running_time, out uint64 stream_time, out uint64 timestamp, out uint64 duration);
                public void parse_qos_stats (out Gst.Format format, out uint64 processed, out uint64 dropped);
                public void parse_qos_values (out int64 jitter, out double proportion, out int quality);
index 1471dcf43de77ac5f5dc5031b77fa986c18d5d38..264fd3eb380b9d348f9e864db1ba866d988f57d7 100644 (file)
@@ -323,6 +323,9 @@ gst_message_parse_structure_change.busy is_out="1"
 gst_message_parse_qos.* is_out="1"
 gst_message_parse_qos_stats.* is_out="1"
 gst_message_parse_qos_values.* is_out="1"
+gst_message_parse_progress.type is_out="1"
+gst_message_parse_progress.code transfer_ownership="1" is_out="1"
+gst_message_parse_progress.text transfer_ownership="1" is_out="1"
 gst_message_get_stream_status_object type_name="Gst.Value" nullable="1"
 gst_message_set_stream_status_object.object type_name="Gst.Value" is_ref="1" nullable="1"
 gst_message_type_get_name hidden="1"