GNOME Bugzilla – Bug 677905
[0.10] ffdec_h264 regression: RTSP video garbled
Last modified: 2013-07-10 10:13:33 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.
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