avdec_h264 Error Messages

Brian Panneton brian.panneton at gmail.com
Mon Aug 8 14:07:34 UTC 2016


These keep coming up as well and I can't seem to catch the errors within
code.

0:00:12.830815243  4277      0x35e9cf0 ERROR                  libav :0::
get_buffer() failed (-1 2 (nil))
0:00:12.830839083  4277      0x35e9cf0 ERROR                  libav :0::
decode_slice_header error
0:00:12.830853090  4277      0x35e9cf0 ERROR                  libav :0::
mmco: unref short failure

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.

Thanks,
Brian


On Sat, Aug 6, 2016 at 6:16 AM, Tim Müller <tim at centricular.com> wrote:

> On Wed, 2016-08-03 at 16:53 -0400, Brian Panneton wrote:
>
> Hi,
>
> > I have been receiving these error messages when processing mkv files
> > to mp4:
> >
> > ERROR libav Missing reference picture
> > ERROR libav decode_slice_header error
> >
> > I am attempting to track them down and at catch them within my python
> > code. (snip)
> >
> > I do not have a MainLoop thus I am doing it this way. I also am not
> > running it in PLAYING mode and am stepping frame by frame.
> >
> > If anyone has any idea what is causing me to not catch these errors
> > that would be great. I am able to get all the other
> > errors/warnings/state changes but nothing from libav.
>
> These are not really error messages in the GstBus/GstMessage sense, but
> simply debug log messages. They are not fatal, and depending on the
> context might be harmless. They tend to happen if you're using a lossy
> transport and some packets/data was lost, or if you're streaming and
> the video data doesn't start with a keyframe, for example.
>
> Cheers
> -Tim
>
> --
>
> Tim Müller, Centricular Ltd - http://www.centricular.com
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160808/2f89782b/attachment.html>


More information about the gstreamer-devel mailing list