From 0410b00f680b2c85edadcaa0d9fe7cb07c95b1f7 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 24 Oct 2006 08:09:27 +0000 Subject: [PATCH] Improve comment. --- campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx b/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx index a698604dc..6f936d44b 100644 --- a/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx +++ b/campcaster/src/modules/playlistExecutor/src/GstreamerPlayer.cxx @@ -288,7 +288,7 @@ GstreamerPlayer :: open(const std::string fileUrl) gst_element_unlink(decoder, fakesink); gst_object_unref(GST_OBJECT(pipe)); - // not sure what this does, but it seems important + // converts between different audio formats (e.g. bitrate) audioconvert = gst_element_factory_make("audioconvert", NULL); // reduce the volume to 80%