How to get RTP timestamp

Hi Guys,

I am working on an application in which I require the timestamp associate with every frame. Since I am working with RTSP streams, I would like to know if there is a way to retrieve the timestamp information associated with every frame. Kindly let me know how to achieve this.

Please help me out.

Thanks.

Hi,
Please check pts in GstBuffer:
[url]https://developer.gnome.org/gstreamer/stable/gstreamer-GstBuffer.html#GstBuffer[/url]