allocators: header clean-up

This commit is contained in:
Tim-Philipp Müller 2013-02-19 09:35:10 +00:00
parent f56720fc7b
commit 320c992b94

View File

@ -1,7 +1,5 @@
/* /* GStreamer dmabuf allocator
* gstdmabuf.h * Copyright (C) 2013 Linaro SA
*
* Copyright (C) Linaro SA 2013
* Author: Benjamin Gaignard <benjamin.gaignard@linaro.org> for Linaro. * Author: Benjamin Gaignard <benjamin.gaignard@linaro.org> for Linaro.
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
@ -19,6 +17,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#ifndef __GST_DMABUF_H__ #ifndef __GST_DMABUF_H__
#define __GST_DMABUF_H__ #define __GST_DMABUF_H__