summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/gstreamer
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-08-19 07:59:57 (GMT)
committeraxis <qt-info@nokia.com>2009-08-19 08:02:19 (GMT)
commite0d00380975ffc5b0441927d88f6e966695b644c (patch)
tree89d5019a6423072cecb64be082e3221fda36d746 /src/3rdparty/phonon/gstreamer
parent4b8d6db43ba41597beb348a56239c30413ac4be3 (diff)
downloadQt-e0d00380975ffc5b0441927d88f6e966695b644c.zip
Qt-e0d00380975ffc5b0441927d88f6e966695b644c.tar.gz
Qt-e0d00380975ffc5b0441927d88f6e966695b644c.tar.bz2
Changed names and URLs to reflect name change.
RevBy: Trust me
Diffstat (limited to 'src/3rdparty/phonon/gstreamer')
-rw-r--r--src/3rdparty/phonon/gstreamer/backend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/gstreamer/backend.cpp b/src/3rdparty/phonon/gstreamer/backend.cpp
index d05f6a6..cd49454 100644
--- a/src/3rdparty/phonon/gstreamer/backend.cpp
+++ b/src/3rdparty/phonon/gstreamer/backend.cpp
@@ -60,7 +60,7 @@ Backend::Backend(QObject *parent, const QVariantList &)
setProperty("backendName", QLatin1String("Gstreamer"));
setProperty("backendComment", QLatin1String("Gstreamer plugin for Phonon"));
setProperty("backendVersion", QLatin1String("0.2"));
- setProperty("backendWebsite", QLatin1String("http://qtsoftware.com/"));
+ setProperty("backendWebsite", QLatin1String("http://qt.nokia.com/"));
//check if we should enable debug output
QString debugLevelString = qgetenv("PHONON_GST_DEBUG");