summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapicodedbuffer.c
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-02 17:31:02 +0100
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-03 12:20:37 +0100
commita0b325c19afe0e67bb8093606425dda2723f0c2e (patch)
tree177e42f1a02477e949382ede5bb49eef0da2775d /gst-libs/gst/vaapi/gstvaapicodedbuffer.c
parentbb2248ab663ea3e9a2bd124416a9d98548b09e94 (diff)
downloadgst-vaapi-a0b325c19afe0e67bb8093606425dda2723f0c2e.tar.gz
libs: avoid gst-indent mess up
Guard pieces of code to avoid gst-ident to mess up the following code. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapicodedbuffer.c')
-rw-r--r--gst-libs/gst/vaapi/gstvaapicodedbuffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapicodedbuffer.c b/gst-libs/gst/vaapi/gstvaapicodedbuffer.c
index acdc1063..5ae15cf7 100644
--- a/gst-libs/gst/vaapi/gstvaapicodedbuffer.c
+++ b/gst-libs/gst/vaapi/gstvaapicodedbuffer.c
@@ -93,8 +93,10 @@ coded_buffer_unmap (GstVaapiCodedBuffer * buf)
GST_VAAPI_OBJECT_UNLOCK_DISPLAY (buf);
}
+/* *INDENT-OFF* */
#define gst_vaapi_coded_buffer_finalize coded_buffer_destroy
GST_VAAPI_OBJECT_DEFINE_CLASS (GstVaapiCodedBuffer, gst_vaapi_coded_buffer)
+/* *INDENT-ON* */
/*
* gst_vaapi_coded_buffer_new: