Skip to content

Commit

Permalink
auto-format, version update
Browse files Browse the repository at this point in the history
  • Loading branch information
brookgagnon committed Jun 1, 2024
1 parent ff00ad2 commit 6784945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.0-20240511
5.3.0-20240601
2 changes: 1 addition & 1 deletion obplayer/player/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def __init__(self):

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

# fallback to old method
Expand Down

0 comments on commit 6784945

Please sign in to comment.