Skip to content

Commit 67588d4

Browse files
committed
testing
1 parent a36ad99 commit 67588d4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

media-video/capture/src/wayland/stream.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@ impl UserStreamState {
187187
let first_data = dma_data[0];
188188

189189
// check that the fd of all dma buf's are the same, as different ones are currently not supported
190-
if dma_data.iter().any(|data| data.fd != first_data.fd) {
191-
log::warn!(
192-
"Got dma buffers with different fds, discarding as this is not supported"
193-
);
194-
return;
195-
}
190+
// if dma_data.iter().any(|data| data.fd != first_data.fd) {
191+
// log::warn!(
192+
// "Got dma buffers with different fds, discarding as this is not supported"
193+
// );
194+
// return;
195+
// }
196196

197197
self.handle_dma_data(metas, datas, dma_data)
198198
};

0 commit comments

Comments
 (0)