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 677905 - [0.10] ffdec_h264 regression: RTSP video garbled
[0.10] ffdec_h264 regression: RTSP video garbled
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.x
Other Linux
: Normal blocker
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-11 23:01 UTC by Tim-Philipp Müller
Modified: 2013-07-10 10:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2012-06-11 23:01:13 UTC
This:

  gst-launch-0.10 playbin2 uri=rtsp://media1.law.harvard.edu/Media/policy_d/2011/12/06_cfe.mov

works fine with 0.10 git of other modules and gst-ffmpeg 0.10.13, but when using 0.10 git of other modules and gst-ffmpeg 0.10 git, the top half of the picture is garbled, as if it threw away some parts of keyframe data.
Comment 1 Tim-Philipp Müller 2013-07-10 10:13:33 UTC
commit 16021e455099176d95a8cbfcf08a9f25ff6f3690
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Wed Jul 10 11:10:13 2013 +0100

    ffdec_h264: fix garbled video with RTP/RTSP streams
    
    With the new port to the video decoder base class we now
    require full access units, so add that to the caps and
    let the parser in front take care of that.
    
    Fixes playback of
    rtsp://media1.law.harvard.edu/Media/policy_d/2011/12/06_cfe.mov
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677905