GNOME Bugzilla – Bug 768186
vaapih264dec: errors shown while decoding rtsp stream
Last modified: 2018-10-19 13:51:07 UTC
When connecting to a vlc server stream with the following command for example: gst-launch-1.0 rtspsrc location=rtsp://address/endpoint ! rtph264depay ! h264parse ! vaap idecodebin ! fakesink I get hundreds of errors like: vaapi gstvaapidecoder_h264.c:2611:find_short_term_reference: found no short-term reference picture with PicNum = 0 vaapi gstvaapidecoder_h264.c:2611:find_short_term_reference: found no short-term reference picture with PicNum = 0 vaapi gstvaapidecoder_h264.c:2611:find_short_term_reference: found no short-term reference picture with PicNum = -1 vaapi gstvaapidecoder_h264.c:2611:find_short_term_reference: found no short-term reference picture with PicNum = -2 vaapi gstvaapidecoder_h264.c:2816:exec_picture_refs_modification_1: list 0 entry 0 is empty vaapi gstvaapidecoder_h264.c:2816:exec_picture_refs_modification_1: list 0 entry 1 is empty vaapi gstvaapidecoder_h264.c:2816:exec_picture_refs_modification_1: list 0 entry 2 is empty vaapi gstvaapidecoder_h264.c:2816:exec_picture_refs_modification_1: list 0 entry 3 is empty Seems the same as https://bugs.freedesktop.org/show_bug.cgi?id=64629
(In reply to Sergio Torres Soldado (zenx) from comment #0) > When connecting to a vlc server stream with the following command for > example: > > gst-launch-1.0 rtspsrc > location=rtsp://address/endpoint ! rtph264depay ! h264parse ! vaap > idecodebin ! fakesink > > I get hundreds of errors like: > > vaapi gstvaapidecoder_h264.c:2611:find_short_term_reference: found no > short-term reference picture with PicNum = 0 > vaapi gstvaapidecoder_h264.c:2611:find_short_term_reference: found no > short-term reference picture with PicNum = 0 > vaapi gstvaapidecoder_h264.c:2611:find_short_term_reference: found no > short-term reference picture with PicNum = -1 > vaapi gstvaapidecoder_h264.c:2611:find_short_term_reference: found no > short-term reference picture with PicNum = -2 > vaapi gstvaapidecoder_h264.c:2816:exec_picture_refs_modification_1: list 0 > entry 0 is empty > vaapi gstvaapidecoder_h264.c:2816:exec_picture_refs_modification_1: list 0 > entry 1 is empty > vaapi gstvaapidecoder_h264.c:2816:exec_picture_refs_modification_1: list 0 > entry 2 is empty > vaapi gstvaapidecoder_h264.c:2816:exec_picture_refs_modification_1: list 0 > entry 3 is empty > > Seems the same as https://bugs.freedesktop.org/show_bug.cgi?id=64629 Could be because of missing frames from network source..
Can you try with latest version of gstreamer-vaapi?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!