mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
pad: small cleanup
This commit is contained in:
parent
b83e66be46
commit
1c79181afd
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue