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 680536 - [0.11] asfdemux: packet parsing issue with RTSP stream snowboard_100.wmv
[0.11] asfdemux: packet parsing issue with RTSP stream snowboard_100.wmv
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.11.x
Other Linux
: Normal major
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-24 16:04 UTC by Tim-Philipp Müller
Modified: 2012-07-25 07:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2012-07-24 16:04:39 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.
Comment 1 Wim Taymans 2012-07-25 07:39:14 UTC
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