From: Stéphane Loeuillet Date: Wed, 12 May 2004 10:19:19 +0000 (+0000) Subject: ext/tarkin/gsttarkin.c: - Change RANK from NONE to PRIMARY (decoder) X-Git-Tag: BRANCH-GSTREAMER-0_8-ROOT~1101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84920442488940dbcd06cafc55925ffa125c203e;p=platform%2Fupstream%2Fgst-plugins-good.git ext/tarkin/gsttarkin.c: - Change RANK from NONE to PRIMARY (decoder) 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) --- diff --git a/ChangeLog b/ChangeLog index 4cb7993..176a03b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-05-12 Stephane Loeuillet + + * 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 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy), diff --git a/ext/gdk_pixbuf/gstgdkpixbuf.c b/ext/gdk_pixbuf/gstgdkpixbuf.c index 6670a36..8dbe2ea 100644 --- a/ext/gdk_pixbuf/gstgdkpixbuf.c +++ b/ext/gdk_pixbuf/gstgdkpixbuf.c @@ -450,7 +450,7 @@ plugin_init (GstPlugin * plugin) GST_DEBUG_CATEGORY_INIT (gst_gdk_pixbuf_debug, "gdkpixbuf", 0, "gdk pixbuf loader"); - if (!gst_element_register (plugin, "gdkpixbufdec", GST_RANK_NONE, + if (!gst_element_register (plugin, "gdkpixbufdec", GST_RANK_MARGINAL, GST_TYPE_GDK_PIXBUF)) return FALSE;