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 1eef506d..5fde4069 100644 --- a/gst/rtp/gstrtp.c +++ b/gst/rtp/gstrtp.c @@ -36,6 +36,7 @@ #include "gstrtpmpapay.h" #include "gstrtpmpadepay.h" #include "gstrtpmpvdepay.h" +#include "gstrtpmpvpay.h" #include "gstrtph263pdepay.h" #include "gstrtph263ppay.h" #include "gstrtph263depay.h" @@ -108,6 +109,9 @@ plugin_init (GstPlugin * plugin) if (!gst_rtp_mpv_depay_plugin_init (plugin)) return FALSE; + if (!gst_rtp_mpv_pay_plugin_init (plugin)) + return FALSE; + if (!gst_rtp_h263p_pay_plugin_init (plugin)) return FALSE; |