mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
Fix compiler breakage.
Original commit message from CVS: Fix compiler breakage.
This commit is contained in:
parent
ac695261b3
commit
331ee18596
1 changed files with 1 additions and 1 deletions
|
@ -2093,7 +2093,7 @@ gst_element_error_detailed (GstElement *element, const gchar *file, const gchar
|
||||||
const gchar *error_message, const gchar *detailed)
|
const gchar *error_message, const gchar *detailed)
|
||||||
{
|
{
|
||||||
gchar *really_detailed;
|
gchar *really_detailed;
|
||||||
GError *error;
|
GError *error = NULL;
|
||||||
|
|
||||||
/* checks */
|
/* checks */
|
||||||
g_return_if_fail (GST_IS_ELEMENT (element));
|
g_return_if_fail (GST_IS_ELEMENT (element));
|
||||||
|
|
Loading…
Reference in a new issue