diff options
Diffstat (limited to 'ext/gconf/gstgconfvideosrc.c')
-rw-r--r-- | ext/gconf/gstgconfvideosrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gconf/gstgconfvideosrc.c b/ext/gconf/gstgconfvideosrc.c index a613da63..093545e3 100644 --- a/ext/gconf/gstgconfvideosrc.c +++ b/ext/gconf/gstgconfvideosrc.c @@ -40,7 +40,7 @@ static void gst_gconf_video_src_base_init (gpointer klass) { GstElementClass *eklass = GST_ELEMENT_CLASS (klass); - GstElementDetails gst_gconf_video_src_details = + static const GstElementDetails gst_gconf_video_src_details = GST_ELEMENT_DETAILS ("GConf video source", "Source/Video", "Video source embedding the GConf-settings for video input", |