summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurélien Zanelli <aurelien.zanelli@parrot.com>2014-04-23 09:57:48 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-04-23 10:34:52 +0200
commit420b0b62d33dcc45606cd862136866d5bf348d1f (patch)
tree37f1d8c674db5bf5c3cbb88feb92096e5a03809f
parentda4cf3da1f15e06307c5bc6ff45a953b29e6e0ae (diff)
omxvp8dec: fix typo in GST_TYPE_OMX_VP8_DEC define
https://bugzilla.gnome.org/show_bug.cgi?id=728774
-rw-r--r--omx/gstomxvp8dec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxvp8dec.h b/omx/gstomxvp8dec.h
index 4c4d40c..f99f4ce 100644
--- a/omx/gstomxvp8dec.h
+++ b/omx/gstomxvp8dec.h
@@ -27,7 +27,7 @@
G_BEGIN_DECLS
#define GST_TYPE_OMX_VP8_DEC \
- (gst_omx_VP8_dec_get_type())
+ (gst_omx_vp8_dec_get_type())
#define GST_OMX_VP8_DEC(obj) \
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_OMX_VP8_DEC,GstOMXVP8Dec))
#define GST_OMX_VP8_DEC_CLASS(klass) \