mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
base.defs: Allow passing NULL/None to gst.BaseTransform.suggest()
This commit is contained in:
parent
98634b0521
commit
4eba960ed2
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@
|
|||
(c-name "gst_base_transform_suggest")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("GstCaps*" "caps")
|
||||
'("GstCaps*" "caps" (null-ok))
|
||||
'("guint" "size")
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue