tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / docs / random / styleguide
1 Some notes about various stylistic issues
2 -----------------------------------------
3
4 (This file should end up as a nice web page eventually)
5
6 CODING STYLE
7 ------------
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
12   logging for
13
14 SUBMITTING CODE
15 ---------------
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.