Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Coding Style

halleyzhao edited this page Dec 12, 2014 · 6 revisions
  • we general follows WebKit coding style in C++ code (common/, vaapi/, decoder/, encoder/ and v4l2/, tests/): http://www.webkit.org/coding/coding-style.html
  • codecparsers keeps the existing style from gst
  • you can apply the style check by "cp pre-commit .git/hooks/"; it is applied after git commit. so you can check/accept/reject the suggest coding style after initial commit.
Clone this wiki locally