summaryrefslogtreecommitdiff
path: root/gstreamer-sharp/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-27 12:34:20 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-27 12:34:20 +0200
commit48a5bce6892d9db0be12f0c95f6ad2df4ffd1688 (patch)
treede0ce83741af8ddb76c82a31eed6d02907084a80 /gstreamer-sharp/Makefile.am
parent658c39e785b0074f964417879ef7d3548a8e7aab (diff)
Fix the Gst.Task bindings
What still needs to be done is to add a way to set a custom lock to the task, currently a newly created task can only get a lock by making it a pad task.
Diffstat (limited to 'gstreamer-sharp/Makefile.am')
-rw-r--r--gstreamer-sharp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gstreamer-sharp/Makefile.am b/gstreamer-sharp/Makefile.am
index 2999783..73b298c 100644
--- a/gstreamer-sharp/Makefile.am
+++ b/gstreamer-sharp/Makefile.am
@@ -66,6 +66,7 @@ customs = \
Object.custom \
PadTemplate.custom \
Plugin.custom \
+ Task.custom \
MiniObject.custom \
Registry.custom \
Query.custom \