<div dir="ltr"><div><div><div>These keep coming up as well and I can't seem to catch the errors within code.<br><br>0:00:12.830815243  4277      0x35e9cf0 ERROR                  libav :0:: get_buffer() failed (-1 2 (nil))<br>0:00:12.830839083  4277      0x35e9cf0 ERROR                  libav :0:: decode_slice_header error<br>0:00:12.830853090  4277      0x35e9cf0 ERROR                  libav :0:: mmco: unref short failure<br><br></div>I noticed that when these errors come up my processing seems to hang. If these are not critical errors that it might be due to something else within my pipeline.<br><br></div>Thanks,<br></div>Brian<br><div><div><div><div><br></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Aug 6, 2016 at 6:16 AM, Tim Müller <span dir="ltr"><<a href="mailto:tim@centricular.com" target="_blank">tim@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 2016-08-03 at 16:53 -0400, Brian Panneton wrote:<br>
<br>
Hi,<br>
<span class=""><br>
> I have been receiving these error messages when processing mkv files<br>
> to mp4:<br>
><br>
</span>> ERROR libav Missing reference picture<br>
> ERROR libav decode_slice_header error<br>
<span class="">><br>
> I am attempting to track them down and at catch them within my python<br>
</span>> code. (snip)<br>
<span class="">> <br>
> I do not have a MainLoop thus I am doing it this way. I also am not<br>
> running it in PLAYING mode and am stepping frame by frame.<br>
><br>
> If anyone has any idea what is causing me to not catch these errors<br>
> that would be great. I am able to get all the other<br>
> errors/warnings/state changes but nothing from libav. <br>
<br>
</span>These are not really error messages in the GstBus/GstMessage sense, but<br>
simply debug log messages. They are not fatal, and depending on the<br>
context might be harmless. They tend to happen if you're using a lossy<br>
transport and some packets/data was lost, or if you're streaming and<br>
the video data doesn't start with a keyframe, for example.<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888">-Tim<br>
<br>
--<br>
<br>
Tim Müller, Centricular Ltd - <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</font></span></blockquote></div><br></div>