diff options
Diffstat (limited to 'sys/ximagesrc')
-rw-r--r-- | sys/ximagesrc/ximagesrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ximagesrc/ximagesrc.c b/sys/ximagesrc/ximagesrc.c index 2c8399ea..58292716 100644 --- a/sys/ximagesrc/ximagesrc.c +++ b/sys/ximagesrc/ximagesrc.c @@ -60,7 +60,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_debug_ximagesrc); #define GST_CAT_DEFAULT gst_debug_ximagesrc /* elementfactory information */ -static GstElementDetails ximagesrc_details = +static const GstElementDetails ximagesrc_details = GST_ELEMENT_DETAILS ("Ximage video source", "Source/Video", "Creates a screenshot video stream", |