[Bug 753011] New: queue2: update upstream_size with valid size value

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 29 03:46:40 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=753011

            Bug ID: 753011
           Summary: queue2: update upstream_size with valid size value
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: eunhae1.choi at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

queue->upstream_size is set to -1 at first then it is never updated.

Because the queue->upstream_size is unsigned value so it will be
18446744073709551615. 
so gst_queue2_update_upstream_size() is never called again.

I've tested with below command.

gst-launch-1.0 souphttpsrc
location="http://content.bitsontherun.com/videos/ntPYsD4L-1ahmry41.mp4" !
queue2 ring-buffer-max-size=10485760 ! decodebin ! autovideosink

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