+2007-07-27 Wim Taymans <wim.taymans@gmail.com>
+
+ * gst/asfdemux/Makefile.am:
+ * gst/asfdemux/gstrtspwms.c: (gst_rtsp_wms_parse_sdp), (_do_init),
+ (gst_rtsp_wms_class_init):
+ * gst/realmedia/Makefile.am:
+ * gst/realmedia/rtspreal.c: (rtsp_ext_real_get_transports),
+ (rtsp_ext_real_before_send), (rtsp_ext_real_after_send),
+ (rtsp_ext_real_parse_sdp), (rtsp_ext_real_stream_select),
+ (_do_init), (gst_rtsp_real_class_init):
+ Fix include paths and link dependecies for rtsp extension.
+
2007-07-26 Wim Taymans <wim.taymans@gmail.com>
* gst/realmedia/Makefile.am:
libgstasf_la_SOURCES = gstasfdemux.c gstasf.c asfheaders.c asfpacket.c gstrtspwms.c
libgstasf_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
libgstasf_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)\
- -lgstriff-@GST_MAJORMINOR@ -lgstinterfaces-@GST_MAJORMINOR@ \
- -lgstrtsp-@GST_MAJORMINOR@ -lgstsdp-@GST_MAJORMINOR@
+ -lgstriff-@GST_MAJORMINOR@ -lgstrtsp-@GST_MAJORMINOR@ -lgstsdp-@GST_MAJORMINOR@
libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstasfdemux.h asfheaders.h asfpacket.h gstasfmux.h gstrtspwms.h
#include <string.h>
-#include <gst/interfaces/rtspextension.h>
+#include <gst/rtsp/gstrtspextension.h>
#include "gstrtspwms.h"
libgstrmdemux_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS)
libgstrmdemux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)\
- -lgstinterfaces-@GST_MAJORMINOR@ \
-lgstrtsp-@GST_MAJORMINOR@ -lgstsdp-@GST_MAJORMINOR@
libgstrmdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
#include <stdint.h>
#include <string.h>
-#include <gst/interfaces/rtspextension.h>
+#include <gst/rtsp/gstrtspextension.h>
#include <gst/rtsp/gstrtspbase64.h>
#include "rtspreal.h"