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 681291 - asfdemux: fix hanging issue because of invalid timestamp handling
asfdemux: fix hanging issue because of invalid timestamp handling
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.11.x
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-06 12:48 UTC by sreerenj
Modified: 2012-08-06 14:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
handle the invalid timestamp handling (816 bytes, patch)
2012-08-06 12:48 UTC, sreerenj
committed Details | Review

Description sreerenj 2012-08-06 12:48:53 UTC
Created attachment 220432 [details] [review]
handle the invalid timestamp handling

The following commit in plugins-ugly 
 
http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/commit/?id=cde5a81aba2b04bab501c6788d1de568dd29025a 

is causing a regression in vc1 decoding ...

test case to reproduce the issue: download and play locally the following VC1(advanced) video with gst-launch-1.0 

http://samples.mplayerhq.hu/V-codecs/WVC1/FlightSimX_720p60_51_15Mbps.wmv



The pipeline will hang..
Attaching a patch to fix this.
Comment 1 Mark Nauwelaerts 2012-08-06 14:22:04 UTC
[0.10]
commit afeffcdb44135c04c5767bba8b10fab82ec9a9df
Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Date:   Mon Aug 6 15:31:50 2012 +0300

    asfdemux: avoid some more invalid timestamp arithmetic
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681291

[0.11]
commit f7a4318b5427e57887f9aea756575b9910a1cd16
Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Date:   Mon Aug 6 15:31:50 2012 +0300

    asfdemux: avoid some more invalid timestamp arithmetic
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681291
Comment 2 sreerenj 2012-08-06 14:25:59 UTC
Thanks for the quick commit!