blob: c0b7ca2bac23363a17469ab3be1c2434f3da39f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
# Copyright 2020 Collabora Ltd.
# SPDX-License-Identifier: MIT
set -eux
export GST_INSPECT_NO_COLORS=1
export PAGER=cat
gst-inspect-1.0 pipewire
gst-inspect-1.0 pipewiresink
gst-inspect-1.0 pipewiresrc
|