summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-12 10:19:19 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-12 10:19:19 +0000
commit84920442488940dbcd06cafc55925ffa125c203e (patch)
tree418f78488f86bd74da6965ee158e3c708062d4ac /ext
parentbb1dae6c429b09865eed3b916cf3cdf4ecb129b8 (diff)
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)
Diffstat (limited to 'ext')
-rw-r--r--ext/gdk_pixbuf/gstgdkpixbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gdk_pixbuf/gstgdkpixbuf.c b/ext/gdk_pixbuf/gstgdkpixbuf.c
index 6670a368..8dbe2eaf 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;