mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
python: Binds the "set_border" function
This commit is contained in:
parent
15c7e9738c
commit
9905e77a5a
1 changed files with 9 additions and 0 deletions
|
@ -2314,6 +2314,15 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-method set_border
|
||||
(of-object "GESTrackVideoTransition")
|
||||
(c-name "ges_track_video_transition_set_border")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("gint" "value")
|
||||
)
|
||||
)
|
||||
|
||||
(define-method get_transition_type
|
||||
(of-object "GESTrackVideoTransition")
|
||||
(c-name "ges_track_video_transition_get_transition_type")
|
||||
|
|
Loading…
Reference in a new issue