[Bug 724236] Enhancements/cleanup for decoder/encoder frame handling

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Mar 2 12:08:07 PST 2014


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #268908|none                        |needs-work
             status|                            |

--- Comment #9 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-03-02 20:30:13 UTC ---
Review of attachment 268908:
 --> (https://bugzilla.gnome.org/review?bug=724236&attachment=268908)

::: omx/gstomxvideodec.c
@@ +1017,3 @@
   for (l = frames; l; l = l->next) {
     GstVideoCodecFrame *tmp = l->data;
+    GstClockTimeDiff diff = ABS (GST_CLOCK_DIFF (timestamp, tmp->pts));

If timestamp is GST_CLOCK_TIME_NONE this will give wrong results

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