videometa: fix syntax error

This commit is contained in:
Rico Tzschichholz 2013-08-21 11:20:28 +01:00 committed by Tim-Philipp Müller
parent 45edbacd23
commit cb3e2fd218

View File

@ -257,7 +257,7 @@ typedef struct {
guint y; guint y;
guint w; guint w;
guint h; guint h;
}GstVideoRegionOfInterestMeta;; } GstVideoRegionOfInterestMeta;
GType gst_video_region_of_interest_meta_api_get_type (void); 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()) #define GST_VIDEO_REGION_OF_INTEREST_META_API_TYPE (gst_video_region_of_interest_meta_api_get_type())