We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddecda commit 5ab4730Copy full SHA for 5ab4730
src/GUI/PageInput.h
@@ -301,7 +301,7 @@ private slots:
301
inline unsigned int GetVideoV4L2Width() { return m_spinbox_video_v4l2_width->value(); }
302
inline unsigned int GetVideoV4L2Height() { return m_spinbox_video_v4l2_height->value(); }
303
#endif
304
-#if SSR_USE_V4L2
+#if SSR_USE_PIPEWIRE
305
inline QString GetVideoPipeWireSource() { return m_lineedit_video_pipewire_source->text(); }
306
inline unsigned int GetVideoPipeWireWidth() { return m_spinbox_video_pipewire_width->value(); }
307
inline unsigned int GetVideoPipeWireHeight() { return m_spinbox_video_pipewire_height->value(); }
0 commit comments