diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/rtsp/gstrtspext.h | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |