[gstreamer-bugs] [Bug 628764] [videorate] add new option for max frame rate

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Sep 4 11:56:32 PDT 2010


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

Olivier Crete (Tester) <tester> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tester at tester.ca

--- Comment #4 from Olivier Crete (Tester) <tester at tester.ca> 2010-09-04 18:56:25 UTC ---
Maybe the videomaxrate plugin should be merged into videorate. That said,
videomaxrate works a bit differently, it give you a max average frame rate (so
it doesn't guarantee that the time between two frames is less than
framerate/1). If you use the naive approach (just drop frames but not
duplicate), you end up with the risk that if you start with 11fps but want
10fps, it may instead drop 50% of the frames (because the time between two
incoming frame is always a bit more than 1/10s) and you end up with 6 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