From e4d3d2dcd115ce6b3744ab852adeed04d438ac04 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Fri, 30 Dec 2011 00:02:19 -0300 Subject: [PATCH] camerabin2: clarify some message logs Be explicit on which encodebin we're switching profiles on the log messages --- gst/camerabin2/gstcamerabin2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/camerabin2/gstcamerabin2.c b/gst/camerabin2/gstcamerabin2.c index 073cb6f679..ff9f13423a 100644 --- a/gst/camerabin2/gstcamerabin2.c +++ b/gst/camerabin2/gstcamerabin2.c @@ -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,