summaryrefslogtreecommitdiff
path: root/ext/openh264
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openh264')
-rw-r--r--ext/openh264/gstopenh264plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/openh264/gstopenh264plugin.c b/ext/openh264/gstopenh264plugin.c
index c15a9a822..15957d7dd 100644
--- a/ext/openh264/gstopenh264plugin.c
+++ b/ext/openh264/gstopenh264plugin.c
@@ -38,9 +38,9 @@
static gboolean
plugin_init (GstPlugin * plugin)
{
- gst_element_register (plugin, "openh264dec", GST_RANK_NONE,
+ gst_element_register (plugin, "openh264dec", GST_RANK_MARGINAL,
GST_TYPE_OPENH264DEC);
- gst_element_register (plugin, "openh264enc", GST_RANK_NONE,
+ gst_element_register (plugin, "openh264enc", GST_RANK_MARGINAL,
GST_TYPE_OPENH264ENC);
return TRUE;