mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
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.
This commit is contained in:
parent
67e87defd6
commit
ed0c7a04b1
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2008-06-19 Peter Kjellerstedt <pkj@axis.com>
|
||||||
|
|
||||||
* gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
|
* gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
|
||||||
|
|
|
@ -110,7 +110,6 @@ gst_rtp_g726_pay_setcaps (GstBaseRTPPayload * payload, GstCaps * caps)
|
||||||
{
|
{
|
||||||
gchar *encoding_name;
|
gchar *encoding_name;
|
||||||
GstStructure *structure = gst_caps_get_structure (caps, 0);
|
GstStructure *structure = gst_caps_get_structure (caps, 0);
|
||||||
const gchar *stname = gst_structure_get_name (structure);
|
|
||||||
GstBaseRTPAudioPayload *basertpaudiopayload;
|
GstBaseRTPAudioPayload *basertpaudiopayload;
|
||||||
gint bitrate;
|
gint bitrate;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue