[Webkit-unassigned] [Bug 108175] [Qt] REGRESSION(140685): It made three tests timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 03:14:35 PST 2013


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





--- Comment #3 from Csaba Osztrogonac <ossy at webkit.org>  2013-01-29 03:16:34 PST ---
(In reply to comment #2)
> Do you have the scaletempo element in the bot? gst-inspect-0.10 scaletempo

$ gst-inspect-0.10 scaletempo
Factory Details:
  Long name:    Scaletempo
  Class:        Filter/Effect/Rate
  Description:  Sync audio tempo with playback rate
  Author(s):    Rov Juvano <rovjuvano at users.sourceforge.net>
  Rank:         none (0)

Plugin Details:
  Name:                 scaletempo
  Description:          Scale audio tempo in sync with playback rate
  Filename:             /usr/lib/gstreamer-0.10/libgstscaletempoplugin.so
  Version:              0.10.19
  License:              LGPL
  Source module:        gst-plugins-bad
  Binary package:       GStreamer
  Origin URL:           http://gstreamer.freedesktop.org/

GObject
 +----GstObject
       +----GstElement
             +----GstBaseTransform
                   +----GstScaletempo

Pad Templates:
  SINK template: 'sink'
    Availability: Always
    Capabilities:
      audio/x-raw-float
                   rate: [ 1, 2147483647 ]
               channels: [ 1, 2147483647 ]
             endianness: 1234
                  width: 32
      audio/x-raw-int
                   rate: [ 1, 2147483647 ]
               channels: [ 1, 2147483647 ]
             endianness: 1234
                  width: 16
                  depth: 16
                 signed: true

  SRC template: 'src'
    Availability: Always
    Capabilities:
      audio/x-raw-float
                   rate: [ 1, 2147483647 ]
               channels: [ 1, 2147483647 ]
             endianness: 1234
                  width: 32
      audio/x-raw-int
                   rate: [ 1, 2147483647 ]
               channels: [ 1, 2147483647 ]
             endianness: 1234
                  width: 16
                  depth: 16
                 signed: true


Element Flags:
  no flags set

Element Implementation:
  Has change_state() function: gst_element_change_state_func
  Has custom save_thyself() function: gst_element_save_thyself
  Has custom restore_thyself() function: gst_element_restore_thyself

Element has no clocking capabilities.
Element has no indexing capabilities.
Element has no URI handling capabilities.

Pads:
  SRC: 'src'
    Implementation:
      Has getrangefunc(): gst_base_transform_getrange
      Has custom eventfunc(): gst_base_transform_src_event
    Pad Template: 'src'
  SINK: 'sink'
    Implementation:
      Has chainfunc(): gst_base_transform_chain
      Has custom eventfunc(): gst_base_transform_sink_event
      Has bufferallocfunc(): gst_base_transform_buffer_alloc
    Pad Template: 'sink'

Element Properties:
  name                : The name of the object
                        flags: readable, writable
                        String. Default: null Current: "scaletempo0"
  qos                 : Handle Quality-of-Service events
                        flags: readable, writable
                        Boolean. Default: false Current: false
  rate                : Current playback rate
                        flags: readable
                        Double. Range:   -2.147484e+09 -    2.147484e+09 Default:               1 Current:               0
  stride              : Length in milliseconds to output each stride
                        flags: readable, writable
                        Unsigned Integer. Range: 1 - 5000 Default: 30 Current: 30
  overlap             : Percentage of stride to overlap
                        flags: readable, writable
                        Double. Range:               0 -               1 Default:             0.2 Current:             0.2
  search              : Length in milliseconds to search for best overlap position
                        flags: readable, writable
                        Unsigned Integer. Range: 0 - 500 Default: 14 Current: 14

-- 
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