Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
qvc.Webcam: fix pipeline on sys-usb
Browse files Browse the repository at this point in the history
Caused by an incompatibility between GStreamer versions in R4.0 dom0
vs (more up-to-date) sys-usb.

Fix #13
  • Loading branch information
ElliotKillick committed May 8, 2021
1 parent b1b4eca commit 26f91b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qubes-rpc/services/qvc.Webcam
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ create_ui webcam

gst-launch-1.0 -q v4l2src ! \
queue ! \
"video/x-raw,width=$width,height=$height,framerate=$frame_rate,format=I420" ! \
jpegdec ! \
"video/x-raw,width=$width,height=$height,framerate=$frame_rate" ! \
fdsink

0 comments on commit 26f91b6

Please sign in to comment.