mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
qtdemux: fix compilation with gst debuging disabled
qtdemux.c:9452:1: error: label at end of compound statement
This commit is contained in:
parent
0ab0421759
commit
4278ab18ff
1 changed files with 1 additions and 1 deletions
|
@ -9463,9 +9463,9 @@ unknown_tag:
|
||||||
|
|
||||||
g_free (namestr_dbg);
|
g_free (namestr_dbg);
|
||||||
g_free (meanstr_dbg);
|
g_free (meanstr_dbg);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue