rtpg729depay: remove unused variable

This commit is contained in:
Wim Taymans 2010-01-05 19:02:39 +01:00
parent d6d06630e8
commit ca7ecdf2f3
2 changed files with 1 additions and 4 deletions

View file

@ -165,8 +165,7 @@ gst_rtp_g729_depay_setcaps (GstBaseRTPDepayload * depayload, GstCaps * caps)
/* ERRORS */
wrong_channels:
{
GST_DEBUG_OBJECT (rtpg729depay, "expected 1 channel, got %d",
rtpg729depay->channels);
GST_DEBUG_OBJECT (rtpg729depay, "expected 1 channel, got %d", channels);
return FALSE;
}
wrong_clock_rate:

View file

@ -45,8 +45,6 @@ typedef struct _GstRtpG729DepayClass GstRtpG729DepayClass;
struct _GstRtpG729Depay
{
GstBaseRTPDepayload depayload;
gint channels;
};
struct _GstRtpG729DepayClass