diff --git a/gst/rtpmanager/gstrtpdtmfmux.c b/gst/rtpmanager/gstrtpdtmfmux.c index 9fd77c3e03..13ba8b61a1 100644 --- a/gst/rtpmanager/gstrtpdtmfmux.c +++ b/gst/rtpmanager/gstrtpdtmfmux.c @@ -47,20 +47,12 @@ GST_DEBUG_CATEGORY_STATIC (gst_rtp_dtmf_mux_debug); #define GST_CAT_DEFAULT gst_rtp_dtmf_mux_debug -enum -{ - LAST_SIGNAL -}; - - static GstStaticPadTemplate priority_sink_factory = GST_STATIC_PAD_TEMPLATE ("priority_sink_%d", GST_PAD_SINK, GST_PAD_REQUEST, GST_STATIC_CAPS ("application/x-rtp")); -// static guint gst_rtpdtmfmux_signals[LAST_SIGNAL] = { 0 }; - static GstPad *gst_rtp_dtmf_mux_request_new_pad (GstElement * element, GstPadTemplate * templ, const gchar * name); static GstStateChangeReturn gst_rtp_dtmf_mux_change_state (GstElement * element,