vtenc: Use correct instance struct size
This commit is contained in:
parent
3a52f6b757
commit
4e1f8285c2
@ -916,7 +916,7 @@ gst_vtenc_register (GstPlugin * plugin,
|
||||
(GClassInitFunc) gst_vtenc_class_init,
|
||||
NULL,
|
||||
NULL,
|
||||
sizeof (GstVTEncClass),
|
||||
sizeof (GstVTEnc),
|
||||
0,
|
||||
(GInstanceInitFunc) gst_vtenc_init,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user