just make it compile with --disable-gst-debug.
Original commit message from CVS: just make it compile with --disable-gst-debug.
This commit is contained in:
parent
0ba1bac264
commit
a299de4f78
@ -1,3 +1,8 @@
|
|||||||
|
2006-04-24 Edgard Lima <edgard.lima@indt.org.br>
|
||||||
|
|
||||||
|
* ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
|
||||||
|
just make it compile with --disable-gst-debug.
|
||||||
|
|
||||||
2006-04-23 Sebastien Moutte <sebastien@moutte.net>
|
2006-04-23 Sebastien Moutte <sebastien@moutte.net>
|
||||||
|
|
||||||
* gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
|
* gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
|
||||||
|
@ -566,12 +566,14 @@ gst_cmml_parser_meta_to_string (GstCmmlParser * parser,
|
|||||||
static void
|
static void
|
||||||
gst_cmml_parser_generic_error (void *ctx, const char *msg, ...)
|
gst_cmml_parser_generic_error (void *ctx, const char *msg, ...)
|
||||||
{
|
{
|
||||||
|
#ifndef GST_DISABLE_GST_DEBUG
|
||||||
va_list varargs;
|
va_list varargs;
|
||||||
|
|
||||||
va_start (varargs, msg);
|
va_start (varargs, msg);
|
||||||
gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_WARNING,
|
gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_WARNING,
|
||||||
"", "", 0, NULL, msg, varargs);
|
"", "", 0, NULL, msg, varargs);
|
||||||
va_end (varargs);
|
va_end (varargs);
|
||||||
|
#endif /* GST_DISABLE_GST_DEBUG */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* sax handler called when an element start tag is found
|
/* sax handler called when an element start tag is found
|
||||||
|
Loading…
x
Reference in New Issue
Block a user