gstreamer/ext
Matthew Waters 6397d2f910 qmlgloverlay: don't leak resources freed on a different GL thread
deleting a QOpenGLFrameBufferObject needs to occur on the same thread it
was created on in order to actually free the relevant resources
immediately.  Otherwise, they will be queued for deletion and not freed
until the associated QOpenGLContext is destroyed.
2020-03-23 14:05:18 +11:00
..
aalib aalib: Use G_DECLARE_FINAL_TYPE 2020-03-12 19:22:21 +01:00
cairo cairo: Use G_DECLARE_FINAL_TYPE 2020-03-12 19:24:57 +01:00
dv dv: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
flac flax: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
gdk_pixbuf gdk_pixbuf: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
gtk gtk: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
jack jack: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
jpeg jpegdec: Configure JPEG chroma-siting for YUV formats 2020-03-09 21:34:08 +02:00
lame lame: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
libcaca libcaca: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
libpng libpng: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
mpg123 mpg123: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
pulse pulse: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
qt qmlgloverlay: don't leak resources freed on a different GL thread 2020-03-23 14:05:18 +11:00
raw1394 raw1394: Use G_DECLARE_FINAL_TYPE 2020-03-16 09:20:07 +01:00
shout2 shout2: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
soup soup: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
speex speex: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
taglib taglib: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
twolame twolame: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
vpx vpx: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
wavpack wavpack: Use G_DECLARE_FINAL_TYPE 2020-03-16 12:35:42 +01:00
meson.build meson: Don't skip plugins that don't build with MSVC 2018-09-05 20:15:57 +05:30