diff options
Diffstat (limited to 'gst/rtp/gstrtp.c')
-rw-r--r-- | gst/rtp/gstrtp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/rtp/gstrtp.c b/gst/rtp/gstrtp.c index cf2130d5..7280642a 100644 --- a/gst/rtp/gstrtp.c +++ b/gst/rtp/gstrtp.c @@ -21,7 +21,6 @@ #include "config.h" #endif -#include "gstrtpasfdepay.h" #include "gstrtpdepay.h" #include "gstrtppcmupay.h" #include "gstrtppcmapay.h" @@ -52,9 +51,6 @@ static gboolean plugin_init (GstPlugin * plugin) { - if (!gst_rtp_asf_depay_plugin_init (plugin)) - return FALSE; - if (!gst_rtp_depay_plugin_init (plugin)) return FALSE; |