intervideosrc: Print a warning into the debug log on generating black frames
This commit is contained in:
parent
e6b5a271a1
commit
0fc6cc6874
@ -407,6 +407,7 @@ gst_inter_video_src_create (GstBaseSrc * src, guint64 offset, guint size,
|
||||
}
|
||||
|
||||
if (buffer == NULL) {
|
||||
GST_WARNING_OBJECT (intervideosrc, "Creating black frame");
|
||||
buffer = gst_buffer_copy (intervideosrc->black_frame);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user