projects
/
platform
/
upstream
/
gst-omx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e76fa
)
omx: Remove additional comma
author
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Mon, 18 Mar 2013 15:43:24 +0000
(16:43 +0100)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Mon, 18 Mar 2013 15:43:24 +0000
(16:43 +0100)
omx/gstomx.c
patch
|
blob
|
history
diff --git
a/omx/gstomx.c
b/omx/gstomx.c
index 4691d516f28d6655bc16226a2f23c76e32b30c97..c3af1ff24c00ba65af75b713552e617ac0919666 100644
(file)
--- 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
};