From: Thiago Santos Date: Fri, 30 Dec 2011 03:02:19 +0000 (-0300) Subject: camerabin2: clarify some message logs X-Git-Tag: RELEASE-0.11.1~123^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4d3d2dcd115ce6b3744ab852adeed04d438ac04;p=platform%2Fupstream%2Fgst-plugins-bad.git camerabin2: clarify some message logs Be explicit on which encodebin we're switching profiles on the log messages --- diff --git a/gst/camerabin2/gstcamerabin2.c b/gst/camerabin2/gstcamerabin2.c index 073cb6f..ff9f134 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,