mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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) {
|
if (scache.valid) {
|
||||||
GstPadPushCache *ncache;
|
GstPadPushCache *ncache;
|
||||||
gpointer *cache_ptr;
|
|
||||||
|
|
||||||
GST_LOG_OBJECT (pad, "Caching push data");
|
GST_LOG_OBJECT (pad, "Caching push data");
|
||||||
|
|
||||||
|
@ -4636,8 +4635,6 @@ slow_path:
|
||||||
ncache = g_slice_new (GstPadPushCache);
|
ncache = g_slice_new (GstPadPushCache);
|
||||||
*ncache = scache;
|
*ncache = scache;
|
||||||
|
|
||||||
cache_ptr = (gpointer *) & pad->abidata.ABI.priv->cache_ptr;
|
|
||||||
|
|
||||||
pad_put_cache (pad, ncache, cache_ptr);
|
pad_put_cache (pad, ncache, cache_ptr);
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue