Apply default template caps 47/76447/1 accepted/tizen/common/20160627.191925 accepted/tizen/ivi/20160629.015424 accepted/tizen/mobile/20160629.015323 accepted/tizen/tv/20160629.015402 accepted/tizen/wearable/20160629.015345 submit/tizen/20160627.022624
authorSejun Park <sejun79.park@samsung.com>
Fri, 24 Jun 2016 04:01:39 +0000 (13:01 +0900)
committerSejun Park <sejun79.park@samsung.com>
Fri, 24 Jun 2016 04:01:39 +0000 (13:01 +0900)
Change-Id: Icd0154e77e0a81747a2b670c18d893a8e8fb2816

config/exynos/gstomx.conf
omx/gstomxvideodec.c
packaging/gst-omx.spec

index 946be31..ee51371 100755 (executable)
@@ -6,7 +6,6 @@ rank=258
 in-port-index=0
 out-port-index=1
 hacks=no-component-role;no-disable-outport
-src-template-caps=video/x-raw,width=(int)[1,1920],height=(int)[1,1080],framerate=(fraction)[ 0/1, MAX ]
 
 [omxdec_mpeg4]
 type-name=GstOMXMPEG4VideoDec
@@ -16,7 +15,6 @@ rank=258
 in-port-index=0
 out-port-index=1
 hacks=no-component-role;no-disable-outport
-src-template-caps=video/x-raw,width=(int)[1,1920],height=(int)[1,1080],framerate=(fraction)[ 0/1, MAX ]
 
 [omxdec_h263]
 type-name=GstOMXH263Dec
@@ -26,7 +24,6 @@ rank=258
 in-port-index=0
 out-port-index=1
 hacks=no-component-role;no-disable-outport
-src-template-caps=video/x-raw,width=(int)[1,1920],height=(int)[1,1080],framerate=(fraction)[ 0/1, MAX ]
 
 [omxdec_h264]
 type-name=GstOMXH264Dec
@@ -36,7 +33,6 @@ rank=258
 in-port-index=0
 out-port-index=1
 hacks=no-component-role;no-disable-outport
-src-template-caps=video/x-raw,width=(int)[1,1920],height=(int)[1,1080],framerate=(fraction)[ 0/1, MAX ]
 
 [omxdec_vc1]
 type-name=GstOMXWMVDec
index 51ab2f9..eee27a3 100755 (executable)
@@ -134,9 +134,9 @@ gst_omx_video_dec_class_init (GstOMXVideoDecClass * klass)
       "width = " GST_VIDEO_SIZE_RANGE ", "
          "height = " GST_VIDEO_SIZE_RANGE ", " "framerate = " GST_VIDEO_FPS_RANGE ", "
 #ifdef EXYNOS_SPECIFIC
-      "format = ST12";
+      "format = (string)ST12";
 #else
-      "format = SN12";
+      "format = (string)SN12";
 #endif
 }
 
index 380e1b6..3f406d0 100755 (executable)
@@ -1,7 +1,7 @@
 Name:           gst-omx
 Summary:        GStreamer plug-in that allows communication with OpenMAX IL components
-Version:        1.2.0
-Release:        2
+Version:        1.2.1
+Release:        0
 License:        LGPL-2.1+
 Group:          Multimedia/Framework
 Source0:        %{name}-%{version}.tar.gz