summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-18 16:43:24 +0100
committerJosep Torra <n770galaxy@gmail.com>2013-03-22 09:53:04 +0100
commitf47052cb62338cacd52803e4e5ba99b5fa75d188 (patch)
tree3e25752f125b6b31d7b3a54cffc2a563fc36164b
parent06627530039baecf84c37f276f62b8781227a941 (diff)
downloadgst-omx-f47052cb62338cacd52803e4e5ba99b5fa75d188.tar.gz
omx: Remove additional comma
-rw-r--r--omx/gstomx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/omx/gstomx.c b/omx/gstomx.c
index a132595..41b0a54 100644
--- a/omx/gstomx.c
+++ b/omx/gstomx.c
@@ -2336,9 +2336,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
};