GStreamer multimedia framework
Go to file
Sebastian Dröge 47a8242399 glmemory: Use g_try_malloc() in the appropriate places
g_malloc() aborts if allocation fails, it's pointless to check against NULL
afterwards. That's why g_try_malloc() exists.
2017-12-09 19:31:50 +00:00
ext/gl glimagesink: only attempt a resize when the window has already resized 2017-12-09 19:31:50 +00:00
gst-libs/gst/gl glmemory: Use g_try_malloc() in the appropriate places 2017-12-09 19:31:50 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests glupload: rearchitecture for non GLMemory inputs/outputs 2017-12-09 19:31:50 +00:00