1 Some notes about various stylistic issues
2 -----------------------------------------
4 (This file should end up as a nice web page eventually)
8 - No //-style comments allowed. Never. Reason: Forte doesn't support it.
9 - Our indentation style is codified in gstreamer/tools/gst-indent
10 - Don't mix tabs with spaces when writing new code.
11 - use GST_*_OBJECT as much as possible so it's clear which object you're
16 - new code submitted to core, plugins-base, or plugins-good needs to pass a
17 review from another committer.
18 - submitting new base classes also means you look at targets for assimilation.