smpte: remove unused fields

Remove the fields - format and fps from smpte
as they are unused.

https://bugzilla.gnome.org/show_bug.cgi?id=747597
This commit is contained in:
Ravi Kiran K N 2015-04-10 10:59:26 +05:30 committed by Tim-Philipp Müller
parent a833084320
commit d8ebddfaf3

View file

@ -61,10 +61,8 @@ struct _GstSMPTE {
gboolean invert;
/* negotiated format */
gint format;
gint width;
gint height;
gdouble fps;
gint fps_num;
gint fps_denom;
GstVideoInfo vinfo1;