glmemory: Use g_try_malloc() in the appropriate places
authorSebastian Dröge <sebastian@centricular.com>
Thu, 27 Nov 2014 17:04:58 +0000 (18:04 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 27 Nov 2014 17:06:26 +0000 (18:06 +0100)
commitf2dc9b2b8f9b8b180f41e0ae88d52229653c21b4
tree11fa8e7f1a9c57af7f4a5b1bd2879b30d39633cb
parent80250f65f7fffb901472959a366c471cdccd733c
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.
gst-libs/gst/gl/gstglmemory.c