summaryrefslogtreecommitdiffstats
path: root/gst/oldcore/gstfdsink.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/oldcore/gstfdsink.c')
-rw-r--r--gst/oldcore/gstfdsink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/oldcore/gstfdsink.c b/gst/oldcore/gstfdsink.c
index 1d2ad11c..12da6857 100644
--- a/gst/oldcore/gstfdsink.c
+++ b/gst/oldcore/gstfdsink.c
@@ -37,7 +37,7 @@ static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
GST_DEBUG_CATEGORY_STATIC (gst_fdsink_debug);
#define GST_CAT_DEFAULT gst_fdsink_debug
-GstElementDetails gst_fdsink_details =
+static const GstElementDetails gst_fdsink_details =
GST_ELEMENT_DETAILS ("Filedescriptor Sink",
"Sink/File",
"Write data to a file descriptor",