From b68bae9c2c5e832e47ce1348fa552adb0d933036 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 23 Oct 2006 22:08:35 +0000 Subject: [PATCH] Improve comment. --- .../src/modules/playlistExecutor/src/GstreamerPlayer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livesupport/src/modules/playlistExecutor/src/GstreamerPlayer.cxx b/livesupport/src/modules/playlistExecutor/src/GstreamerPlayer.cxx index a44940199..e9966e395 100644 --- a/livesupport/src/modules/playlistExecutor/src/GstreamerPlayer.cxx +++ b/livesupport/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%