projectM-visualizer / gst-projectm

This is a plugin for GStreamer that allows you to utilize the ProjectM library to create visualizations from audio.
GNU Lesser General Public License v2.1
3 stars 2 forks source link

Establish code style for GStreamer plugin #5

Open hack-s opened 1 week ago

hack-s commented 1 week ago

The code currently mixes some code styles: 2 space intention, 4 space intention, curly brackets on the same line or next line etc. I think it would be good to reformat the code to a common style. We should adopt whatever is the most standard code style for C / GStreamer or projectM.

hack-s commented 1 week ago

this would be the code style for GStreamer: https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/developing.html?gi-language=c#what-is-the-coding-style-for-gstreamer-code