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 139382 - mad decoder can resync wrongly after seek and does explicit_caps which can fail
mad decoder can resync wrongly after seek and does explicit_caps which can fail
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.0
Other Linux
: Normal normal
: 0.8.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-07 15:46 UTC by Thomas Vander Stichele
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Vander Stichele 2004-04-07 15:46:59 UTC
play matrix.avi
seek a bunch of times until you get an error with explicit_caps_set refused.

this is due to the fact that resyncing through mad can sometimes sync on data
instead of a header, causing sample rate/channels to change.
Comment 1 Thomas Vander Stichele 2004-04-07 15:47:55 UTC
fixed in head, closing