Skip to content

Instantly share code, notes, and snippets.

@yashi
Last active December 11, 2015 09:30
Show Gist options
  • Save yashi/8dfb65d973f080a2603e to your computer and use it in GitHub Desktop.
Save yashi/8dfb65d973f080a2603e to your computer and use it in GitHub Desktop.
buf = gst_buffer_new();
size = gst_buffer_get_sizes(buf, NULL, &maxsize);
g_print("buf:\n");
g_print(" size: %" G_GSIZE_FORMAT "\n", size);
g_print(" maxsize: %" G_GSIZE_FORMAT "\n", maxsize);
g_print(" nr: %u\n", gst_buffer_n_memory(buf));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment