query_new_seeking wrapper must return query with refcount 1. Fixes #579183.

This commit is contained in:
Mark Nauwelaerts 2009-04-17 11:33:18 +02:00
parent c3cddf2c1a
commit e9d2003af5

View file

@ -5282,6 +5282,7 @@
(define-function query_new_seeking
(c-name "gst_query_new_seeking")
(return-type "GstQuery*")
(caller-owns-return #t)
(parameters
'("GstFormat" "format")
)