summaryrefslogtreecommitdiffstats
path: root/ext/libmms/gstmms.h
diff options
context:
space:
mode:
authorHans de Goede <jwrdegoede@fedoraproject.org>2009-01-23 11:50:29 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-01-23 11:50:29 +0100
commit20b715ac7970681bd38ce26c4b8f0a076229a88c (patch)
tree9f7e10dd39bd2c251fdf2d321402d7ec20a36f72 /ext/libmms/gstmms.h
parenteac03fc77e1cde1a67bbad15747afcb3b976ad9b (diff)
downloadgst-plugins-bad-20b715ac7970681bd38ce26c4b8f0a076229a88c.tar.gz
gst-plugins-bad-20b715ac7970681bd38ce26c4b8f0a076229a88c.tar.bz2
gst-plugins-bad-20b715ac7970681bd38ce26c4b8f0a076229a88c.zip
Add seeking support to mmssrc. Fixes bug #469930.
Add proper seeking support to mmssrc and clean up some code. This requires libmms >= 0.4.
Diffstat (limited to 'ext/libmms/gstmms.h')
-rw-r--r--ext/libmms/gstmms.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ext/libmms/gstmms.h b/ext/libmms/gstmms.h
index 7e7143a4..5410cc15 100644
--- a/ext/libmms/gstmms.h
+++ b/ext/libmms/gstmms.h
@@ -6,8 +6,7 @@
#define __GST_MMS_H__
#include <gst/gst.h>
-#include <libmms/mms.h>
-#include <libmms/mmsh.h>
+#include <libmms/mmsx.h>
#include <gst/base/gstpushsrc.h>
G_BEGIN_DECLS
@@ -32,10 +31,10 @@ struct _GstMMS
GstPushSrc parent;
gchar *uri_name;
+ gchar *current_connection_uri_name;
guint connection_speed;
- mms_t *connection;
- mmsh_t *connection_h;
+ mmsx_t *connection;
};
struct _GstMMSClass