atoms: remove custom gst_buffer_new function in favor of core version
authorThiago Santos <thiagoss@osg.samsung.com>
Thu, 11 Jun 2015 04:04:51 +0000 (01:04 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 11 Jun 2015 04:11:31 +0000 (01:11 -0300)
commit03f1a2ea677e2f535e7366b05420a7e0feb1dea9
tree388aa210872a921ac88242941400592f933b25f8
parent1596972674f136c65de9fd3d796c3534b3f721f8
atoms: remove custom gst_buffer_new function in favor of core version

Remove a custom specialized version of gst_buffer_new_wrapped by
using gst_buffer_new_wrapped_full inside a macro to simplify
parameters and give it a more meaningful name.
It is only used to create temporary buffers to have its data copied.
gst/isomp4/atoms.c