[Bug 723850] Elements in rtpbin don't set PROXY_ALLOCATION flag

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 5 15:35:57 PDT 2014


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

--- Comment #9 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2014-06-05 22:35:49 UTC ---
Actually, in your usecase, you don't know the size of incoming buffers, so by
default it won't create a buffer pool. But if you don't care about wasting a
little memory, you can create a buffer pool in udpsrc with a buffer size of
65536 (enough for any UDP packet), then receive in there and you will trade
some wasted memory for no allocations.

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