Skip to content

Commit

Permalink
✏️ Maintenance: Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiTronix committed Sep 10, 2023
1 parent c58e37c commit 5087055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions vidgear/gears/camgear.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ def __init__(
time_delay=0,
**options
):

"""
This constructor method initializes the object state and attributes of the CamGear class.
Expand Down Expand Up @@ -449,7 +448,6 @@ def __update(self):
# or frames runs out
# if the thread indicator variable is set, stop the thread
while not self.__terminate.is_set():

# stream not read yet
self.__stream_read.clear()

Expand Down
4 changes: 2 additions & 2 deletions vidgear/gears/streamgear.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ def __init__(
format (str): select the adaptive HTTP streaming format(DASH and HLS).
custom_ffmpeg (str): assigns the location of custom path/directory for custom FFmpeg executables.
logging (bool): enables/disables logging.
stream_params (dict): provides the flexibility to control supported internal parameters and FFmpeg properities.
stream_params (dict): provides the flexibility to control supported internal parameters and FFmpeg properties.
"""

# print current version
logcurr_vidgear_ver(logging=logging)

Expand Down Expand Up @@ -873,7 +874,6 @@ def __generate_dash_stream(self, input_params, output_params):
return (input_params, output_params)

def __Build_n_Execute(self, input_params, output_params):

"""
An Internal function that launches FFmpeg subprocess and pipelines commands.
Expand Down

0 comments on commit 5087055

Please sign in to comment.