summaryrefslogtreecommitdiff
path: root/manual-autoplugging.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 /manual-autoplugging.md
parent43a2465744d776ad5c181897e85553c8f9907b0d (diff)
Add missing language tags to code blocks
Diffstat (limited to 'manual-autoplugging.md')
-rw-r--r--manual-autoplugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual-autoplugging.md b/manual-autoplugging.md
index 9ca597c..f49c33c 100644
--- a/manual-autoplugging.md
+++ b/manual-autoplugging.md
@@ -97,7 +97,7 @@ will print the detected media type, or tell that the media type was not
found. The next section will introduce more useful behaviours, such as
plugging together a decoding pipeline.
-```
+``` c
#include <gst/gst.h>
[.. my_bus_callback goes here ..]