changed rank of each element from NONE to PRIMARY.
authorKitae Kim <kt920.kim@samsung.com>
Tue, 24 Sep 2013 12:25:34 +0000 (21:25 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Tue, 24 Sep 2013 12:28:39 +0000 (21:28 +0900)
Change-Id: I6f3e1861a17e6c4fa29c32c1550c142ff2eb6d4b
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
packaging/gst-plugins-emulator.changes
packaging/gst-plugins-emulator.spec
src/gstmarudec.c
src/gstmaruenc.c

index 82c01ba2123a4e4a34fc9113e5b35d7b66e26a24..e4a8c6280769180ecd7cbcf207033046830dce79 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Sep 24 12:27:50 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
+- changed rank of each element from NONE to PRIMARY.
+
 * Wed Sep 11 12:32:26 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
 - changed a way to use device memory effectively.
 
index d92b9e913f807f727e10a59c732d604852e97a94..157addb86649fefe9b1ed91dccba5ab311d76ab7 100644 (file)
@@ -1,5 +1,5 @@
 Name: gst-plugins-emulator
-Version: 0.1.5
+Version: 0.1.6
 Release: 2 
 Summary: GStreamer Streaming-media framework plug-in for Tizen emulator.
 Group: TO_BE/FILLED_IN
index 026fa3922c4a2e675c84d0c1e741d8b5299defe2..4a6f2ab45a0f2b2814de8a141cdc1f0950ad31a6 100644 (file)
@@ -1531,7 +1531,7 @@ gst_marudec_register (GstPlugin *plugin, GList *element)
 
   GType type;
   gchar *type_name;
-  gint rank = GST_RANK_NONE;
+  gint rank = GST_RANK_PRIMARY;
   GList *elem = element;
   CodecElement *codec = NULL;
 
index 8ce4fffa52a8ed97081dbfb418d75a0164da3e97..ad0d102bd2ef918d51faf4f5e0500f23fac3b671 100644 (file)
@@ -1133,7 +1133,7 @@ gst_maruenc_register (GstPlugin *plugin, GList *element)
 
   GType type;
   gchar *type_name;
-  gint rank = GST_RANK_NONE;
+  gint rank = GST_RANK_PRIMARY;
   GList *elem = element;
   CodecElement *codec = NULL;