[Bug 745372] vpxdec: Should try to avoid copies at output
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Apr 17 07:07:48 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=745372
--- Comment #8 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
You provide this struct:
typedef struct vpx_codec_frame_buffer {
uint8_t *data; /**< Pointer to the data buffer */
size_t size; /**< Size of data in bytes */
void *priv; /**< Frame's private data */
} vpx_codec_frame_buffer_t;
It is just a memory area and its size, along with an 'user data pointer'
This is in vpx_frame_buffer.h
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list