<div dir="auto"><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 19 juin 2019 10 h 55, Jesper Taxbøl <<a href="mailto:jesper@taxboel.dk">jesper@taxboel.dk</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I have a data source that spits raw H264 NAL units via a callback in a c program. </div><div><br></div><div>I know the framerate, picture size etc.</div><div><br></div><div>I would like to use the video in a gstreamer pipeline. Question is, how would I insert the data in a pipeline. </div><div><br></div><div>Would I do an App source or is there another way?</div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">With appsrc you can choose the timestamps, which can be made perfect as you know the rate. So I think this is best option.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>Kind regards</div><div><br></div>-- <br><div dir="ltr" class="m_5978765331776889411gmail_signature" data-smartmail="gmail_signature">Jesper <br></div></div>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>