encoding: encoding_profile_get_output_caps => _get_input_caps

This commit is contained in:
Edward Hervey 2011-01-05 22:18:46 +01:00
parent 8e82bc4187
commit 5ab5335514

View File

@ -436,9 +436,9 @@
) )
) )
(define-method get_output_caps (define-method get_input_caps
(of-object "GstEncodingProfile") (of-object "GstEncodingProfile")
(c-name "gst_encoding_profile_get_output_caps") (c-name "gst_encoding_profile_get_input_caps")
(return-type "GstCaps*") (return-type "GstCaps*")
) )