videometa: fix syntax error
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 21 Aug 2013 10:20:28 +0000 (11:20 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 21 Aug 2013 10:20:28 +0000 (11:20 +0100)
gst-libs/gst/video/gstvideometa.h

index 06c9678..12da10a 100644 (file)
@@ -257,7 +257,7 @@ typedef struct {
   guint y;
   guint w;
   guint h;
-}GstVideoRegionOfInterestMeta;;
+} GstVideoRegionOfInterestMeta;
 
 GType              gst_video_region_of_interest_meta_api_get_type (void);
 #define GST_VIDEO_REGION_OF_INTEREST_META_API_TYPE (gst_video_region_of_interest_meta_api_get_type())