mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
basetransform: add more comments
This commit is contained in:
parent
c266912124
commit
83e057cdc1
1 changed files with 4 additions and 2 deletions
|
@ -769,8 +769,10 @@ gst_base_transform_do_bufferpool (GstBaseTransform * trans, GstCaps * outcaps)
|
||||||
|
|
||||||
/* there are these possibilities:
|
/* there are these possibilities:
|
||||||
*
|
*
|
||||||
* 1) we negotiated passthrough, we can proxy the bufferpool directly.
|
* 1) we negotiated passthrough, we can proxy the bufferpool directly and we
|
||||||
* 2)
|
* will do that whenever some upstream does an allocation query.
|
||||||
|
* 2) we need to do a transform, we need to get a bufferpool from downstream
|
||||||
|
* and configure it.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* clear old pool */
|
/* clear old pool */
|
||||||
|
|
Loading…
Reference in a new issue