mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
aiffparse: typo fix in comment
This commit is contained in:
parent
18ec1c9bd7
commit
f12705b2f5
1 changed files with 1 additions and 1 deletions
|
@ -1110,7 +1110,7 @@ no_rate:
|
|||
no_bytes_per_sample:
|
||||
{
|
||||
GST_ELEMENT_ERROR (aiff, STREAM, FAILED, (NULL),
|
||||
("Could not caluclate bytes per sample - invalid data"));
|
||||
("Could not calculate bytes per sample - invalid data"));
|
||||
return GST_FLOW_ERROR;
|
||||
}
|
||||
unknown_format:
|
||||
|
|
Loading…
Reference in a new issue