mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
memory: remove unused macros
This commit is contained in:
parent
10f3adfd9d
commit
6e7c469b48
1 changed files with 0 additions and 7 deletions
|
@ -107,13 +107,6 @@ static GstAllocator *_default_allocator;
|
|||
/* our predefined allocators */
|
||||
static GstAllocator *_default_mem_impl;
|
||||
|
||||
#define SHARE_ONE (1 << 16)
|
||||
#define SHARE_MASK (~(SHARE_ONE - 1))
|
||||
#define LOCK_ONE (GST_LOCK_FLAG_LAST)
|
||||
#define FLAG_MASK (GST_LOCK_FLAG_LAST - 1)
|
||||
#define LOCK_MASK ((SHARE_ONE - 1) - FLAG_MASK)
|
||||
#define LOCK_FLAG_MASK (SHARE_ONE - 1)
|
||||
|
||||
static GstMemory *
|
||||
_gst_memory_copy (GstMemory * mem)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue