[gstreamermm: 50/167] improved include statements



commit 8a44774d841a40f93a7dc628a888b45c1946be85
Author: Marcin Kolny at Flytronic <marcin kolny flytronic pl>
Date:   Fri Jul 26 13:17:27 2013 +0200

    improved include statements

 gstreamer/src/navigation.ccg   |    2 +-
 gstreamer/src/navigation.hg    |    2 +-
 gstreamer/src/streamvolume.ccg |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer/src/navigation.ccg b/gstreamer/src/navigation.ccg
index 0e651b7..c229b6e 100644
--- a/gstreamer/src/navigation.ccg
+++ b/gstreamer/src/navigation.ccg
@@ -18,7 +18,7 @@
  */
 
 #include <gstreamermm/structure.h>
-#include <gst/interfaces/interfaces-enumtypes.h>
+#include <gst/video/video-enumtypes.h>
 
 namespace Gst
 {
diff --git a/gstreamer/src/navigation.hg b/gstreamer/src/navigation.hg
index 3bfe214..3a3a8dd 100644
--- a/gstreamer/src/navigation.hg
+++ b/gstreamer/src/navigation.hg
@@ -17,7 +17,7 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <gst/interfaces/navigation.h>
+#include <gst/video/navigation.h>
 #include <glibmm/interface.h>
 
 _DEFS(gstreamermm,gst)
diff --git a/gstreamer/src/streamvolume.ccg b/gstreamer/src/streamvolume.ccg
index 3179454..1a5d846 100644
--- a/gstreamer/src/streamvolume.ccg
+++ b/gstreamer/src/streamvolume.ccg
@@ -17,4 +17,4 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <gst/interfaces/interfaces-enumtypes.h>
+#include <gst/video/video-enumtypes.h>


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