[Bug 706285] Add webp image format support

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 26 01:17:49 PDT 2013


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

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

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

--- Comment #12 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-08-26 08:17:45 UTC ---
Review of attachment 252985:
 --> (https://bugzilla.gnome.org/review?bug=706285&attachment=252985)

::: ext/webp/gstwebpdec.c
@@ +467,3 @@
+  duration = gst_webp_dec_get_frame_duration (webpdec);
+  if (GST_CLOCK_TIME_IS_VALID (duration)) {
+    webpdec->pts += duration;

You accumulate rounding errors here, count the frames and calculate nframes /
fps.

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