• Home
  • Raw
  • Download

Lines Matching refs:bufferpool

331 	  bufferpool: Fix the buffer size reset code
10956 * docs/design/part-bufferpool.txt:
13737 bufferpool: Fix handling of the GstPoll
14739 tests: bufferpool: fix wrong assumptions about pointers and object lifecycles
16106 bufferpool: pass acquire params to alloc_buffer
19260 bufferpool: sprinkle some allow-none and out annotations for g-i
20528 bufferpool: Fixed compiler warning
23221 bufferpool: Don't stop the pool in set_config()
23256 that might belong to a bufferpool that is trying to be drained.
24376 bufferpool: Don't check size in config validation
24386 bufferpool: log reason for discarded buffers
24388 bufferpool.
25954 bufferpool: Add missing error checking to default_alloc_buffer()
27315 bufferpool: It's pool, not poo... even when talking about flushing
27411 bufferpool: fix gst_buffer_pool_has_option() documentation
27502 bufferpool: Add method and virtuals to set flushing state
27767 bufferpool: Add an helper to validate config
27776 bufferpool: Update the configure even if set_config() returned false
27786 bufferpool: Add support for reconfiguring a pool
28058 bufferpool: fix log message of buffer pointer
29067 bufferpool: only release buffers with writable memory
29085 bufferpool: Use TAG_MEMORY to check memory before releasing
29108 bufferpool: refactor free_buffer
29418 bufferpool: more tests and small doc fixes
29451 bufferpool: misc cleanups
29460 bufferpool: add a new testsuite or the pool
29466 bufferpool: avoid excessive GstPoll activity
29471 This makes the bufferpool benchmark about 30% faster than the pure
30915 * docs/design/part-bufferpool.txt:
30916 docs: Gram and nit fixes for part-bufferpool.txt
34265 bufferpool: fix docs
35734 bufferpool: clarify docs
36112 bufferpool: lock before unlock in _get_config
37216 pwg: add bufferpool docs
37241 * docs/design/part-bufferpool.txt:
37247 * docs/design/part-bufferpool.txt:
38734 bufferpool: fix max_buffers handling
39938 Make GstAllocator a GstObject instead of a GstMiniObject, like bufferpool.
41257 bufferpool: update docs a little
41273 bufferpool:check caps argument
41274 Caps should be NULL or fixed when configured in a bufferpool
42490 * docs/design/part-bufferpool.txt:
42491 docs: improve bufferpool docs
42566 …basetransform/basesrc: Do bufferpool configuration inside the default decide_allocation() implemen…
42741 bufferpool: Reset the buffer before releasing into pool
42797 Mark the metadata from the bufferpool LOCKED.
44257 bufferpool: remove const from get/set_param
44267 bufferpool: fix annotation for _release
44291 bufferpool: check min/max_buffers
44493 bufferpool: split bufferpool configuration
44494 Make separate methods to control the bufferpool and the allocator used by the
44495 bufferpool.
44507 Separate the bufferpool and allocator hints in the allocation query, some
44509 Keep the bufferpool and its configuration together.
44511 Allow for multiple bufferpool configurations in the query.
44535 Because those flags are not from the bufferpool but for the acquire function.
44618 Make the bufferpool take padding into account when allocating.
44632 bufferpool: free owned discarded pool config
44897 * docs/design/part-bufferpool.txt:
44898 bufferpool: fix array types
44903 * docs/design/part-bufferpool.txt:
45054 Delay the activation of the bufferpool until we actually need a buffer from the
45146 bufferpool: add more debug info
45442 bufferpool: make more stuff private
45611 bufferpool: improve docs
46130 * docs/design/part-bufferpool.txt:
46907 bufferpool: use GstValueArray instead of GValueArray for storing options in the config
48441 bufferpool: cleanup metadata in reset_buffer
48452 bufferpool: handle metadata in the pool
53289 basetransform: add vmethod to configure upstream bufferpool
53290 Add a vmethod that can be implemented to influence the bufferpool that upstream
53749 and bufferpool negotiation, which is not supposed to be done. Since we have the
53765 Don't change the state of the bufferpool when going between PAUSED and PLAYING,
53767 need to add some other way of unblocking the bufferpool.
53781 bufferpool: add gst_buffer_pool_is_active()
53850 bufferpool: don't add the same option twice
53858 bufferpool: add method to check for an option
53859 Add a method to check if an option is supported on the bufferpool.
53868 bufferpool: add options API to bufferpool
53869 Make it possible to query the supported options of a bufferpool and enable
53872 the bufferpool when supported.
54006 miniobject: avoid race in bufferpool release
54023 bufferpool: start with raised control socket
54060 Handle failure to activate the bufferpool.
54071 bufferpool: add reset_buffer vmethod
54182 bufferpool: call release_buffer after alloc
54191 bufferpool: add macro to check for flushing
54540 * docs/design/part-bufferpool.txt:
54541 docs: update bufferpool design doc
54556 bufferpool: return empty metadata array
54577 basetransform: activate the bufferpool
54578 always activate the bufferpool, even if we get it from the allocation
54620 bufferpool: add function to set metadata api
54622 bufferpool.
54624 bufferpool configuration.
54784 Allocate buffers from the negotiated allocator or bufferpool.
54785 Handle the state of the bufferpool when flushing.
54796 bufferpool: small indentation fix
54817 When we have a 0 size (variable buffer size), we can't have a bufferpool.
54830 bufferpool: remove postfix parameter
54836 bufferpool: use same alignment values as GstMemory
54837 Use the same alignment values for the bufferpool as we use for the GstMemory
54937 bufferpool and allocator negotiation on behalf of the subclasses.
55645 * docs/design/part-bufferpool.txt:
55646 docs: update bufferpool design doc
55647 Move the bufferpool design doc from draft to part and merge it with
55654 bufferpool: make the default behaviour to wait
56315 transform: fixes for bufferpool handling
56317 Do bufferpool query after we pushed the caps event downstream so that we can get
56318 a good bufferpool suggestion.
56319 Also proxy the bufferpool query downstream when we operate in in_place mode.
56335 basetransform: WIP handle bufferpool
58476 Use the same parameters as those used for the bufferpool. Make sure we can pass
58529 more flexible with the ALLOCATION query and the bufferpool objects. There is no
58562 bufferpool: add query to request pool and configuration
58563 Add a query to request allocation parameters and optionally a bufferpool as
58574 * docs/design/draft-bufferpool.txt:
58576 bufferpool: fix some docs
61530 * docs/design/draft-bufferpool.txt:
61531 docs: update bufferpool draft
61537 bufferpool: add more debug info
61542 bufferpool: add debug
61547 bufferpool: add some more debug info
61555 bufferpool: add caps to the config
61577 Keep a pointer to the bufferpool. Release the buffer to the pool when
61591 docs: update bufferpool docs
61596 bufferpool: Refactor stopping of the pool
61606 bufferpool: Rework buffer management a little
61616 bufferpool: memory management cleanups
61625 bufferpool: also allow NULL params in _acquire
61631 bufferpool: more updates
61644 bufferpool: rename 'flushing' to 'active'
61651 bufferpool: prealloc when unset flushing
61661 bufferpool: use quarks for structure fields
61668 bufferpool: use GstStructure to configure the pool
61686 bufferpool: add simple bufferpool helper object
62605 * docs/design/draft-bufferpool.txt:
62606 docs: fix some typos in the bufferpool draft
62625 * docs/design/draft-bufferpool.txt:
62626 design: add draft for first ideas for a bufferpool feature