mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
query_new_seeking wrapper must return query with refcount 1. Fixes #579183.
This commit is contained in:
parent
c3cddf2c1a
commit
e9d2003af5
1 changed files with 1 additions and 0 deletions
|
@ -5282,6 +5282,7 @@
|
||||||
(define-function query_new_seeking
|
(define-function query_new_seeking
|
||||||
(c-name "gst_query_new_seeking")
|
(c-name "gst_query_new_seeking")
|
||||||
(return-type "GstQuery*")
|
(return-type "GstQuery*")
|
||||||
|
(caller-owns-return #t)
|
||||||
(parameters
|
(parameters
|
||||||
'("GstFormat" "format")
|
'("GstFormat" "format")
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue