mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
camerabin2: clarify some message logs
Be explicit on which encodebin we're switching profiles on the log messages
This commit is contained in:
parent
b778d8a27e
commit
e4d3d2dcd1
1 changed files with 2 additions and 2 deletions
|
@ -1679,7 +1679,7 @@ gst_camera_bin_create_elements (GstCameraBin2 * camera)
|
|||
NULL);
|
||||
|
||||
if (camera->video_profile_switch) {
|
||||
GST_DEBUG_OBJECT (camera, "Switching encodebin's profile");
|
||||
GST_DEBUG_OBJECT (camera, "Switching video-encodebin's profile");
|
||||
g_object_set (camera->video_encodebin, "profile", camera->video_profile,
|
||||
NULL);
|
||||
if (GST_PAD_LINK_FAILED (gst_camera_bin_link_encodebin (camera,
|
||||
|
@ -1694,7 +1694,7 @@ gst_camera_bin_create_elements (GstCameraBin2 * camera)
|
|||
}
|
||||
|
||||
if (camera->image_profile_switch) {
|
||||
GST_DEBUG_OBJECT (camera, "Switching encodebin's profile");
|
||||
GST_DEBUG_OBJECT (camera, "Switching image-encodebin's profile");
|
||||
g_object_set (camera->image_encodebin, "profile", camera->image_profile,
|
||||
NULL);
|
||||
if (GST_PAD_LINK_FAILED (gst_camera_bin_link_encodebin (camera,
|
||||
|
|
Loading…
Reference in a new issue