<div dir="ltr">I have a pipeline as follows:<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace">rtspsrc -> depay -> parse -> decode -> videoconvert -> appsink</font></div></blockquote><div><br></div><div>I am setting the <font face="monospace">new_sample</font> callback on appsink to get notified about new samples, at which point I use <font face="monospace">gst_app_sink_pull_sample</font> to pull the sample.</div><div><br></div><div>Everything works well, but I've observed that <i>sometimes</i>, at least for some setups (the difference of which I haven't yet figured out), I will sometimes pull a sample with the exact same <b><font face="monospace">GST_BUFFER_PTS</font></b> as the previous sample.</div><div><br></div><div>Is this normal/acceptable/possible? What might lead such a thing to happen?</div><div><br></div><div>For some setups I haven't seen this at all, while for others the pipeline is littered with many thousands of these duplicates in some time...</div><div><br></div><div>Any suggestions would be appreciated!<br><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">- Bill</div></div></div></div></div>