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 5025a05b..61ce7851 100644 --- a/gst/rtp/gstrtp.c +++ b/gst/rtp/gstrtp.c @@ -52,6 +52,7 @@ #include "gstrtpL16depay.h" #include "gstrtpL16pay.h" #include "gstasteriskh263.h" +#include "gstrtpmp1sdepay.h" #include "gstrtpmp2tdepay.h" #include "gstrtpmp2tpay.h" #include "gstrtpmp4vdepay.h" @@ -165,6 +166,9 @@ plugin_init (GstPlugin * plugin) if (!gst_asteriskh263_plugin_init (plugin)) return FALSE; + if (!gst_rtp_mp1s_depay_plugin_init (plugin)) + return FALSE; + if (!gst_rtp_mp2t_depay_plugin_init (plugin)) return FALSE; |