mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
ext/lame/gstlame.c: Fix broken GST_ELEMENT_ERROR macro, fixes compile with the Sun
Original commit message from CVS: * ext/lame/gstlame.c: (gst_lame_sink_setcaps): Fix broken GST_ELEMENT_ERROR macro, fixes compile with the Sun Workshop 12 compiler, but probably also crashes (#517985).
This commit is contained in:
parent
64b5df4dba
commit
f1a4df75f6
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ zero_output_rate:
|
||||||
setup_failed:
|
setup_failed:
|
||||||
{
|
{
|
||||||
GST_ELEMENT_ERROR (lame, LIBRARY, SETTINGS,
|
GST_ELEMENT_ERROR (lame, LIBRARY, SETTINGS,
|
||||||
(_("Failed to configure LAME encoder. Check your encoding parameters.")), NULL);
|
(_("Failed to configure LAME encoder. Check your encoding parameters.")), (NULL));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue