summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-03-12 12:42:23 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-03-12 12:42:23 +0100
commite9b7dc230b83bed63fbd15409165071f635207da (patch)
tree1604f7367106e4d4f2e988b427e8e76dbb5df199
parent325c90f99d8a3274fe112117a2485b69c74c1915 (diff)
omxbufferpool: Fix header include guard
-rw-r--r--omx/gstomxbufferpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxbufferpool.h b/omx/gstomxbufferpool.h
index acc69f6..3916b31 100644
--- a/omx/gstomxbufferpool.h
+++ b/omx/gstomxbufferpool.h
@@ -19,7 +19,7 @@
*/
#ifndef __GST_OMX_BUFFER_POOL_H__
-#define __GST_OMX_BUFEFR_POOL_H__
+#define __GST_OMX_BUFFER_POOL_H__
#ifdef HAVE_CONFIG_H
#include "config.h"