diff options
Diffstat (limited to 'ext/spandsp/gstspanplc.c')
-rw-r--r-- | ext/spandsp/gstspanplc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spandsp/gstspanplc.c b/ext/spandsp/gstspanplc.c index 602c6f07c..f1e29494d 100644 --- a/ext/spandsp/gstspanplc.c +++ b/ext/spandsp/gstspanplc.c @@ -38,6 +38,8 @@ #include <gst/audio/audio.h> G_DEFINE_TYPE (GstSpanPlc, gst_span_plc, GST_TYPE_ELEMENT); +GST_ELEMENT_REGISTER_DEFINE (spanplc, "spanplc", GST_RANK_PRIMARY, + GST_TYPE_SPAN_PLC); GST_DEBUG_CATEGORY_STATIC (gst_span_plc_debug); #define GST_CAT_DEFAULT gst_span_plc_debug |