gst-plugins-rs/video/cdg/src
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
..
cdgdec.rs video/cdgdec: Box CdgInterpreter state to prevent GObject private size to become too big 2020-07-01 01:51:23 +03:00
cdgparse.rs event,message,query: update instantiation 2020-06-25 11:26:32 +02:00
constants.rs Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
lib.rs Configure crate-type to cdylib/rlib consistently in Cargo.toml 2020-04-24 15:02:12 +03:00