Work on sound support
[projects/chimara/chimara.git] / libchimara / schannel.h
index 8970c97bcddb5390411f1019483929dc0eab37a1..846f13ef0e7381458683ed8b70601d8680a90911 100644 (file)
@@ -20,7 +20,7 @@ struct glk_schannel_struct
 
 #ifdef GSTREAMER_SOUND
        /* Each sound channel is represented as a GStreamer pipeline.  */
-       GstElement *pipeline, *source, *typefind, *decode, *filter, *sink;
+       GstElement *pipeline, *source, *typefind, *demux, *decode, *convert, *filter, *sink;
 #endif
 };