mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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:
|
no_bytes_per_sample:
|
||||||
{
|
{
|
||||||
GST_ELEMENT_ERROR (aiff, STREAM, FAILED, (NULL),
|
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;
|
return GST_FLOW_ERROR;
|
||||||
}
|
}
|
||||||
unknown_format:
|
unknown_format:
|
||||||
|
|
Loading…
Reference in a new issue