gst_buffer_try_new_and_alloc 301 gst/gstbuffer.h GstBuffer * gst_buffer_try_new_and_alloc (guint size); gst_buffer_try_new_and_alloc 2980 gst/gstpad.c if ((*buf = gst_buffer_try_new_and_alloc (size))) { gst_buffer_try_new_and_alloc 3089 gst/gstpad.c if ((*buf = gst_buffer_try_new_and_alloc (size))) { gst_buffer_try_new_and_alloc 458 plugins/elements/gstfdsrc.c buf = gst_buffer_try_new_and_alloc (blocksize); gst_buffer_try_new_and_alloc 833 plugins/elements/gstfilesrc.c buf = gst_buffer_try_new_and_alloc (length); gst_buffer_try_new_and_alloc 419 tests/check/gst/gstbuffer.c buf = gst_buffer_try_new_and_alloc (0); gst_buffer_try_new_and_alloc 428 tests/check/gst/gstbuffer.c buf = gst_buffer_try_new_and_alloc (640 * 480 * 4); gst_buffer_try_new_and_alloc 446 tests/check/gst/gstbuffer.c buf = gst_buffer_try_new_and_alloc ((guint) - 1);