<div dir="ltr">Hi Team,<div><br></div><div>We need to pass RTP timestamp across the pipeline at the appsink element. From the GStreamer documentation we came to understanding that this can be achieved through Gst.Buffer.add_meta and Gst.Buffer.get_meta.<br></div><div><div><br></div><div>Below is our example piepline,</div><div><br></div><div>gst-launch-1.0 rtspsrc location=rtsp://<a href="http://127.0.0.1:8554/livestream" target="_blank">127.0.0.1:8554/livestream</a> ! rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! appsink</div></div><div><br></div><div>We are able to register the API type but are stuck at registering our new Meta Implementation. </div><div><br></div><div>The sample code is attached here with. We are using python v3.8.</div><div><br></div><div>Regards,</div><div>Kalpesh</div></div>