mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Use GST_ELEMENT_DETAILS for initialising GstElementDetails
Original commit message from CVS: Use GST_ELEMENT_DETAILS for initialising GstElementDetails
This commit is contained in:
parent
ecfac6c0f4
commit
77165869d3
1 changed files with 3 additions and 3 deletions
|
@ -25,12 +25,12 @@
|
|||
|
||||
#include "gstsmoothwave.h"
|
||||
|
||||
static GstElementDetails gst_smoothwave_details = {
|
||||
static GstElementDetails gst_smoothwave_details = GST_ELEMENT_DETAILS (
|
||||
"Smooth waveform",
|
||||
"Visualization",
|
||||
"Fading grayscale waveform display",
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
};
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>"
|
||||
);
|
||||
|
||||
|
||||
/* SmoothWave signals and args */
|
||||
|
|
Loading…
Reference in a new issue