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 61ce7851..3ada28da 100644 --- a/gst/rtp/gstrtp.c +++ b/gst/rtp/gstrtp.c @@ -58,6 +58,7 @@ #include "gstrtpmp4vdepay.h" #include "gstrtpmp4vpay.h" #include "gstrtpmp4adepay.h" +#include "gstrtpmp4apay.h" #include "gstrtpmp4gdepay.h" #include "gstrtpmp4gpay.h" #include "gstrtpspeexpay.h" @@ -181,6 +182,9 @@ plugin_init (GstPlugin * plugin) if (!gst_rtp_mp4v_depay_plugin_init (plugin)) return FALSE; + if (!gst_rtp_mp4a_pay_plugin_init (plugin)) + return FALSE; + if (!gst_rtp_mp4a_depay_plugin_init (plugin)) return FALSE; |