linux:gstreamer

Gstreamer settings

Colors are blue when displaying video

A bug in the display settings sets the nvidia hue settings to -1000 resulting in video being displayed with blue colors. To resolve this follow these simple instructions.

Open a shell an run

$ gstreamer-properties

Select the video tab and add the following text to pipeline under default output.

videobalance hue=-1 ! autovideosink

Save afterwards and you're done.