docs: Fix negotiation documentation

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9618>
This commit is contained in:
stefan-dangl 2025-08-28 22:53:02 +02:00 committed by Stefan Dangl
parent 0b26bebe35
commit a17c566c7e

View File

@ -199,7 +199,7 @@ push buffer |---------------->| Process buffer of type B
- sink pushes `RECONFIGURE` event upstream
- src receives the `RECONFIGURE` event and marks renegotiation
- On the next buffer push, the source renegotiates the caps and the
bufferpool. The sink will put the new new preferred format high in the list
bufferpool. The sink will put the new preferred format high in the list
of caps it returns from its caps query.
##### `videotestsrc ! queue ! xvimagesink`