Skip to content

Instantly share code, notes, and snippets.

@yashi
Created December 9, 2015 14:17
Show Gist options
  • Save yashi/59d07dc2019bea34a9ab to your computer and use it in GitHub Desktop.
Save yashi/59d07dc2019bea34a9ab to your computer and use it in GitHub Desktop.
struct GstBuffer {
GstMiniObject mini_object;
GstBufferPool *pool;
/* timestamp */
GstClockTime pts;
GstClockTime dts;
GstClockTime duration;
/* media specific offset */
guint64 offset;
guint64 offset_end;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment