mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
4d3b1472e7
Original commit message from CVS: Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc location=/opt/data/south.mp3 ! mad ! tee silent=true src%d! goom ! colorspace ! xvideosink tee0.src%d! osssink
15 lines
299 B
C
15 lines
299 B
C
/*
|
|
* lines.h
|
|
* iGoom
|
|
*
|
|
* Created by guillaum on Tue Aug 14 2001.
|
|
* Copyright (c) 2001 ios. All rights reserved.
|
|
*
|
|
*/
|
|
#include <glib.h>
|
|
|
|
#include "graphic.h"
|
|
|
|
void goom_lines(gint16 data [2][512], unsigned int ID,unsigned int* p, guint32 power);
|
|
void goom_lines_conf(gint16 config [25]);
|
|
|