diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-06-19 11:24:54 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-06-19 11:24:54 +0000 |
commit | ed0c7a04b10ed997c4b06be7bca30c49d4b205b3 (patch) | |
tree | 8607cbed6b03109c8bd45bb500a6ba3f80304442 /gst/rtp/gstrtpg726pay.c | |
parent | 67e87defd677733e6293e409c84991ea18a75f74 (diff) |
gst/rtp/gstrtpg726pay.c: Remove unused variable so that we can compile again.
Original commit message from CVS:
* gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
Remove unused variable so that we can compile again.
Diffstat (limited to 'gst/rtp/gstrtpg726pay.c')
-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; |