Copy (Opaque) GstMeta from Buffer to another

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Copy (Opaque) GstMeta from Buffer to another

jagdspyder
Hello,

I have defined, registered and implemented a GstMeta API. My question is really simple, Is it possible to have the meta attached to one buffer be copied to another buffer without using the API implementation? that is a generic meta-copying method that will work for any GstMeta attached.
Reply | Threaded
Open this post in threaded view
|

Re: Copy (Opaque) GstMeta from Buffer to another

jagdspyder
Here's the method   gst_buffer_copy_into(src_buff, dst_buffer, GST_BUFFER_COPY_META, 0, -1);