[Bug 696770] Memory leak when processing h.264 field pictures

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 6 06:27:06 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=696770
  GStreamer | gst-libav | 1.0.5

--- Comment #29 from sreerenj <bsreerenj at gmail.com> 2013-06-06 13:27:02 UTC ---
(In reply to comment #26)
> There should be some kind of new "stream-format" for that then IMHO.
> 
> 
> The only alternative would be that we *require* all decoders that handle a
> codec with separate-field encoding to combine the fields in
> GstVideoDecoder::parse() unless they handle partial frames somehow and #660770
> is fixed.



The alternative solution might not be good for decoders like gst-libav if they
wants to handle the fields separately since it is not overriding the
GstVideoDecoder::parse() routine at the moment. And we cannot add it to
basedecoder since the decision of handling them as separate fields or not is
taken by individual decoders.

So the solution would be to combine them from parser. But somehow i don't feel
it as a good solution. :)

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