diff options
Diffstat (limited to 'sys/directsound/gstdirectsoundsink.c')
-rw-r--r-- | sys/directsound/gstdirectsoundsink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/directsound/gstdirectsoundsink.c b/sys/directsound/gstdirectsoundsink.c index 7d90f697..fc8e4577 100644 --- a/sys/directsound/gstdirectsoundsink.c +++ b/sys/directsound/gstdirectsoundsink.c @@ -34,7 +34,7 @@ GST_DEBUG_CATEGORY_STATIC (directsoundsink_debug); #define GST_CAT_DEFAULT directsoundsink_debug /* elementfactory information */ -static GstElementDetails gst_directsoundsink_details = +static const GstElementDetails gst_directsoundsink_details = GST_ELEMENT_DETAILS ("Audio Sink (DIRECTSOUND)", "Sink/Audio", "Output to a sound card via DIRECTSOUND", |