diff options
Diffstat (limited to 'gst/volume/gstvolume.c')
-rw-r--r-- | gst/volume/gstvolume.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gst/volume/gstvolume.c b/gst/volume/gstvolume.c index fdaaa38d..5beb4a4a 100644 --- a/gst/volume/gstvolume.c +++ b/gst/volume/gstvolume.c @@ -66,12 +66,10 @@ /* number of steps we use for the mixer interface to go from 0.0 to 1.0 */ # define VOLUME_STEPS 100 -static GstElementDetails volume_details = { - "Volume", - "Filter/Effect/Audio", - "Set volume on audio/raw streams", - "Andy Wingo <wingo@pobox.com>", -}; +static GstElementDetails volume_details = GST_ELEMENT_DETAILS ("Volume", + "Filter/Effect/Audio", + "Set volume on audio/raw streams", + "Andy Wingo <wingo@pobox.com>"); /* Filter signals and args */ enum |