mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 02:24:13 +00:00
camerabin: debug log only change
This commit is contained in:
parent
d5b302ffc4
commit
8f1b3d3ec2
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ capture_done (GstElement * elem, const gchar * filename, gpointer user_data)
|
|||
|
||||
g_idle_add ((GSourceFunc) handle_image_captured_cb, loop);
|
||||
|
||||
GST_DEBUG ("image saved");
|
||||
GST_INFO ("image saved");
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
@ -187,7 +187,7 @@ capture_bus_cb (GstBus * bus, GstMessage * message, gpointer data)
|
|||
default:
|
||||
st = gst_message_get_structure (message);
|
||||
if (st && gst_structure_has_name (st, "image-captured")) {
|
||||
GST_INFO ("image-captured");
|
||||
GST_INFO ("image captured");
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue