[Bug 691712] [API] codecparsers: add GstMetas to pass parsing results downstream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 16 02:45:48 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=691712
  GStreamer | gst-plugins-bad | git

--- Comment #10 from sreerenj <bsreerenj at gmail.com> 2013-07-16 09:45:40 UTC ---
Hi Gwenole,

Does it enough for your use-cases?

struct _GstMpegVideoMetaSlice {
  GstMpegVideoSliceHdr *slice_hdr;
  gsize slice_offset;  /* the offset of the slice with in the buffer */
};

struct _GstMpegVideoMeta {
....
....
....
  GArray *slice_array;  /* an array of GstMpegVideoMetaSlice */
};

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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