From e98177afae404e443ae2c41c79a63caf2d3b89ea Mon Sep 17 00:00:00 2001
From: Wim Taymans <wim.taymans@gmail.com>
Date: Fri, 27 Jul 2007 10:11:18 +0000
Subject: [PATCH] gst/rtsp/gstrtspext.h: Fix include path for extension
 interface.

Original commit message from CVS:
* gst/rtsp/gstrtspext.h:
Fix include path for extension interface.
---
 ChangeLog             | 5 +++++
 gst/rtsp/gstrtspext.h | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3d305147dc..cf9042bcf0 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 e0b198c0ba..b02b9bb831 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