Skip to content

Commit 5ab4730

Browse files
committed
Fix typo in src/GUI/PageInput.h
See PR #1049
1 parent dddecda commit 5ab4730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GUI/PageInput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ private slots:
301301
inline unsigned int GetVideoV4L2Width() { return m_spinbox_video_v4l2_width->value(); }
302302
inline unsigned int GetVideoV4L2Height() { return m_spinbox_video_v4l2_height->value(); }
303303
#endif
304-
#if SSR_USE_V4L2
304+
#if SSR_USE_PIPEWIRE
305305
inline QString GetVideoPipeWireSource() { return m_lineedit_video_pipewire_source->text(); }
306306
inline unsigned int GetVideoPipeWireWidth() { return m_spinbox_video_pipewire_width->value(); }
307307
inline unsigned int GetVideoPipeWireHeight() { return m_spinbox_video_pipewire_height->value(); }

0 commit comments

Comments
 (0)