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:
parent
a833084320
commit
d8ebddfaf3
@ -61,10 +61,8 @@ struct _GstSMPTE {
|
|||||||
gboolean invert;
|
gboolean invert;
|
||||||
|
|
||||||
/* negotiated format */
|
/* negotiated format */
|
||||||
gint format;
|
|
||||||
gint width;
|
gint width;
|
||||||
gint height;
|
gint height;
|
||||||
gdouble fps;
|
|
||||||
gint fps_num;
|
gint fps_num;
|
||||||
gint fps_denom;
|
gint fps_denom;
|
||||||
GstVideoInfo vinfo1;
|
GstVideoInfo vinfo1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user