GNOME Bugzilla – Bug 740273
tests: add unit test to show how a custom buffer pool can insert memory in a buffer
Last modified: 2018-11-03 12:24:24 UTC
Created attachment 290866 [details] [review] custom buffer pool unitary test This unitary test perform the same check than gstbufferpool test but use a custom pool allocation function to add memory in a new buffer. Nothing revolutionary here but it could be an example of how manage memory insertion in custom buffer pool.
Doesn't pass any longer it seems: Running suite(s): GstBufferPool 0:00:00.007845678 25053 0x55fa491b4e40 ERROR bufferpool gstbufferpool.c:558:gst_buffer_pool_set_active:<bufferpool0> pool was not configured 77%: Checks: 9, Failures: 2, Errors: 0 gst/gstcustombufferpool.c:267:F:buffer_pool tests:test_pool_activation_and_config:0: Assertion 'gst_buffer_pool_set_config (pool, config)' failed gst/gstcustombufferpool.c:301:F:buffer_pool tests:test_pool_config_validate:0: Failure 'gst_buffer_pool_config_validate_params (config, caps, 4, 4, 0)' occurred
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/83.