docs/gst/gstreamer.types: fix includes, though they are a little dinky
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 18:21:17 +0000 (18:21 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 18:21:17 +0000 (18:21 +0000)
Original commit message from CVS:

* docs/gst/gstreamer.types:
fix includes, though they are a little dinky

ChangeLog
docs/gst/gstreamer.types

index d139508..1051032 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * docs/gst/gstreamer.types:
+         fix includes, though they are a little dinky
+
 2005-11-29  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
 
        * check/Makefile.am:
index 33ccbf6..67a2b03 100644 (file)
@@ -59,10 +59,10 @@ gst_net_time_provider_get_type
 
 % elements
 
-#include <gst/elements/gstfakesrc.h>
-#include <gst/elements/gstfakesink.h>
-#include <gst/elements/gstfilesrc.h>
-#include <gst/elements/gstfilesink.h>
+#include <plugins/elements/gstfakesrc.h>
+#include <plugins/elements/gstfakesink.h>
+#include <plugins/elements/gstfilesrc.h>
+#include <plugins/elements/gstfilesink.h>
 
 gst_fake_src_get_type
 gst_fake_sink_get_type