summaryrefslogtreecommitdiffstats
path: root/ext/libmms/gstmms.h
diff options
context:
space:
mode:
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