[0.6.136] remove dead code 79/191979/1
authorEunhae Choi <eunhae1.choi@samsung.com>
Fri, 26 Oct 2018 09:11:17 +0000 (18:11 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Fri, 26 Oct 2018 09:11:19 +0000 (18:11 +0900)
- this code should be deleted with below patch
  https://review.tizen.org/gerrit/#/c/110242

Change-Id: I5582e4e30684a7919f7b8c72cf2a34f34e962b22

src/mm_player_priv.c

index 1c221e6..c64cb39 100644 (file)
@@ -3999,9 +3999,6 @@ __mmplayer_gst_create_video_pipeline(mm_player_t* player, GstCaps* caps, MMDispl
                goto ERROR;
        }
 
-       int enable_video_decoded_cb = 0;
-       mm_attrs_get_int_by_name(player->attrs, "enable_video_decoded_cb", &enable_video_decoded_cb);
-
        if (player->is_360_feature_enabled && player->is_content_spherical) {
                LOGD("video360 elem will be added.");