[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bphonon-gstreamer=5D_gstreamer=3A_s/null/0?=
From:       Harald Sitter <sitter () kde ! org>
Date:       2011-04-21 14:54:15
Message-ID: 20110421145415.46995A60A4 () git ! kde ! org
[Download RAW message or body]

Git commit 4c28a3f05eb74bb238eb14e7da05436ef7ee4a7d by Harald Sitter.
Committed on 21/04/2011 at 16:53.
Pushed by sitter into branch 'master'.

s/null/0

M  +3    -3    gstreamer/plugininstaller.cpp     

http://commits.kde.org/phonon-gstreamer/4c28a3f05eb74bb238eb14e7da05436ef7ee4a7d

diff --git a/gstreamer/plugininstaller.cpp b/gstreamer/plugininstaller.cpp
index fa9a1cf..6688789 100644
--- a/gstreamer/plugininstaller.cpp
+++ b/gstreamer/plugininstaller.cpp
@@ -53,7 +53,7 @@ QString PluginInstaller::description(const GstCaps *caps, \
PluginType type)  #ifdef PLUGIN_INSTALL_API
     if (init()) {
         QString pluginStr;
-        gchar *pluginDesc = NULL;
+        gchar *pluginDesc = 0;
         switch(type) {
             case Decoder:
                 pluginDesc = gst_pb_utils_get_decoder_description(caps);
@@ -83,7 +83,7 @@ QString PluginInstaller::description(const gchar *name, PluginType \
type)  #ifdef PLUGIN_INSTALL_API
     if (init()) {
         QString pluginStr;
-        gchar *pluginDesc = NULL;
+        gchar *pluginDesc = 0;
         switch(type) {
             case Source:
                 pluginDesc = gst_pb_utils_get_source_description(name);
@@ -177,7 +177,7 @@ void PluginInstaller::run()
         details[i] = strdup(buildInstallationString(caps, \
m_capList[caps]).toLocal8Bit().data());  i++;
     }
-    details[i] = NULL;
+    details[i] = 0;
 
     GstInstallPluginsReturn status;
     status = gst_install_plugins_async(details, ctx, pluginInstallationDone, new \
QPointer<PluginInstaller>(this));


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic