From 1c79181afd97ae371280c6019fac8fedddb9134d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 13 Oct 2010 01:37:52 +0200 Subject: [PATCH] pad: small cleanup --- gst/gstpad.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst/gstpad.c b/gst/gstpad.c index f73b431a35..2c6eb7caad 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -4628,7 +4628,6 @@ slow_path: if (scache.valid) { GstPadPushCache *ncache; - gpointer *cache_ptr; GST_LOG_OBJECT (pad, "Caching push data"); @@ -4636,8 +4635,6 @@ slow_path: ncache = g_slice_new (GstPadPushCache); *ncache = scache; - cache_ptr = (gpointer *) & pad->abidata.ABI.priv->cache_ptr; - pad_put_cache (pad, ncache, cache_ptr); } return ret;