Andrey Khamukhin e94830c79d videorate: don't hold the reference to the buffer in drop-only mode
Pushing the buffer via gst_pad_push () in transform_ip () function
causes downstream elements to process the buffer with a reference
count > 1. This leads to performance issue if there are downstream
elements which modify the buffer memory.

However, in drop-only mode this reference is not required.

So, let GstBaseTransform push the buffer in drop-only mode.

Fixes #4258

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9532>
2025-08-13 08:47:27 +00:00
..
2025-07-08 20:00:07 +01:00
2025-08-01 16:00:20 +00:00
2025-07-07 12:23:34 +00:00
2025-04-30 10:18:57 +00:00
2025-05-02 05:54:56 +00:00
2025-05-01 23:16:25 +09:00
2025-07-17 04:52:33 +00:00
2025-07-17 04:52:33 +00:00
2025-07-21 22:43:55 +00:00