Skip to content

Commit bc751bc

Browse files
committed
Linux video input should not contain audio.
1 parent f6d91a9 commit bc751bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

LOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Commit#: TBD
1111
* Add locks to fix potential inconsistent state in ffmpeg.
1212
* Add a 'mirror' option to the renderer, to output to multiple places at once.
1313
* Renderer can now split output into two files one for video, and one for audio.
14+
* Preview window works again with live webcams
1415

1516

1617
v0.2

video/private/video.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@
867867
'audio (if aud-str 1 0))]
868868
['unix
869869
(if vid-str
870-
(hash 'video 1 'audio 1)
870+
(hash 'video 1)
871871
(hash 'audio 1))]))
872872
(define node (mk-source-node bundle
873873
#:props (hash "start" 0

0 commit comments

Comments
 (0)