mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 15:36:42 +00:00
Reomoved unused fields from the object
Original commit message from CVS: Reomoved unused fields from the object
This commit is contained in:
parent
d712d24254
commit
3368a1e724
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ struct _GstCACASink {
|
||||||
gboolean antialiasing;
|
gboolean antialiasing;
|
||||||
guint red_mask, green_mask, blue_mask;
|
guint red_mask, green_mask, blue_mask;
|
||||||
|
|
||||||
gint64 correction;
|
|
||||||
//GstClockID id;
|
|
||||||
GstClock *clock;
|
GstClock *clock;
|
||||||
|
|
||||||
struct caca_bitmap *bitmap;
|
struct caca_bitmap *bitmap;
|
||||||
|
|
Loading…
Reference in a new issue