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 679976 - playbin: switching visualisations results in not-negotiated flow erros
playbin: switching visualisations results in not-negotiated flow erros
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.11.x
Other Linux
: Normal critical
: 1.0.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-15 22:44 UTC by Tim-Philipp Müller
Modified: 2012-12-14 14:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2012-07-15 22:44:22 UTC
1) Start totem ported to 0.11
2) Start playing audio file
2) Open 'Preferences' dialog
3) Enable visualisations and select different visualisations as song is playing

Result: playback stops due to not-negotiated errors.
Comment 1 Tim-Philipp Müller 2012-07-15 22:48:28 UTC
Switching visualisations on and off also yields not-negotiated errors (but more often than not works).
Comment 2 Wim Taymans 2012-12-13 10:36:05 UTC
commit 66cafcc34d12812fd6f738c004dc56133bc25497
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Thu Dec 13 11:31:28 2012 +0100

    playsink: fix vis switch with format change
    
    Block the pad before the resample and convertor elements to give the a chance to
    negotiate new caps with the newly switched vis plugin.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679976