X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmm_camcorder_util.c;h=8a4f12f60133d2dfafe4668c9b0892dc34548b9d;hb=refs%2Fchanges%2F87%2F95387%2F1;hp=6414afd9c60f2c7f8c49f5020bc56794297aae4f;hpb=3e99440e80d0ccf5bb33ab747a4ee7a9b9c69f01;p=platform%2Fcore%2Fmultimedia%2Flibmm-camcorder.git diff --git a/src/mm_camcorder_util.c b/src/mm_camcorder_util.c index 6414afd..8a4f12f 100644 --- a/src/mm_camcorder_util.c +++ b/src/mm_camcorder_util.c @@ -162,6 +162,7 @@ static void __gdbus_stream_eos_cb(GDBusConnection *connection, { int played_idx = 0; _MMCamcorderGDbusCbInfo *gdbus_info = NULL; + mmf_camcorder_t *hcamcorder = NULL; _mmcam_dbg_log("entered"); @@ -171,13 +172,14 @@ static void __gdbus_stream_eos_cb(GDBusConnection *connection, } gdbus_info = (_MMCamcorderGDbusCbInfo *)user_data; + hcamcorder = (mmf_camcorder_t *)gdbus_info->mm_handle; g_variant_get(param, "(i)", &played_idx); g_mutex_lock(&gdbus_info->sync_mutex); - _mmcam_dbg_log("gdbus_info->param %d, played_idx : %d", - gdbus_info->param, played_idx); + _mmcam_dbg_log("gdbus_info->param %d, played_idx : %d, handle : %p", + gdbus_info->param, played_idx, hcamcorder); if (gdbus_info->param == played_idx) { g_dbus_connection_signal_unsubscribe(connection, gdbus_info->subscribe_id);