Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pipewire pipewire
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 398
    • Issues 398
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PipeWire
  • pipewirepipewire
  • Issues
  • #1980

Closed
Open
Created Jan 05, 2022 by Antonio Ospite@ao2

General breakage in GStreamer elements

  • PipeWire version (pipewire --version): 0.3.42
  • Wireplumber version: 0.4.5
  • GStreamer version: 1.18.5
  • Distribution and distribution version (PRETTY_NAME from /etc/os-release): Debian GNU/Linux bookworm/sid
  • Desktop Environment: GNOME
  • Kernel version (uname -r): 5.15.0-2-amd64

Description of Problem:

GStreamer pipewire elements do not work.

Steps to Reproduce:

Create a new node with pipewiresink:

GST_DEBUG=4 gst-launch-1.0 -v videotestsrc is-live=1 ! video/x-raw,format=YUY2,framerate=30/1 ! videoconvert ! pipewiresink mode=provide stream-properties="props,media.class=Video/Source,node.description=VirtCam"

Get its path with:

gst-device-monitor-1.0 Video/Source

Consume it with pipewiresrc:

GST_DEBUG=4 gst-launch-1.0 -v pipewiresrc path=93 ! identity silent=false ! videoconvert ! autovideosink

Actual Results:

No buffers are flowing.

Same happens with GStreamer audio elements.

Expected Results:

The virtual videotestsrc output from the first pipeline should show up in the second pipeline.

Assignee
Assign to
Time tracking