]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-0.10: Fix arguments for Gst.Pad.start_task
authorSandino Flores <tigrux@gmail.com>
Sun, 7 Mar 2010 17:39:49 +0000 (11:39 -0600)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Sun, 7 Mar 2010 18:20:20 +0000 (19:20 +0100)
Fixes bug 612061.

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

index b0a2a5afbbf28856db9b5c2d153a49b723d7bf44..88524148d85e75357ef9fa6e2e767f516fba8c3a 100644 (file)
@@ -883,7 +883,7 @@ namespace Gst {
                public void set_query_function (Gst.PadQueryFunction query);
                public void set_setcaps_function (Gst.PadSetCapsFunction setcaps);
                public void set_unlink_function (Gst.PadUnlinkFunction unlink);
-               public bool start_task (Gst.TaskFunction func, void* data);
+               public bool start_task (Gst.TaskFunction func);
                public bool stop_task ();
                public bool unlink (Gst.Pad sinkpad);
                public void use_fixed_caps ();
index 4118d529f19e9a654cd84c5686f1d077ca81db7c..49d5c04294cb6c774377d580349c0aae0f457f42 100644 (file)
@@ -209,6 +209,7 @@ gst_pad_add_data_probe_full hidden="1"
 gst_pad_add_event_probe hidden="1"
 gst_pad_add_event_probe_full hidden="1"
 gst_pad_chain.buffer takes_ownership="1"
+gst_pad_start_task.data hidden="1"
 GstPadChainFunction.buffer takes_ownership="1"
 GstPadEventFunction.event takes_ownership="1"
 GstPadBufferAllocFunction.buf takes_ownership="1"