mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +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
|
||||
(c-name "gst_query_new_seeking")
|
||||
(return-type "GstQuery*")
|
||||
(caller-owns-return #t)
|
||||
(parameters
|
||||
'("GstFormat" "format")
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue