summaryrefslogtreecommitdiff
path: root/docs/random/styleguide
blob: 6fadda1f19669fa5733b7033bb26718cde252db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Some notes about various stylistic issues
-----------------------------------------

(This file should end up as a nice web page eventually)

CODING STYLE
------------
- No //-style comments allowed.  Never.  Reason: Forte doesn't support it.
- Our indentation style is codified in gstreamer/tools/gst-indent
- Don't mix tabs with spaces when writing new code.
- use GST_*_OBJECT as much as possible so it's clear which object you're
  logging for

SUBMITTING CODE
---------------
- new code submitted to core, plugins-base, or plugins-good needs to pass a
  review from another committer.
- submitting new base classes also means you look at targets for assimilation.