Fix GStreamer pipeline source pyright import

This commit is contained in:
Mark Backman
2026-05-12 14:07:39 -04:00
parent b7f6298601
commit 86e2aa85d3

View File

@@ -27,7 +27,7 @@ try:
gi.require_version("Gst", "1.0")
gi.require_version("GstApp", "1.0")
from gi.repository import Gst, GstApp
from gi.repository import Gst, GstApp # pyright: ignore[reportAttributeAccessIssue]
except ModuleNotFoundError as e:
logger.error(f"Exception: {e}")
logger.error(