Skip to content

Commit

Permalink
Improve descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Jun 27, 2024
1 parent 66c9a88 commit 7114749
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/membrane_vpx/decoder/vp8_decoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defmodule Membrane.VP8.Decoder do
spec: {non_neg_integer(), pos_integer()} | nil,
default: nil,
description: """
Framerate, needed if not provided with stream format. If it's not specified either in this option or the stream format, the element will crash.
Framerate of the stream.
"""
]

Expand Down
2 changes: 1 addition & 1 deletion lib/membrane_vpx/decoder/vp9_decoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defmodule Membrane.VP9.Decoder do
spec: {non_neg_integer(), pos_integer()} | nil,
default: nil,
description: """
Framerate, needed if not provided with stream format. If it's not specified either in this option or the stream format, the element will crash.
Framerate of the stream.
"""
]

Expand Down
2 changes: 1 addition & 1 deletion lib/membrane_vpx/encoder/vp8_encoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule Membrane.VP8.Encoder do
Determines how long should it take the encoder to encode a frame (in microseconds).
The longer the encoding takes the better the quality will be. If set to 0 the
encoder will take as long as it needs to produce the best frame possible. Note that
this is a soft limit, there is no guarantee that te encoding will never exceed it.
this is a soft limit, there is no guarantee that the encoding process will never exceed it.
"""
]

Expand Down
2 changes: 1 addition & 1 deletion lib/membrane_vpx/encoder/vp9_encoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule Membrane.VP9.Encoder do
Determines how long should it take the encoder to encode a frame (in microseconds).
The longer the encoding takes the better the quality will be. If set to 0 the
encoder will take as long as it needs to produce the best frame possible. Note that
this is a soft limit, there is no guarantee that te encoding will never exceed it.
this is a soft limit, there is no guarantee that the encoding process will never exceed it.
"""
]

Expand Down

0 comments on commit 7114749

Please sign in to comment.