diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2007-07-27 10:11:18 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-07-27 10:11:18 +0000 |
| commit | e98177afae404e443ae2c41c79a63caf2d3b89ea (patch) | |
| tree | 637195da3511bc260938c03f289b68b9c08e7140 | |
| parent | 9514778ec675545ba8b0b65a837dad4d04ef046e (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.
| -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 |
