After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 678453 - Impossible to use buffer pool for variable sized buffer formats
Impossible to use buffer pool for variable sized buffer formats
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.11.x
Other Linux
: Normal blocker
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-20 08:31 UTC by Sebastian Dröge (slomo)
Modified: 2012-06-20 08:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2012-06-20 08:31:04 UTC
Currently it's impossible to use buffer pools for formats that have variable sized buffers, e.g. raw audio or compressed formats. We should somehow support these use cases.
Comment 1 Wim Taymans 2012-06-20 08:42:58 UTC
It is possible, you allocate the max size and then resize to the desired size after filling the buffer with data.