<div dir="ltr">Hi,<div><br></div><div style>I would like to use Gstreamer for decoding and displaying a video stream. The pipeline will take GstBuffer as an input from a different thread which does the demultiplexing using ffmpeg.</div>
<div style><br></div><div style>The pipeline should look like this:</div><div style><br></div><div style><b>         Appsrc ! typefind ! decoder ! sink</b></div><div style><br></div><div style>So far I have implemented this pipeline but the video is not playing smoothly. It seams that the sink is only displaying I-Frames.</div>
<div style><br></div><div style>I think I need to assign the PTS that is coming out of demultiplexing thread to the GstBuffer when copying the data.</div><div style><br></div><div style>Is there an API for that?</div><div style>
<br></div><div style>Thanks,</div><div style>Tarek</div></div>