From a1a237d0ea67081433e0c6f57d8a54475916b2a3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 25 Feb 2011 16:28:55 +0100 Subject: [PATCH] ximage: fix macros --- sys/ximage/ximagesink.h | 2 +- sys/xvimage/xvimagesink.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/ximage/ximagesink.h b/sys/ximage/ximagesink.h index 4eccb42..ea2b81d 100644 --- a/sys/ximage/ximagesink.h +++ b/sys/ximage/ximagesink.h @@ -158,7 +158,7 @@ struct _GstMetaXImage const GstMetaInfo * gst_meta_ximage_get_info (void); -#define GST_META_XIMAGE_GET(buf,create) ((GstMetaXImage *)gst_buffer_get_meta(buf,gst_meta_ximage_get_info(),create)); +#define GST_META_XIMAGE_GET(buf,create) ((GstMetaXImage *)gst_buffer_get_meta(buf,gst_meta_ximage_get_info(),create)) /** * GstXImageSink: diff --git a/sys/xvimage/xvimagesink.h b/sys/xvimage/xvimagesink.h index 6f513e5..508f765 100644 --- a/sys/xvimage/xvimagesink.h +++ b/sys/xvimage/xvimagesink.h @@ -190,7 +190,7 @@ struct _GstMetaXvImage { const GstMetaInfo * gst_meta_xvimage_get_info (void); -#define GST_META_XVIMAGE_GET(buf,create) ((GstMetaXvImage *)gst_buffer_get_meta(buf,gst_meta_xvimage_get_info(),create)); +#define GST_META_XVIMAGE_GET(buf,create) ((GstMetaXvImage *)gst_buffer_get_meta(buf,gst_meta_xvimage_get_info(),create)) /** -- 2.7.4