summaryrefslogtreecommitdiffstats
path: root/gst/smpte/gstsmptealpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/smpte/gstsmptealpha.c')
-rw-r--r--gst/smpte/gstsmptealpha.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/smpte/gstsmptealpha.c b/gst/smpte/gstsmptealpha.c
index d7817f45..61b4b0b1 100644
--- a/gst/smpte/gstsmptealpha.c
+++ b/gst/smpte/gstsmptealpha.c
@@ -346,14 +346,11 @@ static gboolean
gst_smpte_alpha_get_unit_size (GstBaseTransform * btrans, GstCaps * caps,
guint * size)
{
- GstSMPTEAlpha *smpte;
GstStructure *structure;
gboolean ret;
gint width, height;
guint32 fourcc;
- smpte = GST_SMPTE_ALPHA (btrans);
-
structure = gst_caps_get_structure (caps, 0);
ret = gst_structure_get_int (structure, "width", &width);