goom — Takes frames of data and outputs video frames using the GOOM filter
GstGoom;
GObject +----GInitiallyUnowned +----GstObject +----GstElement +----GstGoom
Goom is an audio visualisation element. It creates warping structures based on the incoming audio signal.
1
gst-launch-1.0 -v audiotestsrc ! goom ! videoconvert ! xvimagesink
typedef struct _GstGoom GstGoom;