GNOME Bugzilla – Bug 516653
gst_value_set_fraction: assertion `denominator != 0' failed
Last modified: 2008-02-15 12:35:47 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
Created attachment 105318 [details] logo_freebox.jpg The logo itself
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)