ekiga r7112 - in trunk: . lib/engine/components/gstreamer



Author: jpuydt
Date: Sun Sep 28 09:21:40 2008
New Revision: 7112
URL: http://svn.gnome.org/viewvc/ekiga?rev=7112&view=rev

Log:
Added some includes ; they look sane now.

Modified:
   trunk/ChangeLog
   trunk/lib/engine/components/gstreamer/gst-audioinput.cpp
   trunk/lib/engine/components/gstreamer/gst-audioinput.h
   trunk/lib/engine/components/gstreamer/gst-main.cpp
   trunk/lib/engine/components/gstreamer/gst-videoinput.cpp
   trunk/lib/engine/components/gstreamer/gst-videoinput.h

Modified: trunk/lib/engine/components/gstreamer/gst-audioinput.cpp
==============================================================================
--- trunk/lib/engine/components/gstreamer/gst-audioinput.cpp	(original)
+++ trunk/lib/engine/components/gstreamer/gst-audioinput.cpp	Sun Sep 28 09:21:40 2008
@@ -42,6 +42,8 @@
 #include <gst/interfaces/propertyprobe.h>
 #include <gst/app/gstappsink.h>
 
+#include <string.h>
+
 GST::AudioInputManager::AudioInputManager ()
 {
   detect_devices ();

Modified: trunk/lib/engine/components/gstreamer/gst-audioinput.h
==============================================================================
--- trunk/lib/engine/components/gstreamer/gst-audioinput.h	(original)
+++ trunk/lib/engine/components/gstreamer/gst-audioinput.h	Sun Sep 28 09:21:40 2008
@@ -39,8 +39,11 @@
 #define __GST_AUDIOINPUT_H__
 
 #include "audioinput-manager.h"
+
 #include <gst/gst.h>
 
+#include <map>
+
 namespace GST
 {
   class AudioInputManager: public Ekiga::AudioInputManager

Modified: trunk/lib/engine/components/gstreamer/gst-main.cpp
==============================================================================
--- trunk/lib/engine/components/gstreamer/gst-main.cpp	(original)
+++ trunk/lib/engine/components/gstreamer/gst-main.cpp	Sun Sep 28 09:21:40 2008
@@ -36,6 +36,10 @@
  */
 
 #include "gst-main.h"
+
+#include "videoinput-core.h"
+#include "audioinput-core.h"
+
 #include "gst-videoinput.h"
 #include "gst-audioinput.h"
 

Modified: trunk/lib/engine/components/gstreamer/gst-videoinput.cpp
==============================================================================
--- trunk/lib/engine/components/gstreamer/gst-videoinput.cpp	(original)
+++ trunk/lib/engine/components/gstreamer/gst-videoinput.cpp	Sun Sep 28 09:21:40 2008
@@ -42,6 +42,8 @@
 #include <gst/interfaces/propertyprobe.h>
 #include <gst/app/gstappsink.h>
 
+#include <string.h>
+
 GST::VideoInputManager::VideoInputManager (): pipeline(NULL)
 {
   detect_devices (); // or we won't recognize the devices we'll be asked to use

Modified: trunk/lib/engine/components/gstreamer/gst-videoinput.h
==============================================================================
--- trunk/lib/engine/components/gstreamer/gst-videoinput.h	(original)
+++ trunk/lib/engine/components/gstreamer/gst-videoinput.h	Sun Sep 28 09:21:40 2008
@@ -40,6 +40,7 @@
 
 #include "videoinput-manager.h"
 #include <gst/gst.h>
+#include <map>
 
 namespace GST
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]