Title: [157505] trunk/Source/WebCore
Revision
157505
Author
[email protected]
Date
2013-10-16 02:15:43 -0700 (Wed, 16 Oct 2013)

Log Message

[GStreamer] move Logging.h include to GStreamerUtilities.h
https://bugs.webkit.org/show_bug.cgi?id=122886

Reviewed by Gustavo Noronha Silva.

Include Logging.h from GStreamerUtilities.h so the modules using
the LOG_MEDIA macros don't need to bother, especially for Debug builds.

* platform/graphics/gstreamer/GStreamerUtilities.h:
* platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
* platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (157504 => 157505)


--- trunk/Source/WebCore/ChangeLog	2013-10-16 09:07:12 UTC (rev 157504)
+++ trunk/Source/WebCore/ChangeLog	2013-10-16 09:15:43 UTC (rev 157505)
@@ -1,3 +1,17 @@
+2013-10-16  Philippe Normand  <[email protected]>
+
+        [GStreamer] move Logging.h include to GStreamerUtilities.h
+        https://bugs.webkit.org/show_bug.cgi?id=122886
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Include Logging.h from GStreamerUtilities.h so the modules using
+        the LOG_MEDIA macros don't need to bother, especially for Debug builds.
+
+        * platform/graphics/gstreamer/GStreamerUtilities.h:
+        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
+        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:
+
 2013-10-16  Mark Rowe  <[email protected]>
 
         Fix the build after r157478.

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerUtilities.h (157504 => 157505)


--- trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerUtilities.h	2013-10-16 09:07:12 UTC (rev 157504)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerUtilities.h	2013-10-16 09:15:43 UTC (rev 157505)
@@ -16,6 +16,8 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#include "Logging.h"
+
 #define LOG_MEDIA_MESSAGE(...) do { \
     GST_DEBUG(__VA_ARGS__); \
     LOG_VERBOSE(Media, __VA_ARGS__); } while (0)

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp (157504 => 157505)


--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp	2013-10-16 09:07:12 UTC (rev 157504)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp	2013-10-16 09:15:43 UTC (rev 157505)
@@ -29,7 +29,6 @@
 #include "GStreamerUtilities.h"
 #include "GStreamerVersioning.h"
 #include "URL.h"
-#include "Logging.h"
 #include "MIMETypeRegistry.h"
 #include "MediaPlayer.h"
 #include "NotImplemented.h"

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp (157504 => 157505)


--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp	2013-10-16 09:07:12 UTC (rev 157504)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp	2013-10-16 09:15:43 UTC (rev 157505)
@@ -36,7 +36,6 @@
 #include "ImageGStreamer.h"
 #include "ImageOrientation.h"
 #include "IntRect.h"
-#include "Logging.h"
 #include "MediaPlayer.h"
 #include "NotImplemented.h"
 #include "VideoSinkGStreamer.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to