mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rpicamsrc: Send vcos_log_warn via GStreamer debug messages
This commit is contained in:
parent
acc7449d28
commit
92aa566c43
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ GST_DEBUG_CATEGORY_EXTERN (gst_rpi_cam_src_debug);
|
||||||
#define fprintf(f,...) GST_LOG(__VA_ARGS__)
|
#define fprintf(f,...) GST_LOG(__VA_ARGS__)
|
||||||
#undef vcos_log_error
|
#undef vcos_log_error
|
||||||
#define vcos_log_error GST_ERROR
|
#define vcos_log_error GST_ERROR
|
||||||
|
#undef vcos_log_warn
|
||||||
|
#define vcos_log_warn GST_WARNING
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue