[Bug 697074] New: The level element doesn't respect accurately the "interval" property.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 1 14:21:15 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=697074
  GStreamer | gst-plugins-good | git

           Summary: The level element doesn't respect accurately the
                    "interval" property.
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: mathieu.duponchelle at epitech.eu
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


As shown by such a pipeline:

gst-launch-1.0 uridecodebin uri=file:///path/to/sound ! audioconvert ! level
interval=10000000 ! fakesink -m | grep level | wc -l

the number of messages does not respect the interval. There are more messages,
but not ten times more as expected (default value is 100000000).

The patch attached should solve that.

-- 
Configure bugmail: https://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