[Webkit-unassigned] [Bug 29999] [GStreamer] Should handle unknown duration better

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 13 03:10:49 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29999


Jan Alonzo <jmalonzo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40785|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #6 from Jan Alonzo <jmalonzo at gmail.com>  2009-10-13 03:10:49 PDT ---
(From update of attachment 40785)

> +    if (!gst_element_query_duration(m_playBin, &timeFormat, &timeLength) ||
> +        timeFormat != GST_FORMAT_TIME ||
> +        timeLength == GST_CLOCK_TIME_NONE) {

We don't normally break the expression into multiple lines. I'll fix it up when
landing.

Is it possible to test this or is this covered by our existing tests already?

r=me.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list