summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtp.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-05-08 10:38:42 +0200
committerWim Taymans <wim@metal.(none)>2009-05-08 10:38:42 +0200
commita4dfd61a7737c365114cdd768e5e55c809105256 (patch)
tree864c78ba090b96dfbe74de7a01828d4d25d41f17 /gst/rtp/gstrtp.c
parentee1f1ae5d54a43eb36d8dbc4d4f7b95d84bb6a6d (diff)
rtpj2kpay: add a simple JPEG 2000 payloader
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 fe81cc4e..2db0f7ef 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 "gstrtpj2kpay.h"
#include "gstrtpjpegdepay.h"
#include "gstrtpjpegpay.h"
#include "gstrtpL16depay.h"
@@ -162,6 +163,9 @@ plugin_init (GstPlugin * plugin)
if (!gst_rtp_h264_pay_plugin_init (plugin))
return FALSE;
+ if (!gst_rtp_j2k_pay_plugin_init (plugin))
+ return FALSE;
+
if (!gst_rtp_jpeg_depay_plugin_init (plugin))
return FALSE;