summaryrefslogtreecommitdiff
path: root/core/multimedia
authorllornkcor <llornkcor>2002-04-23 00:04:57 (UTC)
committer llornkcor <llornkcor>2002-04-23 00:04:57 (UTC)
commit228dffdc2721ee13ca9491584d8cc46cd4807cc1 (patch) (side-by-side diff)
treeb0431ae74b7a64272748899c556165d194a09740 /core/multimedia
parentb3190f8be01fb364f89d9de0a0dddb9a5ccebe77 (diff)
downloadopie-228dffdc2721ee13ca9491584d8cc46cd4807cc1.zip
opie-228dffdc2721ee13ca9491584d8cc46cd4807cc1.tar.gz
opie-228dffdc2721ee13ca9491584d8cc46cd4807cc1.tar.bz2
config fix
Diffstat (limited to 'core/multimedia') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/libmad/libmadplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/libmad/libmadplugin.cpp b/core/multimedia/opieplayer/libmad/libmadplugin.cpp
index c744c6d..319e0ff 100644
--- a/core/multimedia/opieplayer/libmad/libmadplugin.cpp
+++ b/core/multimedia/opieplayer/libmad/libmadplugin.cpp
@@ -414,25 +414,25 @@ int LibMadPlugin::http_open(const QString& path ) {
info = QString(name + genre + url + bitrate + message).replace( QRegExp("\n"), " : " );
qDebug("Stream info: " + info);
return (tcp_sock);
}
bool LibMadPlugin::open( const QString& path ) {
debugMsg( "LibMadPlugin::open" );
- Config cfg("MediaPlayer");
+ Config cfg("OpiePlayer");
cfg.setGroup("Options");
bufferSize = cfg.readNumEntry("MPeg_BufferSize",MPEG_BUFFER_SIZE);
qDebug("buffer size is %d", bufferSize);
d->bad_last_frame = 0;
d->flush = TRUE;
info = QString( "" );
//qDebug( "Opening %s", path.latin1() );
if (path.left( 4 ) == "http" ) {
qDebug("Test2");