[Bug 750320] New: tcpclientsrc: add buffer-size property for element

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 3 01:28:45 PDT 2015


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

            Bug ID: 750320
           Summary: tcpclientsrc: add buffer-size property for element
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: ps.gotarne at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

tcpclientsrc element always sends the fix buffer size < 4096
If server sends larger data, tcpclientsrc elements takes lot of
time to read it.
Buffer created by the tcpclientsrc element are always <= 4096.
Even though tcpclientsrc is derived from basesrc element, 
the blocksize property of the basesrc is not applied to tcpclientsrc.
This is because the basesrc element's "create" virtual function is hidden
by the pushsrc element's "create" virtual function.
tcpclientsrc implements the pushsrc element's "create" function.

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