mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
parent
1da40cdc0f
commit
203d5867ea
1 changed files with 4 additions and 0 deletions
|
@ -810,6 +810,10 @@ gst_kate_enc_chain_spu (GstKateEnc * ke, GstBuffer * buf)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
g_free (kregion);
|
||||||
|
g_free (kbitmap);
|
||||||
|
g_free (kpalette);
|
||||||
|
|
||||||
} else if (G_UNLIKELY (kbitmap->width == 0 || kbitmap->height == 0)) {
|
} else if (G_UNLIKELY (kbitmap->width == 0 || kbitmap->height == 0)) {
|
||||||
/* there are some DVDs (well, at least one) where some dimwits put in a wholly transparent full screen 720x576 SPU !!!!?! */
|
/* there are some DVDs (well, at least one) where some dimwits put in a wholly transparent full screen 720x576 SPU !!!!?! */
|
||||||
GST_WARNING_OBJECT (ke, "SPU is totally invisible - dimwits");
|
GST_WARNING_OBJECT (ke, "SPU is totally invisible - dimwits");
|
||||||
|
|
Loading…
Reference in a new issue