summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst/rtsp/gstrtspext.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d305147..cf9042bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-27 Wim Taymans <wim.taymans@gmail.com>
+
+ * gst/rtsp/gstrtspext.h:
+ Fix include path for extension interface.
+
2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
* gst/audiofx/audioamplify.h:
diff --git a/gst/rtsp/gstrtspext.h b/gst/rtsp/gstrtspext.h
index e0b198c0..b02b9bb8 100644
--- a/gst/rtsp/gstrtspext.h
+++ b/gst/rtsp/gstrtspext.h
@@ -44,7 +44,7 @@
#define __GST_RTSP_EXT_H__
#include <gst/gst.h>
-#include <gst/interfaces/rtspextension.h>
+#include <gst/rtsp/gstrtspextension.h>
G_BEGIN_DECLS