GNOME Bugzilla – Bug 663892
[playbin2] visualisation leads to not-negotiated error
Last modified: 2011-11-24 11:41:06 UTC
Created attachment 201266 [details] bzip2-ed debug log For my own reference, this is with the flac file from bug #650691: ./totem ~/samples/650691-flacparse.flac Log attached.
Confirmed, looking into this now.
commit 683735a01e077e4f8082dd9a87664544058a3cf4 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu Nov 24 12:38:54 2011 +0100 playsinkconvertbin: Reconfigure if we switch from raw to incompatible raw caps We might need to add converters and worked in passthrough mode before. commit 113546b777ed24c785698b0ec09a385224eb745a Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu Nov 24 12:37:58 2011 +0100 playsinkconvertbin: Override acceptcaps function for the two ghostpads The ghostpad acceptcaps functions are not valid in this case because we don't only accept the caps accepted by the target but could also insert converters. Fixes bug #663892.