videometa: fix syntax error
This commit is contained in:
parent
45edbacd23
commit
cb3e2fd218
@ -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())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user