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 582633 - states test fails in fpsdisplaysink
states test fails in fpsdisplaysink
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-14 16:28 UTC by Jan Schmidt
Modified: 2009-08-10 23:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
reset fpsdisplaysink by removing textoverlay (1.56 KB, patch)
2009-05-14 16:30 UTC, Jan Schmidt
none Details | Review

Description Jan Schmidt 2009-05-14 16:28:33 UTC
The states change test is failing in fpsdisplaysink, because it doesn't full reset on transitioning back to NULL. Patch follows
Comment 1 Jan Schmidt 2009-05-14 16:30:25 UTC
Created attachment 134652 [details] [review]
reset fpsdisplaysink by removing textoverlay
Comment 2 Jan Schmidt 2009-05-16 00:27:34 UTC
commit 90aa8eff4c553a9be1e644b424116c0280e0abfa
Author: Jan Schmidt <thaytan@noraisin.net>
Date:   Fri May 15 10:45:45 2009 +0100

    fpsdisplaysink: Fix resetting of the sink in NULL
    
    Reset the fpsdisplaysink in NULL by removing the textoverlay if we
    created it.
    
    Fixes: #582633