Skip to content

Commit 6784945

Browse files
committed
auto-format, version update
1 parent ff00ad2 commit 6784945

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0-20240511
1+
5.3.0-20240601

obplayer/player/outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ def __init__(self):
615615

616616
def overlay_caps_changed(self, overlay, caps):
617617
# "from_caps" no longer available in GstVideo.VideoInfo, so we use "new_from_caps" instead.
618-
if hasattr(GstVideo.VideoInfo, 'new_from_caps'):
618+
if hasattr(GstVideo.VideoInfo, "new_from_caps"):
619619
self.overlay_caps = GstVideo.VideoInfo.new_from_caps(caps)
620620

621621
# fallback to old method

0 commit comments

Comments
 (0)