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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 10 06:36:13 PDT 2013


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

--- Comment #4 from sreerenj <bsreerenj at gmail.com> 2013-07-10 13:36:08 UTC ---
The VAAPI have to provide slice details separately for each slice. Which means
we need to get all the GstMpegVideoSliceHdr of each frame for gstreamer-vaapi.
Another change is needed for slice_offset field in GstMpegMeta. Currently
slice_offset is giving the offset of the first slice of a frame. Either we need
to move the slice_offset field to GstMpegVideoSliceHdr or some other way to
communitate all slice offsets through GstMpegMeta.

I am thinking of adding a GArray to GstMpegVideoMeta which will hold all
GstMpegVideoSliceHdrs of a parsed frame.
The size of meta->slice_hdr_array == meta->num_slices;

Suggestions?

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