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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 16 02:53:05 PDT 2013


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

--- Comment #11 from Gwenole Beauchesne <gb.devel at gmail.com> 2013-07-16 09:53:00 UTC ---
(In reply to comment #10)
> 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 */
> };

Yes, I think so + slice_size (including the macroblock layer). Maybe
GstMpegVideoMetaSliceInfo would be more informative + slice_info array member?
Thanks.

-- 
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