summaryrefslogtreecommitdiffstats
path: root/ext/jpeg/gstjpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/jpeg/gstjpeg.c')
-rw-r--r--ext/jpeg/gstjpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/jpeg/gstjpeg.c b/ext/jpeg/gstjpeg.c
index ddb10152..73134343 100644
--- a/ext/jpeg/gstjpeg.c
+++ b/ext/jpeg/gstjpeg.c
@@ -33,7 +33,7 @@ static gboolean
plugin_init (GstPlugin * plugin)
{
- if (!gst_element_register (plugin, "jpegenc", GST_RANK_NONE,
+ if (!gst_element_register (plugin, "jpegenc", GST_RANK_PRIMARY,
GST_TYPE_JPEGENC))
return FALSE;