Unused nxvideo codec(artik H/W codec) 03/181903/1 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.020036 accepted/tizen/unified/20180621.141309 submit/tizen/20180620.045526 submit/tizen_5.0/20181101.000003
authorGilbok Lee <gilbok.lee@samsung.com>
Tue, 19 Jun 2018 00:37:47 +0000 (09:37 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 19 Jun 2018 00:37:47 +0000 (09:37 +0900)
[Version] 0.10.10
[Profile] Mobile, TV
[Issue Type] Fix bugs

Change-Id: I38afc65503f35b9cbbcadde0dc9282769bc973b1

packaging/libmm-transcode.spec
transcode/mm_transcode_seek.c

index 6e20179..6943370 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-transcode
 Summary:    Multimedia Framework Video Transcode Library
-Version:    0.10.9
+Version:    0.10.10
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index 6e70b1a..8d13f21 100644 (file)
@@ -200,7 +200,8 @@ GstAutoplugSelectResult _mm_cb_decode_bin_autoplug_select(GstElement *element, G
        }
 
        if (g_strrstr(caps_str, "video")) {
-               if (g_strrstr(feature_name, "omx") || g_strrstr(feature_name, "sprd") || g_strrstr(feature_name, "v4l2")) {
+               if (g_strrstr(feature_name, "omx") || g_strrstr(feature_name, "sprd")
+                       || g_strrstr(feature_name, "v4l2") || g_strrstr(feature_name, "nxvideo")) {
                        /* emit autoplug-select to see what we should do with it. */
                        LOGD("SKIP %s Codec", feature_name);
                        return GST_AUTOPLUG_SELECT_SKIP;