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:
f90126a
)
docs: pwg: fix missing end of line semicolon in custom meta example
author
Tim-Philipp Müller
<tim@centricular.com>
Tue, 2 Feb 2016 16:34:51 +0000
(16:34 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Tue, 2 Feb 2016 16:34:51 +0000
(16:34 +0000)
docs/pwg/advanced-allocation.xml
patch
|
blob
|
history
diff --git
a/docs/pwg/advanced-allocation.xml
b/docs/pwg/advanced-allocation.xml
index 253c60d0a61e68f767b62f0cbbcb5904b996ec04..e7346bd36fbc0ba08376bcab6aeab344546d02b4 100644
(file)
--- a/
docs/pwg/advanced-allocation.xml
+++ b/
docs/pwg/advanced-allocation.xml
@@
-449,7
+449,7
@@
my_example_meta_free (GstMeta * meta, GstBuffer * buffer)
{
MyExampleMeta *emeta = (MyExampleMeta *) meta;
- g_free (emeta->name)
+ g_free (emeta->name)
;
emeta->name = NULL;
}