summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtp.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-05-08 11:35:02 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-05-08 11:35:02 +0200
commita9e496d92fe0ce64e91f974a78a87d4ef4357b3c (patch)
tree55f1a0d6566c529e507acabeb03af6b6026152db /gst/rtp/gstrtp.c
parent5ec808cf7e4614e6507a2780b32a57475506115a (diff)
rtj2kdepay: add basic JPEG 2000 depayloader
Diffstat (limited to 'gst/rtp/gstrtp.c')
-rw-r--r--gst/rtp/gstrtp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtp/gstrtp.c b/gst/rtp/gstrtp.c
index 2db0f7ef..72062540 100644
--- a/gst/rtp/gstrtp.c
+++ b/gst/rtp/gstrtp.c
@@ -49,6 +49,7 @@
#include "gstrtph263pay.h"
#include "gstrtph264depay.h"
#include "gstrtph264pay.h"
+#include "gstrtpj2kdepay.h"
#include "gstrtpj2kpay.h"
#include "gstrtpjpegdepay.h"
#include "gstrtpjpegpay.h"
@@ -163,6 +164,9 @@ plugin_init (GstPlugin * plugin)
if (!gst_rtp_h264_pay_plugin_init (plugin))
return FALSE;
+ if (!gst_rtp_j2k_depay_plugin_init (plugin))
+ return FALSE;
+
if (!gst_rtp_j2k_pay_plugin_init (plugin))
return FALSE;