mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +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 (meanstr_dbg);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue