diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/rtp/gstrtpg726pay.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpg726pay.c b/gst/rtp/gstrtpg726pay.c index d87ee00d..b9ccadb9 100644 --- a/gst/rtp/gstrtpg726pay.c +++ b/gst/rtp/gstrtpg726pay.c @@ -110,7 +110,6 @@ gst_rtp_g726_pay_setcaps (GstBaseRTPPayload * payload, GstCaps * caps) { gchar *encoding_name; GstStructure *structure = gst_caps_get_structure (caps, 0); - const gchar *stname = gst_structure_get_name (structure); GstBaseRTPAudioPayload *basertpaudiopayload; gint bitrate; |