projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab0421
)
qtdemux: fix compilation with gst debuging disabled
author
Tim-Philipp Müller
<tim@centricular.com>
Fri, 29 Nov 2013 09:21:52 +0000
(09:21 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Fri, 29 Nov 2013 09:21:52 +0000
(09:21 +0000)
qtdemux.c:9452:1: error: label at end of compound statement
gst/isomp4/qtdemux.c
patch
|
blob
|
history
diff --git
a/gst/isomp4/qtdemux.c
b/gst/isomp4/qtdemux.c
index 3e54b71a5f18dd9d794188913c574577cefdc242..5631b51d04de948f1e11221e1e618067e8c88442 100644
(file)
--- a/
gst/isomp4/qtdemux.c
+++ b/
gst/isomp4/qtdemux.c
@@
-9463,9
+9463,9
@@
unknown_tag:
g_free (namestr_dbg);
g_free (meanstr_dbg);
- return;
}
#endif
+ return;
}
static void