[gstreamer-bugs] [Bug 341542] some users have an assertion failed: (GST_VIDEO_SINK_WIDTH (xvimagesink) > 0) when playing a theora video

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri May 12 07:18:46 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=341542
 GStreamer | gst-plugins-base | Ver: 0.10.6


Thomas Vander Stichele changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thomas at apestaart.org




------- Comment #2 from Thomas Vander Stichele  2006-05-12 14:18 UTC -------
interesting, I was actually wondering when we would have the first overflow :)

Jan and I are working out fixes.

First thing to note is that the encoder probably made a rounding error; it's
stored as 533333/500000 which is amazingly close to 16/15.

(Talking to myself)
I'm currently thinking we should have a function that can take a series of
fractions and reduce their multiplication, noting overflow.  It should do its
best to avoid overflows.  It could do this by ordering numerators and
denominators, or splitting up in prime factors and crossing them off just like
in school.

The function itself could take a valist of GstFraction, or a valist of num,den
pairs, where either could be set to 1.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list