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 663892 - [playbin2] visualisation leads to not-negotiated error
[playbin2] visualisation leads to not-negotiated error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-11 23:56 UTC by Tim-Philipp Müller
Modified: 2011-11-24 11:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
bzip2-ed debug log (666.17 KB, application/octet-stream)
2011-11-11 23:56 UTC, Tim-Philipp Müller
Details

Description Tim-Philipp Müller 2011-11-11 23:56:24 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.
Comment 1 Sebastian Dröge (slomo) 2011-11-24 10:36:54 UTC
Confirmed, looking into this now.
Comment 2 Sebastian Dröge (slomo) 2011-11-24 11:41:06 UTC
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.