videoparsers: adjust to modified baseparse API
[platform/upstream/gstreamer.git] / gst / videomeasure / gstvideomeasure.h
1 /* GStreamer\r
2  * Copyright (C) <2009> Руслан Ижбулатов <lrn1986 _at_ gmail _dot_ com>\r
3  *\r
4  * This library is free software; you can redistribute it and/or\r
5  * modify it under the terms of the GNU Lesser General Public\r
6  * License as published by the Free Software Foundation; either\r
7  * version 2.1 of the License, or (at your option) any later version.\r
8  * \r
9  * This library is distributed in the hope that it will be useful,\r
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
12  * Lesser General Public License for more details.\r
13 \r
14  * You should have received a copy of the GNU Lesser General Public\r
15  * License along with this library; if not, write to the Free Software\r
16  * Foundation, Inc., 51 Franklin Street, Fifth Floor,\r
17  * Boston, MA  02110-1301  USA\r
18  */\r
19 \r
20 #ifndef __GST_VIDEO_MEASURE_H__\r
21 #define __GST_VIDEO_MEASURE_H__\r
22 \r
23 #include <gst/video/gstvideofilter.h>\r
24 \r
25 #define GST_EVENT_VIDEO_MEASURE "application/x-videomeasure"\r
26 \r
27 GstEvent *gst_event_new_measured (guint64 framenumber, GstClockTime timestamp,\r
28     const gchar *metric, const GValue *mean, const GValue *lowest,\r
29     const GValue *highest);\r
30 \r
31 #endif /* __GST_VIDEO_MEASURE_H__ */\r