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 321595 - GstBin doesn't clean the message queue when changing state to READY
GstBin doesn't clean the message queue when changing state to READY
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: 0.9.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-16 12:18 UTC by Alessandro Decina
Modified: 2005-11-21 19:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
proposed fix (468 bytes, patch)
2005-11-16 12:19 UTC, Alessandro Decina
none Details | Review

Description Alessandro Decina 2005-11-16 12:18:20 UTC
Please describe the problem:
that for example gives wrong QUERY_DURATION results if you reuse the same
pipeline to play different files.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Alessandro Decina 2005-11-16 12:19:44 UTC
Created attachment 54821 [details] [review]
proposed fix

clear all the queued messages when going to READY
Comment 2 Alessandro Decina 2005-11-16 16:30:17 UTC
s/queue/cache/g
Comment 3 Michael Smith 2005-11-21 19:16:21 UTC
Wim committed a fix for this; closing for him. Thanks for the patch.