Skip to content

Commit

Permalink
Merge pull request #636 from teltek/hotfix_24869
Browse files Browse the repository at this point in the history
Hotfix 24869
  • Loading branch information
samuvlad committed Feb 19, 2021
2 parents 335fec6 + f9f8c1d commit c40da70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galicaster/recorder/recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def preview(self):
def preview_and_record(self):
logger.debug("recorder preview and record")
self.__set_state(Gst.State.PLAYING)
self.__start_record_time = self.__query_position()
self.__start_record_time = 0
self.is_recording = True


Expand Down

0 comments on commit c40da70

Please sign in to comment.