mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
rtpdtmfmux: remove unused signal boilerplate
This commit is contained in:
parent
1d11da647f
commit
207aac1cec
1 changed files with 0 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue