mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
vtenc: Use correct instance struct size
This commit is contained in:
parent
3a52f6b757
commit
4e1f8285c2
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ gst_vtenc_register (GstPlugin * plugin,
|
||||||
(GClassInitFunc) gst_vtenc_class_init,
|
(GClassInitFunc) gst_vtenc_class_init,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
sizeof (GstVTEncClass),
|
sizeof (GstVTEnc),
|
||||||
0,
|
0,
|
||||||
(GInstanceInitFunc) gst_vtenc_init,
|
(GInstanceInitFunc) gst_vtenc_init,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue