gst/rtp/gstrtpg726pay.c: Remove unused variable so that we can compile again.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 19 Jun 2008 11:24:54 +0000 (11:24 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 19 Jun 2008 11:24:54 +0000 (11:24 +0000)
Original commit message from CVS:
* gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
Remove unused variable so that we can compile again.

ChangeLog
gst/rtp/gstrtpg726pay.c

index 297e579..ccda660 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
+       Remove unused variable so that we can compile again.
+
 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
 
        * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
index d87ee00..b9ccadb 100644 (file)
@@ -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;