After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 631996 - [h264depay] regression: rtsp://stream.zoovision.com/KibaEp1n900.3gp
[h264depay] regression: rtsp://stream.zoovision.com/KibaEp1n900.3gp
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal blocker
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-12 17:41 UTC by Tim-Philipp Müller
Modified: 2010-10-13 10:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2010-10-12 17:41:33 UTC
Doesn't play with git, plays with last releases.

Lots of:
0:00:02.407031481 24398 0x7fd5e0003410 ERROR                 ffmpeg :0:: non-existing PPS referenced
0:00:02.407201335 24398 0x7fd5e0003410 ERROR                 ffmpeg :0:: non-existing PPS 0 referenced
0:00:02.407253018 24398 0x7fd5e0003410 ERROR                 ffmpeg :0:: decode_slice_header error
0:00:02.407283678 24398 0x7fd5e0003410 ERROR                 ffmpeg :0:: no frame!
0:00:02.471222254 24398 0x7fd5e0003410 ERROR                 ffmpeg :0:: non-existing PPS referenced
0:00:02.471308647 24398 0x7fd5e0003410 ERROR                 ffmpeg :0:: non-existing PPS 0 referenced
0:00:02.471341193 24398 0x7fd5e0003410 ERROR                 ffmpeg :0:: decode_slice_header error
0:00:02.471365289 24398 0x7fd5e0003410 ERROR                 ffmpeg :0:: non-existing PPS 0 referenced
0:00:02.471387638 24398 0x7fd5e0003410 ERROR                 ffmpeg :0:: decode_slice_header error
0:00:02.471409149 24398 0x7fd5e0003410 ERROR                 ffmpeg :0:: no frame!
Comment 1 Wim Taymans 2010-10-13 09:50:12 UTC
commit 9f8b56b9742d865c2dc59f5e505a8d1871c2d507
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Wed Oct 13 11:46:58 2010 +0200

    h264depay: always mark the codec_data as keyframe
    
    We need to mark the codec_data as a keyframe or else downstream decoders might
    decide to skip it, waiting for a keyframe.
    
    Fixes #631996