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 ff00ad2 commit 6784945Copy full SHA for 6784945
VERSION
@@ -1 +1 @@
1
-5.3.0-20240511
+5.3.0-20240601
obplayer/player/outputs.py
@@ -615,7 +615,7 @@ def __init__(self):
615
616
def overlay_caps_changed(self, overlay, caps):
617
# "from_caps" no longer available in GstVideo.VideoInfo, so we use "new_from_caps" instead.
618
- if hasattr(GstVideo.VideoInfo, 'new_from_caps'):
+ if hasattr(GstVideo.VideoInfo, "new_from_caps"):
619
self.overlay_caps = GstVideo.VideoInfo.new_from_caps(caps)
620
621
# fallback to old method
0 commit comments