pad: small cleanup

This commit is contained in:
Wim Taymans 2010-10-13 01:37:52 +02:00
parent b83e66be46
commit 1c79181afd

View file

@ -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;