gst-plugins-rs/video
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
..
cdg video/cdgdec: Box CdgInterpreter state to prevent GObject private size to become too big 2020-07-01 01:51:23 +03:00
closedcaption Fix compilation after flags cleanup 2020-06-30 12:04:50 +03:00
dav1d Fix compilation after flags cleanup 2020-06-30 12:04:50 +03:00
flavors Update for Element::post_message() signature change 2020-06-30 21:28:02 +00:00
gif Fix compilation after flags cleanup 2020-06-30 12:04:50 +03:00
rav1e Update for functions returning a Builder being renamed to builder() instead of new() 2020-06-25 19:49:07 +03:00
rspng Update various dependencies 2020-06-30 10:49:27 +03:00