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 158910 - (bacon_video_widget_get_metadata): should not be reached
(bacon_video_widget_get_metadata): should not be reached
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: GStreamer backend
unspecified
Other Linux
: High critical
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2004-11-21 12:29 UTC by Stephane Loeuillet
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wave file for a gnome-games game (675.73 KB, audio/x-wav)
2004-11-21 15:09 UTC, Stephane Loeuillet
Details

Description Stephane Loeuillet 2004-11-21 12:29:31 UTC
trying to play a wav file : /usr/share/sounds/card_shuffle.wav

** ERROR **: file bacon-video-widget-gst.c: line 2025
(bacon_video_widget_get_metadata): should not be reached
aborting...

it play the file, then it crashes

got CVS from 2004-11-20 (post 0.99.22)
Comment 1 Elijah Newren 2004-11-21 14:44:24 UTC
Could you attach the file just to make sure everyone has access to it?  (I have
no such file on my machine, for example...)  It would also be nice if you could
paste a stack trace (see http://bugzilla.gnome.org/getting-traces.cgi) so that
we can catch any duplicates.
Comment 2 Stephane Loeuillet 2004-11-21 15:08:07 UTC
i was told it was because bastien did not implement the "album" metadata
property in gstreamer backend (ronald/BBB told it to me on IRC)

<BBB> bastien added a new 'album' property and didn't add it to the gst
backend... ;)
<BBB> I'l make it a warning sometime soon

attaching the wave file, just in case ...
Comment 3 Stephane Loeuillet 2004-11-21 15:09:53 UTC
Created attachment 33983 [details]
wave file for a gnome-games game
Comment 4 Bastien Nocera 2004-11-22 13:55:52 UTC
2004-11-22  Bastien Nocera  <hadess@hadess.net>
                                                                               
        * src/bacon-video-widget-gst.c:
        (bacon_video_widget_get_metadata_string),
        (bacon_video_widget_get_metadata): add getting album metadata so that
        we don't assert trying to get the metadata (Closes: #158910)