A plain-C example that shows one example gstreamer pipeline for low-latency RTSP video receiving and decoding.
It is based on these tutorials, which you may want to read for better insights:
Only tested on Linux
gcc demo.c -o demo `pkg-config --cflags --libs gstreamer-video-1.0 gtk+-3.0 gstreamer-1.0