gstreamer/gst-libs
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
..
gst/gl glmemory: Use g_try_malloc() in the appropriate places 2017-12-09 19:31:50 +00:00