mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
rtpg729depay: remove unused variable
This commit is contained in:
parent
d6d06630e8
commit
ca7ecdf2f3
2 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -45,8 +45,6 @@ typedef struct _GstRtpG729DepayClass GstRtpG729DepayClass;
|
|||
struct _GstRtpG729Depay
|
||||
{
|
||||
GstBaseRTPDepayload depayload;
|
||||
|
||||
gint channels;
|
||||
};
|
||||
|
||||
struct _GstRtpG729DepayClass
|
||||
|
|
Loading…
Reference in a new issue