X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fschannel.h;h=fee87b1c577ad7feeb56f9324f787289f8ef8e45;hb=b026b1ac697815f2bd67e11a8718478dc1d3aed6;hp=6ec0ce31e7e6daec57a23428d0eb97819fca1d66;hpb=b0252a8b56857ed60e69974d02803620bf93ede1;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/schannel.h b/libchimara/schannel.h index 6ec0ce3..fee87b1 100644 --- a/libchimara/schannel.h +++ b/libchimara/schannel.h @@ -1,9 +1,13 @@ #ifndef __SCHANNEL_H__ #define __SCHANNEL_H__ +#include #include #include "glk.h" #include "gi_dispa.h" +#ifdef GSTREAMER_SOUND +#include +#endif struct glk_schannel_struct { @@ -13,6 +17,11 @@ struct glk_schannel_struct /* Pointer to the list node in the global sound channel list that contains this sound channel */ GList *schannel_list; + +#ifdef GSTREAMER_SOUND + /* Each sound channel is represented as a GStreamer pipeline. */ + GstElement *pipeline, *source, *filter, *sink; +#endif }; #endif \ No newline at end of file