summaryrefslogtreecommitdiff
path: root/pwg-other-base.md
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2016-06-05 21:50:32 -0400
committerThibault Saunier <tsaunier@gnome.org>2016-06-05 21:50:32 -0400
commit80096e588a79265fe310f1c1e5d48a18b878cd4f (patch)
tree0e14e2a11b366514d106840cd09c8e471afa06b0 /pwg-other-base.md
parent43a2465744d776ad5c181897e85553c8f9907b0d (diff)
Add missing language tags to code blocks
Diffstat (limited to 'pwg-other-base.md')
-rw-r--r--pwg-other-base.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwg-other-base.md b/pwg-other-base.md
index 262fad0..bf3cf9f 100644
--- a/pwg-other-base.md
+++ b/pwg-other-base.md
@@ -44,7 +44,7 @@ though:
Sink elements can derive from `GstBaseSink` using the usual `GObject`
convenience macro `G_DEFINE_TYPE ()`:
-```
+``` c
G_DEFINE_TYPE (GstMySink, gst_my_sink, GST_TYPE_BASE_SINK);
[..]