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:
parent
7dbefedeef
commit
e4e8417eeb
@ -223,7 +223,7 @@ build_linear_format (int depth, int width, int unsignd, int big_endian)
|
||||
return formats;
|
||||
}
|
||||
|
||||
#ifndef GST_DISABLE_DEBUG
|
||||
#ifndef GST_DISABLE_GST_DEBUG
|
||||
static const gchar *format_type_names[] = {
|
||||
"linear",
|
||||
"float",
|
||||
|
Loading…
x
Reference in New Issue
Block a user