From e2f7cd154d05b07f350e19b7dfecbcc01e79ae62 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 12 Sep 2024 07:14:20 +0000 Subject: [PATCH] gst-device-monitor: improve docs --- hosts/common/programs/gst-device-monitor.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common/programs/gst-device-monitor.nix b/hosts/common/programs/gst-device-monitor.nix index 2edbaee8d..23fbdd0b9 100644 --- a/hosts/common/programs/gst-device-monitor.nix +++ b/hosts/common/programs/gst-device-monitor.nix @@ -2,6 +2,9 @@ # - `gst-device-monitor-1.0 Audio/Sink` #< show all audio sinks # - `gst-device-monitor-1.0 Audio/Source` #< show all audio sources (microphones) # - `gst-device-monitor-1.0 Video/Source` #< show all video sources (cameras) +# the output will include things like +# `gst-launch-1.0 pipewiresrc target-object=90 ! ...` +# in which case, view it like (for a camera): `gst-launch-1.0 pipewiresrc target-object=90 ! glimagesink` { pkgs, ... }: { sane.programs.gst-device-monitor = {