Skip to content

Commit

Permalink
fixup: Reformat camera pipewire example
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Jan 29, 2025
1 parent 12b9bbe commit c69856d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/desktop/camera.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
//! }
//! ```
//! An example on how to connect with Pipewire can be found [here](https://github.com/bilelmoussaoui/ashpd/blob/master/examples/screen_cast_pw.rs).
//! Although the example's primary focus is screen casting, stream connection logic remains the same -- with one accessibility change:
//! Although the example's primary focus is screen casting, stream connection
//! logic remains the same -- with one accessibility change:
//! ```rust,ignore
//! let stream = pw::stream::Stream::new(
//! &core,
Expand Down

0 comments on commit c69856d

Please sign in to comment.