mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
avimux: fix typo in warning message
This commit is contained in:
parent
5479255130
commit
fd9530d2d5
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ too_late:
|
||||||
}
|
}
|
||||||
wrong_template:
|
wrong_template:
|
||||||
{
|
{
|
||||||
g_warning ("avimuxx: this is not our template!\n");
|
g_warning ("avimux: this is not our template!\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue