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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 16 03:08:55 PDT 2013


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

--- Comment #14 from sreerenj <bsreerenj at gmail.com> 2013-07-16 10:08:52 UTC ---
We are doing g_slice_dup() for each headers in gstmpegvideometa implementation. 
Is that an answer to your question?(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?

We are doing g_slice_dup() for each headers with in gstmpegvideometa
implementation. 
Is that an answer to your question?

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