RRobert Maderpipewire-[backend|plugin]: Add timestamps to buffers
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
pipewire: Drop support for 0.2 API According to repology.org, all relevant distributions now ship pipewire 0.3, so we can drop the pretty ugly #if/#else code that was added to support both at compile-time. Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 4 年前 | |
pipewire-[backend|plugin]: Add timestamps to buffers In Pipewire and Gstreamer terminology Weston is a "live" source (as we do not explicitly set PW_KEY_STREAM_IS_LIVE to false). Such sources, be it compositors, cameras or microphones, usually set the current system time as timestamps on buffers in order to make life easier for consumers. Thus let's do so as well. This notably helps when recording using gstpipewiresrc with the keepalive-time property set. Signed-off-by: Robert Mader <robert.mader@collabora.com> | 3 年前 |