GNOME Bugzilla – Bug 419338
[wavparse] critical warning from plugin viewer
Last modified: 2007-03-19 10:33:05 UTC
Steps: 0) Load http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=router 1) Click on the speaker icon Results: Popup window opens and sound should play; but instead nothing plays and I get a message on console: (lt-totem-plugin-viewer:15420): GStreamer-CRITICAL **: gst_mini_object_unref: assertion `mini_object->refcount > 0' failed (totem svn trunk, gstreamer cvs HEAD)
Should be fixed now: 2007-03-19 Tim-Philipp Müller <tim at centricular dot net> * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers): Streaming mode fixes: don't unref buffer we don't own any longer; remove bogus adapter flush. Fixes #419338.