summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-10-13 01:37:52 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2010-12-03 11:28:52 +0100
commit1c79181afd97ae371280c6019fac8fedddb9134d (patch)
tree6620071fe8d1c2182ee26f7b557d8a0ed847a048 /gst
parentb83e66be4641a23ea1e17f2374e252f0400ddeb5 (diff)
pad: small cleanup
Diffstat (limited to 'gst')
-rw-r--r--gst/gstpad.c3
1 files changed, 0 insertions, 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;