gst-plugins-rs/video/cdg
Sebastian Dröge bde998ce50 video/cdgdec: Box CdgInterpreter state to prevent GObject private size to become too big
Only 64k are allowed for the sum of all private instance structs in the
class hierarchy, as well as for the public instance structs.

The CdgInterpreter itself is huge and adding just another two integers
to GstVideoDecoderPrivate in libgstvideo is causing the limit to be
reached, so let's allocate it in a separate memory area.
2020-07-01 01:51:23 +03:00
..
src video/cdgdec: Box CdgInterpreter state to prevent GObject private size to become too big 2020-07-01 01:51:23 +03:00
tests Update for functions returning a Builder being renamed to builder() instead of new() 2020-06-25 19:49:07 +03:00
build.rs Fix various new clippy warnings with clippy 1.43 2020-04-24 13:55:01 +03:00
Cargo.toml cdg: update image and cdg_renderer deps 2020-04-06 10:49:14 +02:00