diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-18 16:43:24 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-18 16:43:24 +0100 |
commit | 29a348efac72c02efdddfc4fc566b67de47f5616 (patch) | |
tree | b4673122b046f6d4d74639050ae648e83c6128b1 /omx | |
parent | 36e76faa05b82d715a18450bd8cc12abca17e080 (diff) | |
download | gst-omx-29a348efac72c02efdddfc4fc566b67de47f5616.tar.gz |
omx: Remove additional comma
Diffstat (limited to 'omx')
-rw-r--r-- | omx/gstomx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/omx/gstomx.c b/omx/gstomx.c index 4691d51..c3af1ff 100644 --- a/omx/gstomx.c +++ b/omx/gstomx.c @@ -2327,9 +2327,9 @@ static const GGetTypeFunction types[] = { gst_omx_h264_dec_get_type, gst_omx_h263_dec_get_type, 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_aac_enc_get_type, gst_omx_mjpeg_dec_get_type #ifdef HAVE_VP8 - , gst_omx_vp8_dec_get_type + , gst_omx_vp8_dec_get_type #endif }; |