videolevels: port to 1.0

This commit is contained in:
Joshua M. Doe
2013-05-14 16:16:05 -04:00
parent 6e28e762e0
commit f995ed9987
4 changed files with 162 additions and 275 deletions

View File

@@ -70,14 +70,8 @@ struct _GstVideoLevels
GstVideoFilter element;
/* format */
gint width;
gint height;
int framesize;
GstVideoFormat format_in;
GstVideoFormat format_out;
gint bpp_in;
gint bpp_out;
GstVideoInfo info_in;
GstVideoInfo info_out;
/* properties */
gdouble lower_input;