summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.decina@collabora.co.uk>2010-07-14 12:33:58 +0200
committerAlessandro Decina <alessandro.decina@collabora.co.uk>2010-07-14 12:35:35 +0200
commit56a725879dd31bdc4d99ba81150ff553db266b2f (patch)
tree9c09471765f725723ed6b5214ab8036c0c115648 /gst
parent35fe0f419d22c552cd9c3ffd7bec0d7c8a294479 (diff)
gst.GhostPad: allow set_target(None) to unset the target. Fixes #590735.
Diffstat (limited to 'gst')
-rw-r--r--gst/gst.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gst.defs b/gst/gst.defs
index 4b06c1d..d16b038 100644
--- a/gst/gst.defs
+++ b/gst/gst.defs
@@ -2529,7 +2529,7 @@
(c-name "gst_ghost_pad_set_target")
(return-type "gboolean")
(parameters
- '("GstPad*" "newtarget")
+ '("GstPad*" "newtarget" (null-ok))
)
)