mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue