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:
c3bcc43
)
omx: Mark an array as const
author
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Tue, 12 Feb 2013 10:44:40 +0000
(11:44 +0100)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Tue, 12 Feb 2013 10:44:40 +0000
(11:44 +0100)
omx/gstomx.c
patch
|
blob
|
history
diff --git
a/omx/gstomx.c
b/omx/gstomx.c
index 9c46413901ef8c1631d9394b8026cfcdfcd2c5ac..095d7ccd36788e907a4ab88cff86e88b53e75222 100644
(file)
--- a/
omx/gstomx.c
+++ b/
omx/gstomx.c
@@
-2148,7
+2148,7
@@
done:
return err;
}
-static GType (*types[]) (void) = {
+static
const
GType (*types[]) (void) = {
gst_omx_mpeg2_dec_get_type, gst_omx_mpeg4_video_dec_get_type,
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,