[Bug 643591] invalid timestamp being used for next timestamp calculation

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 15 11:54:58 PDT 2011


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

--- Comment #6 from Sebastian Dröge <slomo at circular-chaos.org> 2011-03-15 18:54:54 UTC ---
Review of attachment 183438:
 --> (https://bugzilla.gnome.org/review?bug=643591&attachment=183438)

::: ext/ffmpeg/gstffmpegdec.c
@@ +2117,3 @@
     /* the next timestamp we'll use when interpolating */
+    if (GST_CLOCK_TIME_IS_VALID (in_timestamp))
+      ffmpegdec->next_out = out_timestamp + out_duration;

Hm, don't you mean out_timestamp here instead of in_timestamp?

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