gstreamer/tests/old/examples/mixer/mixer.h
Thomas Vander Stichele 64f5e810a1 header for mixer.c, containing input_pipe_t
Original commit message from CVS:
header for mixer.c, containing input_pipe_t
2001-04-17 17:48:19 +00:00

13 lines
180 B
C

/*
* mixer.h header file
* thomas@apestaart.org
*/
typedef struct
{
GstElement *pipe;
GstElement *disksrc;
GstElement *decoder;
GstElement *volenv;
} input_pipe_t;