task: add GDestroyNotify to _new
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 20 Jun 2012 08:31:49 +0000 (10:31 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 20 Jun 2012 08:31:49 +0000 (10:31 +0200)
commit76e8b2ecdad9f5e09c2c9b32f0c679a8b6638431
tree6513e24a9e30487750f15fa3f934c03dcd011d42
parentd7d5306009cb852e2276613a05dcca5a2d8bc9fb
task: add GDestroyNotify to _new

Add a GDestroyNotify to the user_data we pass to gst_task_new()
Change gst_pad_start_task() to also take the notify
13 files changed:
gst/gstpad.c
gst/gstpad.h
gst/gsttask.c
gst/gsttask.h
libs/gst/base/gstbaseparse.c
libs/gst/base/gstbasesink.c
libs/gst/base/gstbasesrc.c
plugins/elements/gstmultiqueue.c
plugins/elements/gstqueue.c
plugins/elements/gstqueue2.c
plugins/elements/gsttypefindelement.c
tests/check/gst/gstmessage.c
tests/check/gst/gsttask.c