[Bug 700487] New: [dashdemux]: Getting max-buffering-time property returns incorrect value and modifies property value.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 16 14:21:13 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700487
  GStreamer | gst-plugins-base | unspecified

           Summary: [dashdemux]: Getting max-buffering-time property
                    returns incorrect value and modifies property value.
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: art at videon-central.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


In the dashdemux, the max-buffering-time property is intended to be in seconds,
but the code returns the stored value (which has been multipled by GST_SECOND),
generating an absurd return value when inspected. Worse, every time the value
is retrieved, it is multiplied by GST_SECOND again.

How to reproduce:
Run gst-inspect dashdemux. Observe value much larger than
DEFAULT_MAX_BUFFERING_TIME

A short patch to remedy this issue is attached.

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