From 775c7584fdad53053ae5b22bb19074cc6022ee98 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 18 Mar 2010 17:30:26 +0100 Subject: gst_element_class_set_details => gst_element_class_set_details_simple --- gst/adpcmenc/adpcmenc.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'gst/adpcmenc') diff --git a/gst/adpcmenc/adpcmenc.c b/gst/adpcmenc/adpcmenc.c index d91d496c4..89b83341b 100644 --- a/gst/adpcmenc/adpcmenc.c +++ b/gst/adpcmenc/adpcmenc.c @@ -42,12 +42,6 @@ #define GST_CAT_DEFAULT adpcmenc_debug GST_DEBUG_CATEGORY_STATIC (adpcmenc_debug); -static const GstElementDetails adpcmenc_details = -GST_ELEMENT_DETAILS ("ADPCM encoder", - "Codec/Encoder/Audio", - "Encode ADPCM audio", - "Pioneers of the Inevitable