ext/tarkin/gsttarkin.c: - Change RANK from NONE to PRIMARY (decoder)
authorStéphane Loeuillet <gstreamer@leroutier.net>
Wed, 12 May 2004 10:19:19 +0000 (10:19 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Wed, 12 May 2004 10:19:19 +0000 (10:19 +0000)
Original commit message from CVS:
* ext/tarkin/gsttarkin.c :
- Change RANK from NONE to PRIMARY (decoder)
* ext/gdk_pixbuf/gstgdkpixbuf.c :
- Change RANK from NONE to MARGINAL (decoder)
* ext/divx/gstdivxenc.c :
- Change RANK from PRIMARY to NONE (encoder/spider issue)

ChangeLog
ext/divx/gstdivxenc.c
ext/tarkin/gsttarkin.c

index 4cb7993..176a03b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
+
+       * ext/tarkin/gsttarkin.c :
+         - Change RANK from NONE to PRIMARY
+       * ext/gdk_pixbuf/gstgdkpixbuf.c :
+         - Change RANK from NONE to MARGINAL
+       * ext/divx/gstdivxenc.c :
+         - Change RANK from PRIMARY to NONE (encoder/spider issue)
+
 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
index c7fd3f5..3f38193 100644 (file)
@@ -517,7 +517,7 @@ plugin_init (GstPlugin * plugin)
 
   /* create an elementfactory for the v4lmjpegsrcparse element */
   return gst_element_register (plugin, "divxenc",
-      GST_RANK_PRIMARY, GST_TYPE_DIVXENC);
+      GST_RANK_NONE, GST_TYPE_DIVXENC);
 }
 
 
index 0e8d859..f59462a 100644 (file)
@@ -31,7 +31,7 @@ plugin_init (GstPlugin * plugin)
           GST_TYPE_TARKINENC))
     return FALSE;
 
-  if (!gst_element_register (plugin, "tarkindec", GST_RANK_NONE,
+  if (!gst_element_register (plugin, "tarkindec", GST_RANK_PRIMARY,
           GST_TYPE_TARKINDEC))
     return FALSE;