summaryrefslogtreecommitdiff
path: root/omx/gstomx.c
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomx.c')
-rw-r--r--omx/gstomx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/omx/gstomx.c b/omx/gstomx.c
index c3af1ff..f542954 100644
--- a/omx/gstomx.c
+++ b/omx/gstomx.c
@@ -34,6 +34,7 @@
#include "gstomxh264dec.h"
#include "gstomxh263dec.h"
#include "gstomxvp8dec.h"
+#include "gstomxtheoradec.h"
#include "gstomxwmvdec.h"
#include "gstomxmpeg4videoenc.h"
#include "gstomxh264enc.h"
@@ -2331,6 +2332,9 @@ static const GGetTypeFunction types[] = {
#ifdef HAVE_VP8
, gst_omx_vp8_dec_get_type
#endif
+#ifdef HAVE_THEORA
+ , gst_omx_theora_dec_get_type
+#endif
};
struct TypeOffest