From 5ab5335514e34eb6d8f0cd64bfbd340f141e6131 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 5 Jan 2011 22:18:46 +0100 Subject: [PATCH] encoding: encoding_profile_get_output_caps => _get_input_caps --- gst/pbutils.defs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/pbutils.defs b/gst/pbutils.defs index f879806fec..4aa17bc3f8 100644 --- a/gst/pbutils.defs +++ b/gst/pbutils.defs @@ -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*") )