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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 16 04:01:00 PDT 2013


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

--- Comment #16 from Gwenole Beauchesne <gb.devel at gmail.com> 2013-07-16 11:00:55 UTC ---
(In reply to comment #13)
> > struct _GstMpegVideoMetaSlice {
> >   GstMpegVideoSliceHdr *slice_hdr;
> >   gsize slice_offset;  /* the offset of the slice with in the buffer */
> > };
> 
> Why not embed the SliceHdr structure into the MetaSlice structure here? Does it
> point towards an allocation existing somewhere else?

Yes, you are right, that's even less allocations.

BTW, we should also define more precisely the offset to e.g. include the start
code prefix (or not). 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