From 25a44f8e02457e811a979b982997fdc01b218e96 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 22 Sep 2006 15:15:13 +0000 Subject: gst/rtp/: More fixage, set endoder-params correctly in the payloader. Original commit message from CVS: * gst/rtp/Makefile.am: * gst/rtp/gstrtp.c: (plugin_init): * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process): * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_reset_packet), (gst_rtp_vorbis_pay_init_packet), (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id), (gst_rtp_vorbis_pay_handle_buffer): More fixage, set endoder-params correctly in the payloader. --- gst/rtp/gstrtp.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gst/rtp/gstrtp.c') 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; -- cgit