summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspext.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-07-27 10:11:18 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-07-27 10:11:18 +0000
commite98177afae404e443ae2c41c79a63caf2d3b89ea (patch)
tree637195da3511bc260938c03f289b68b9c08e7140 /gst/rtsp/gstrtspext.h
parent9514778ec675545ba8b0b65a837dad4d04ef046e (diff)
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.
Diffstat (limited to 'gst/rtsp/gstrtspext.h')
-rw-r--r--gst/rtsp/gstrtspext.h2
1 files changed, 1 insertions, 1 deletions
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