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 516653 - gst_value_set_fraction: assertion `denominator != 0' failed
gst_value_set_fraction: assertion `denominator != 0' failed
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: GStreamer backend
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks: 462544
 
 
Reported: 2008-02-15 11:32 UTC by Bastien Nocera
Modified: 2008-02-15 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
logo_freebox.jpg (22.06 KB, image/jpeg)
2008-02-15 11:34 UTC, Bastien Nocera
Details

Description Bastien Nocera 2008-02-15 11:32:05 UTC
Loading the FreeBox TV webpage (a page available for subscribers to the "Free" ISP in France) will sometimes assert as soon as it's loaded the Free logo.

You can reproduce it trying to run bvw-test a couple of times on the jpg file.

$ ./bvw-test logo_freebox.jpg

GStreamer-CRITICAL **: gst_value_set_fraction: assertion `denominator != 0' failed
aborting...
Trace/breakpoint trap
Comment 1 Bastien Nocera 2008-02-15 11:34:16 UTC
Created attachment 105318 [details]
logo_freebox.jpg

The logo itself
Comment 2 Tim-Philipp Müller 2008-02-15 12:35:47 UTC
Cool, you found a way to reproduce this. Should be fixed now:

 2008-02-15  Tim-Philipp Müller  <tim at centricular dot net>

        * src/backend/bacon-video-widget-gst-0.10.c: (get_media_size):
          Fix "gst_value_set_fraction: assertion `denominator != 0' failed"
          warning in case we don't have width/height yet (Closes: #516653)