/third_party/gstreamer/gstreamer/docs/random/ensonic/ |
D | draft-bufferpools.txt | 41 maintain a bufferpool. These could be sinks or encoders. We need mechanims to 44 - the bufferpool owners in a pipeline 45 - the bufferpool sizes 51 Querying the bufferpool size and buffer alignments can work similar to latency 60 and update the bufferpool configuration (event). Likewise addition of new 67 The bufferpool could be a helper GObject (like we use GstAdapter). If would 69 available. The bufferpool in gst-plugin-good/sys/v4l2/gstv4l2bufferpool might be
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkimagebufferpool.h | 54 GstBufferPool bufferpool; member
|
D | gstvkbufferpool.h | 55 GstBufferPool bufferpool; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideopool.h | 68 GstBufferPool bufferpool; member
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimagepool.h | 40 GstBufferPool bufferpool; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbufferpool.h | 46 GstBufferPool bufferpool; member
|
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagepool.h | 85 GstBufferPool bufferpool; member
|
/third_party/gstreamer/gstplugins_bad/ext/directfb/ |
D | dfbvideosink.h | 76 GstBufferPool bufferpool; member
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | events2 | 13 - bufferpool get??
|
D | events | 69 - bufferpool get??
|
D | threading | 155 Need to rethink this wrt bufferpools (see DShow and old bufferpool implementation)
|
/third_party/gstreamer/gstplugins_good/po/ |
D | nl.po | 253 msgstr "Instellen van interne bufferpool is mislukt."
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | porting-to-1.0.txt | 108 now when negotiating formats to obtain a reference to a bufferpool object
|
D | ChangeLog-0.8 | 7508 * docs/pwg/intro-basics.xml: rewrite bufferpool stuff. 8702 * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 349 …bufferpool: Deactivate pool and get rid of references to other objects from dispose instead of fin… 3868 gst/bufferpool: only resize in reset when maxsize is larger 4908 bufferpool: unblock acquire thread when we discard buffer 4916 tests: bufferpool: add dead lock test for buffer discard 7636 bufferpool: Fix the buffer size reset code 19211 * docs/design/part-bufferpool.txt: 21992 bufferpool: Fix handling of the GstPoll 22994 tests: bufferpool: fix wrong assumptions about pointers and object lifecycles 24361 bufferpool: pass acquire params to alloc_buffer 27515 bufferpool: sprinkle some allow-none and out annotations for g-i [all …]
|
D | NEWS | 1928 - bufferpool: Deactivate pool and get rid of references to other
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 320 bufferpool thinking the height had changed ... whereas it hadn't. 394 previously configured bufferpool decided on by get_buffer2() 3519 avviddec: Fix bufferpool config double free by taking a copy as needed 7495 update for bufferpool changes 7527 ffdec: make bufferpool setup recalculate direct rendering 7529 bufferpool. 7563 Only enable video alignment in the bufferpool when downstream supports video 8312 Also renegotiate the caps and bufferpool when we have a rereconfigure event 8318 ffdec: ensure bufferpool size 8319 Make sure the bufferpool size is at least what we expect. [all …]
|
D | NEWS | 1928 - bufferpool: Deactivate pool and get rid of references to other
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 809 Removed the last bits of Metadata. Updated the bufferpool docs. 2020 default bufferpool factory 2025 bufferpool factory function. it reuses existing instances of 2026 bufferpool if requests are made for existing buffer sizes 5739 disksink. Fixed a compile problem with alsa. Added bufferpool 5992 xvideosink.h: Added proper locking around the bufferpool and the X 6013 and bufferpool passing to identity so that -launch disksrc ! mad ! 6096 Fixed a stupid bug in the mpeg2dec bufferpool handling. Make an 6209 xvideosink. Modified colorspace to draw straight into a bufferpool 13093 * gst/: gstbufferpool.c, gstbufferpool.h: Added the bufferpool
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 3756 gl/bufferpool: add api for retrieving the configure gl allocation params 9657 Previously configured bufferpool can be expired/inactivate by the 25185 resources such as the FBO, GL bufferpool, etc and basetransform will 25413 glupload: Use bufferpool to allocate new buffer in GLTextureUploadMeta 25415 use bufferpool instead of allocating new buffer every time. 28371 glbufferpool: add bufferpool options for the various texture targets 28876 gl: bufferpool take into account video stride alignment requirements 29207 glupload: Add fixme about using bufferpool for raw 31509 glupload: unref the bufferpool 32655 That will be taken care of by the calling code (typically a bufferpool). [all …]
|
D | NEWS | 1928 - bufferpool: Deactivate pool and get rid of references to other
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 1928 - bufferpool: Deactivate pool and get rid of references to other
|
D | ChangeLog | 11394 This patch announces the crop meta API in proposed bufferpool, while 11397 announces both meta APIs in upstream bufferpool. 14355 va: pool, allocator: free memories at bufferpool's stop() 14356 This patch frees the memories in the allocator's pool after the bufferpool frees 14377 bufferpool operation is kept as originally designed, still the allocator pool is 14380 Then, when the bufferpool base class decides to discard a buffer, the VA 16615 This patch handles when the bufferpool request a new buffer while 18925 nvcodec: Add CUDA specific memory and bufferpool 19035 va: bufferpool: use release_buffer to clean the mem. 19036 The current bufferpool wastes all pre-allocate buffers when the [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 1928 - bufferpool: Deactivate pool and get rid of references to other
|
D | ChangeLog | 44565 Math are done in bufferpool rather than in allocator because the 44574 v4l2allocator: let bufferpool calculate image size when importing userptr 44576 them will give us the plane size. So we let bufferpool make the math as 46715 bufferpool class point of view because it is queued to the driver and 46717 It causes the v4l2 bufferpool to always return that stop method failed 48304 These checks are no longer required with recent change to the bufferpool. This 49840 v4l2bufferpool: Port to bufferpool flush_start/stop method 49934 Revert "v4l2bufferpool: Port to bufferpool flush_start/stop method" 50050 v4l2bufferpool: Port to bufferpool flush_start/stop method 60090 v4l2: bufferpool: don't forget to release buffer on error [all …]
|