This commit is contained in:
yumoqing 2022-09-14 16:05:46 +08:00
parent a4e994dcfa
commit 647be39562
3 changed files with 2 additions and 2 deletions

View File

@ -370,4 +370,3 @@ class FFVideo(WidgetReady, Image):
self.dispatch('on_frame', self.last_frame) self.dispatch('on_frame', self.last_frame)
self.last_frame = None self.last_frame = None
Factory.register('FFVideo', FFVideo)

View File

@ -46,6 +46,7 @@ from .ffpyplayer_video import FFVideo
r = Factory.register r = Factory.register
# if kivy.platform in ['win','linux', 'macosx']: # if kivy.platform in ['win','linux', 'macosx']:
# r('ScreenWithMic', ScreenWithMic) # r('ScreenWithMic', ScreenWithMic)
r('FFVideo', FFVideo)
r('AnchorBox', AnchorBox) r('AnchorBox', AnchorBox)
r('FloatBox', FloatBox) r('FloatBox', FloatBox)
r('RelativeBox', RelativeBox) r('RelativeBox', RelativeBox)

View File

@ -1 +1 @@
__version__ = '0.3.12' __version__ = '0.3.13'