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:
7f56565
)
[MOVED FROM BAD 030/134] vp8: typo: s/HAVE_VP8_DECODER/HAVE_VP8_ENCODER/
author
Philip Jägenstedt
<philipj@opera.com>
Fri, 21 May 2010 06:23:58 +0000
(08:23 +0200)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Sun, 16 Sep 2012 13:27:13 +0000
(15:27 +0200)
Fixup for bug #619172.
ext/vp8/plugin.c
patch
|
blob
|
history
diff --git
a/ext/vp8/plugin.c
b/ext/vp8/plugin.c
index 4f4f194f95b811ee2e4ed4889f431970d5ef15d8..5ee0dc9ea0d1470809102d8d41d265407ac266b4 100644
(file)
--- a/
ext/vp8/plugin.c
+++ b/
ext/vp8/plugin.c
@@
-36,7
+36,7
@@
plugin_init (GstPlugin * plugin)
gst_vp8_dec_get_type ());
#endif
-#ifdef HAVE_VP8_
DE
CODER
+#ifdef HAVE_VP8_
EN
CODER
gst_element_register (plugin, "vp8enc", GST_RANK_PRIMARY,
gst_vp8_enc_get_type ());
#endif