summaryrefslogtreecommitdiff
path: root/src/buffer/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer/video.c')
-rw-r--r--src/buffer/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer/video.c b/src/buffer/video.c
index f7d5e98..19d7aa7 100644
--- a/src/buffer/video.c
+++ b/src/buffer/video.c
@@ -178,7 +178,7 @@ void camu_video_buffer_push(struct camu_video_buffer *buf, struct camu_codec_fra
if (flow != FLOWING) {
// A static buffer will be FLUSHED after any push().
if (buf->is_static) {
- log_warn("Unexpected duplicate frame received.");
+ log_error("Unexpected duplicate frame received.");
}
camu_codec_frame_discard(frame);
return;