ringbuffer: fix build against core that has debugging disabled

The macro is called GST_DISABLE_GST_DEBUG, not GST_DISABLE_DEBUG.
This commit is contained in:
Tim-Philipp Müller 2009-09-11 10:02:54 +01:00
parent 7dbefedeef
commit e4e8417eeb

View file

@ -223,7 +223,7 @@ build_linear_format (int depth, int width, int unsignd, int big_endian)
return formats; return formats;
} }
#ifndef GST_DISABLE_DEBUG #ifndef GST_DISABLE_GST_DEBUG
static const gchar *format_type_names[] = { static const gchar *format_type_names[] = {
"linear", "linear",
"float", "float",