encoding: encoding_profile_get_output_caps => _get_input_caps
authorEdward Hervey <bilboed@bilboed.com>
Wed, 5 Jan 2011 21:18:46 +0000 (22:18 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 5 Jan 2011 21:18:46 +0000 (22:18 +0100)
gst/pbutils.defs

index f879806..4aa17bc 100644 (file)
   )
 )
 
-(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*")
 )