summaryrefslogtreecommitdiff
path: root/omx/gstomx.c
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomx.c')
-rw-r--r--omx/gstomx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/omx/gstomx.c b/omx/gstomx.c
index d611de3..9a77e5b 100644
--- a/omx/gstomx.c
+++ b/omx/gstomx.c
@@ -39,6 +39,7 @@
#include "gstomxmpeg4videoenc.h"
#include "gstomxh264enc.h"
#include "gstomxh263enc.h"
+#include "gstomxaacdec.h"
#include "gstomxmp3dec.h"
#include "gstomxaacenc.h"
#include "gstomxanalogaudiosink.h"
@@ -2246,7 +2247,7 @@ static const GGetTypeFunction types[] = {
gst_omx_wmv_dec_get_type, gst_omx_mpeg4_video_enc_get_type,
gst_omx_h264_enc_get_type, gst_omx_h263_enc_get_type,
gst_omx_aac_enc_get_type, gst_omx_mjpeg_dec_get_type,
- gst_omx_mp3_dec_get_type
+ gst_omx_aac_dec_get_type, gst_omx_mp3_dec_get_type
#ifdef HAVE_VP8
, gst_omx_vp8_dec_get_type
#endif