summaryrefslogtreecommitdiff
path: root/ext/openexr/gstopenexrdec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openexr/gstopenexrdec.cpp')
-rw-r--r--ext/openexr/gstopenexrdec.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/openexr/gstopenexrdec.cpp b/ext/openexr/gstopenexrdec.cpp
index a83c35de9..eeb316cb1 100644
--- a/ext/openexr/gstopenexrdec.cpp
+++ b/ext/openexr/gstopenexrdec.cpp
@@ -112,6 +112,8 @@ GST_STATIC_PAD_TEMPLATE ("src",
#define parent_class gst_openexr_dec_parent_class
G_DEFINE_TYPE (GstOpenEXRDec, gst_openexr_dec, GST_TYPE_VIDEO_DECODER);
+GST_ELEMENT_REGISTER_DEFINE (openexrdec, "openexrdec", GST_RANK_PRIMARY,
+ GST_TYPE_OPENEXR_DEC);
static void
gst_openexr_dec_class_init (GstOpenEXRDecClass * klass)