summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/apexsink/gstapexplugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/apexsink/gstapexplugin.c b/ext/apexsink/gstapexplugin.c
index 014d5a2d..7fb61985 100644
--- a/ext/apexsink/gstapexplugin.c
+++ b/ext/apexsink/gstapexplugin.c
@@ -31,7 +31,7 @@
static gboolean
plugin_init (GstPlugin * plugin)
{
- return gst_element_register (plugin, GST_APEX_SINK_NAME, GST_RANK_PRIMARY,
+ return gst_element_register (plugin, GST_APEX_SINK_NAME, GST_RANK_NONE,
GST_TYPE_APEX_SINK);
}