GNOME Bugzilla – Bug 753483
videorate: add support for bayer formats
Last modified: 2015-08-16 13:38:15 UTC
Since the videorate element just duplicates or drops frames to achieve the desired framerate, it can accept video/x-bayer media (in any format), which are not present in the current caps. Just add "video/x-bayer(ANY);" to the caps of the static pad template (fixing line style to pass the indent commit hook).
Created attachment 309026 [details] [review] simple fix: add missing caps to pad template
Thanks for your contribution. commit 5070d6367e6581aa62396b4f64ff2e0537696522 Author: Joan Pau Beltran <joanpau.beltran@socib.cat> Date: Mon Aug 10 22:03:48 2015 +0200 videorate: add support for bayer formats Since the videorate element just duplicates or drops frames to achieve the desired framerate, it can accept video/x-bayer media (in any format), which are not present in the current caps. Just add "video/x-bayer(ANY);" to the caps of the static pad template (fixing line style to pass the indent commit hook). https://bugzilla.gnome.org/show_bug.cgi?id=753483