Working on sound
[projects/chimara/chimara.git] / libchimara / schannel.h
index fee87b1c577ad7feeb56f9324f787289f8ef8e45..8970c97bcddb5390411f1019483929dc0eab37a1 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, *filter, *sink;
+       GstElement *pipeline, *source, *typefind, *decode, *filter, *sink;
 #endif
 };