mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +00:00
encoding: encoding_profile_get_output_caps => _get_input_caps
This commit is contained in:
parent
8e82bc4187
commit
5ab5335514
1 changed files with 2 additions and 2 deletions
|
@ -436,9 +436,9 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-method get_output_caps
|
||||
(define-method get_input_caps
|
||||
(of-object "GstEncodingProfile")
|
||||
(c-name "gst_encoding_profile_get_output_caps")
|
||||
(c-name "gst_encoding_profile_get_input_caps")
|
||||
(return-type "GstCaps*")
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue