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 419338 - [wavparse] critical warning from plugin viewer
[wavparse] critical warning from plugin viewer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-17 13:18 UTC by Christian Persch
Modified: 2007-03-19 10:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2007-03-17 13:18:12 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)
Comment 1 Tim-Philipp Müller 2007-03-19 10:33:05 UTC
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.