summaryrefslogtreecommitdiff
path: root/ext/xvid
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-11-18 17:58:53 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-11-18 17:58:53 +0100
commit3a67c770f77bd68278b8589e31b20f99b6d51055 (patch)
treeaac2ead347e7be533b74a37e605c295c089dca9d /ext/xvid
parent32126979cf6753b0a447f949085ece97c3c26c3d (diff)
downloadgstreamer-plugins-bad-3a67c770f77bd68278b8589e31b20f99b6d51055.tar.gz
xvid: Raise rank of encoder to SECONDARY
Diffstat (limited to 'ext/xvid')
-rw-r--r--ext/xvid/gstxvid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xvid/gstxvid.c b/ext/xvid/gstxvid.c
index 45c14c327..fa5ebdc84 100644
--- a/ext/xvid/gstxvid.c
+++ b/ext/xvid/gstxvid.c
@@ -359,7 +359,7 @@ static gboolean
plugin_init (GstPlugin * plugin)
{
return (gst_element_register (plugin, "xvidenc",
- GST_RANK_NONE, GST_TYPE_XVIDENC) &&
+ GST_RANK_SECONDARY, GST_TYPE_XVIDENC) &&
gst_element_register (plugin, "xviddec",
GST_RANK_NONE, GST_TYPE_XVIDDEC));
}