mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
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.
This commit is contained in:
parent
9514778ec6
commit
e98177afae
2 changed files with 6 additions and 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>
|
2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* gst/audiofx/audioamplify.h:
|
* gst/audiofx/audioamplify.h:
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
#define __GST_RTSP_EXT_H__
|
#define __GST_RTSP_EXT_H__
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/interfaces/rtspextension.h>
|
#include <gst/rtsp/gstrtspextension.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue