I am writing a custom network source (which is actually a source an demux coupled). I my source&#39;s sink pad, I am pushing h.264 video (one frame at a time). I am trying the following pipeline with my source.<br><br>gst-launch mysrc name=src src.vsrc ! queue ! decodebin2 ! autovideosink<br>
<br>Sometimes(some 30% of the time) this works without any issue and I can see video. Remaining times I am getting the following error<br><br>ERROR: from element /GstPipeline:pipeline0/GstDecodeBin2:decodebin20/GstTypeFindElement:typefind: Could not determine type of stream.<br>
Additional debug info:<br>gsttypefindelement.c(660): gst_type_find_element_chain_do_typefinding (): /GstPipeline:pipeline0/GstDecodeBin2:decodebin20/GstTypeFindElement:typefind<br>ERROR: pipeline doesn&#39;t want to preroll.<br>
<br><br>In my h.264 stream SPS/PPS are going as part of the first frame. And this is always the case. <br><br>Is there anything I am missing here?<br><br>Regards<br>KK<br><br><br>