mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-28 18:18:38 +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
f45357b246
commit
1b6b3af9bb
2 changed files with 6 additions and 6 deletions
|
@ -25,12 +25,12 @@
|
||||||
|
|
||||||
#include "gstsmoothwave.h"
|
#include "gstsmoothwave.h"
|
||||||
|
|
||||||
static GstElementDetails gst_smoothwave_details = {
|
static GstElementDetails gst_smoothwave_details = GST_ELEMENT_DETAILS (
|
||||||
"Smooth waveform",
|
"Smooth waveform",
|
||||||
"Visualization",
|
"Visualization",
|
||||||
"Fading grayscale waveform display",
|
"Fading grayscale waveform display",
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
"Erik Walthinsen <omega@cse.ogi.edu>"
|
||||||
};
|
);
|
||||||
|
|
||||||
|
|
||||||
/* SmoothWave signals and args */
|
/* SmoothWave signals and args */
|
||||||
|
|
|
@ -25,12 +25,12 @@
|
||||||
|
|
||||||
#include "gstsmoothwave.h"
|
#include "gstsmoothwave.h"
|
||||||
|
|
||||||
static GstElementDetails gst_smoothwave_details = {
|
static GstElementDetails gst_smoothwave_details = GST_ELEMENT_DETAILS (
|
||||||
"Smooth waveform",
|
"Smooth waveform",
|
||||||
"Visualization",
|
"Visualization",
|
||||||
"Fading grayscale waveform display",
|
"Fading grayscale waveform display",
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
"Erik Walthinsen <omega@cse.ogi.edu>"
|
||||||
};
|
);
|
||||||
|
|
||||||
|
|
||||||
/* SmoothWave signals and args */
|
/* SmoothWave signals and args */
|
||||||
|
|
Loading…
Reference in a new issue