summaryrefslogtreecommitdiffstats
path: root/gst/law/alaw-encode.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/law/alaw-encode.c')
-rw-r--r--gst/law/alaw-encode.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gst/law/alaw-encode.c b/gst/law/alaw-encode.c
index e7bf33e5..d0bff55e 100644
--- a/gst/law/alaw-encode.c
+++ b/gst/law/alaw-encode.c
@@ -119,9 +119,7 @@ alawenc_getcaps (GstPad * pad)
{
GstALawEnc *alawenc;
GstPad *otherpad;
- GstCaps *base_caps, *othercaps, *result;
- GstStructure *structure;
- const GValue *rate, *chans;
+ GstCaps *base_caps, *othercaps;
alawenc = GST_ALAWENC (GST_PAD_PARENT (pad));
@@ -144,7 +142,7 @@ alawenc_getcaps (GstPad * pad)
structure = gst_caps_get_structure (othercaps, 0);
orate = gst_structure_get_value (structure, "rate");
ochans = gst_structure_get_value (structure, "channels");
- if (!rate || !chans)
+ if (!orate || !ochans)
goto done;
structure = gst_caps_get_structure (base_caps, 0);