[Bug 730995] Memory leak with interlaced h264 stream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 30 07:14:50 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=730995
  GStreamer | gst-omx | 1.3.1

--- Comment #3 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-05-30 14:14:48 UTC ---
Review of attachment 277545:
 --> (https://bugzilla.gnome.org/review?bug=730995&attachment=277545)

I agree it's mostly a hack, but we didn't find anything better yet, hence this
is what we do in libav to fix the same issue. Please, have a look at livav
implementation to double check (iirc it was a bit more complex).

::: omx/gstomxvideodec.c
@@ +1179,3 @@
+    GstVideoCodecFrame *tmp = l->data;
+
+    if (tmp->pts < timestamp)

I'm not sure but can we cleanup <= here ?

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