summaryrefslogtreecommitdiffstats
path: root/ext/tarkin
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
commitcbc28f86f9621ac9a902b0a98d6301b20e46d21d (patch)
tree47ee1f0aa61f0f0569659b619b124e138ce49fe5 /ext/tarkin
parent08e51cbecfe4f509bfa66796eb97fb741d7c0401 (diff)
downloadgst-plugins-bad-cbc28f86f9621ac9a902b0a98d6301b20e46d21d.tar.gz
gst-plugins-bad-cbc28f86f9621ac9a902b0a98d6301b20e46d21d.tar.bz2
gst-plugins-bad-cbc28f86f9621ac9a902b0a98d6301b20e46d21d.zip
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/tarkin')
-rw-r--r--ext/tarkin/gsttarkin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tarkin/gsttarkin.c b/ext/tarkin/gsttarkin.c
index 0e8d859a..f59462a6 100644
--- a/ext/tarkin/gsttarkin.c
+++ b/ext/tarkin/gsttarkin.c
@@ -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;