From: Wim Taymans Date: Mon, 13 Jun 2011 09:51:08 +0000 (+0200) Subject: bufferpool: small indentation fix X-Git-Tag: RELEASE-0.11.0~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b9b758688271281360eba9d2b483c81d296079d;p=platform%2Fupstream%2Fgstreamer.git bufferpool: small indentation fix --- diff --git a/gst/gstbufferpool.h b/gst/gstbufferpool.h index 37e1f0d..34a8c89 100644 --- a/gst/gstbufferpool.h +++ b/gst/gstbufferpool.h @@ -62,7 +62,7 @@ typedef struct _GstBufferPoolClass GstBufferPoolClass; typedef enum { GST_BUFFER_POOL_FLAG_NONE = 0, GST_BUFFER_POOL_FLAG_KEY_UNIT = (1 << 0), - GST_BUFFER_POOL_FLAG_DONTWAIT = (1 << 1), + GST_BUFFER_POOL_FLAG_DONTWAIT = (1 << 1), GST_BUFFER_POOL_FLAG_DISCONT = (1 << 2), GST_BUFFER_POOL_FLAG_LAST = (1 << 16), } GstBufferPoolFlags;