aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-video-src.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-07-08 18:56:13 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-05 22:55:12 +0800
commita3faa867baeb51bb55e04fb507aaa45038f760a5 (patch)
tree3f548604cd6a9bb43838a433348fc1ad185d7827 /libempathy-gtk/empathy-video-src.c
parentf8c37da731af9f6cd74e7a0ef08fa02059d981ac (diff)
downloadgsoc2013-empathy-a3faa867baeb51bb55e04fb507aaa45038f760a5.tar
gsoc2013-empathy-a3faa867baeb51bb55e04fb507aaa45038f760a5.tar.gz
gsoc2013-empathy-a3faa867baeb51bb55e04fb507aaa45038f760a5.tar.bz2
gsoc2013-empathy-a3faa867baeb51bb55e04fb507aaa45038f760a5.tar.lz
gsoc2013-empathy-a3faa867baeb51bb55e04fb507aaa45038f760a5.tar.xz
gsoc2013-empathy-a3faa867baeb51bb55e04fb507aaa45038f760a5.tar.zst
gsoc2013-empathy-a3faa867baeb51bb55e04fb507aaa45038f760a5.zip
Fix constness of various variables and parameters
Diffstat (limited to 'libempathy-gtk/empathy-video-src.c')
-rw-r--r--libempathy-gtk/empathy-video-src.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-video-src.c b/libempathy-gtk/empathy-video-src.c
index 96324e06c..aa4d35ac2 100644
--- a/libempathy-gtk/empathy-video-src.c
+++ b/libempathy-gtk/empathy-video-src.c
@@ -29,8 +29,8 @@
G_DEFINE_TYPE(EmpathyGstVideoSrc, empathy_video_src, GST_TYPE_BIN)
/* Keep in sync with EmpathyGstVideoSrcChannel */
-static gchar *channel_names[NR_EMPATHY_GST_VIDEO_SRC_CHANNELS] = { "contrast",
- "brightness", "gamma" };
+static const gchar *channel_names[NR_EMPATHY_GST_VIDEO_SRC_CHANNELS] = {
+ "contrast", "brightness", "gamma" };
/* signal enum */
#if 0