GNOME Bugzilla – Bug 680536
[0.11] asfdemux: packet parsing issue with RTSP stream snowboard_100.wmv
Last modified: 2012-07-25 07:39:14 UTC
No output for me in 0.11: gst-launch-1.0 playbin uri=rtsp://195.134.224.231/snowboard_100.wmv -v Looks like asfdemux has trouble parsing the packets. Could be a depayloader issue too of course.
commit a04d61ee6d6b1f085e028754f125c28466aaa378 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Wed Jul 25 09:37:08 2012 +0200 asfdepay: fix padding correction Fix padding correction. gst_buffer_copy_into() appends the memory to the already existing memory in the target buffer.. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680536