I dumped raw RTP payload in mu-law format into a file and feeded this file into gstreamer like this:
gst-launch-1.0 filesrc location=interlocutor2.raw ! audio/x-mulaw, rate=8000, channels=1 ! mulawdec ! audioconvert ! audioresample ! autoaudiosink
But it playbacks too fast. What I'm doing wrong?