generated from general-packages/pika-pkg-template
13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
|
#!/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
|