diff options
Diffstat (limited to 'gst/rtp/gstrtp.c')
-rw-r--r-- | gst/rtp/gstrtp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtp/gstrtp.c b/gst/rtp/gstrtp.c index c8bae7c2..1eef506d 100644 --- a/gst/rtp/gstrtp.c +++ b/gst/rtp/gstrtp.c @@ -38,6 +38,7 @@ #include "gstrtpmpvdepay.h" #include "gstrtph263pdepay.h" #include "gstrtph263ppay.h" +#include "gstrtph263depay.h" #include "gstrtph263pay.h" #include "gstrtph264depay.h" #include "gstrtph264pay.h" @@ -113,6 +114,9 @@ plugin_init (GstPlugin * plugin) if (!gst_rtp_h263p_depay_plugin_init (plugin)) return FALSE; + if (!gst_rtp_h263_depay_plugin_init (plugin)) + return FALSE; + if (!gst_rtp_h263_pay_plugin_init (plugin)) return FALSE; |