From 47b3e2452d6c4a6625bc32518579abbb279a74df Mon Sep 17 00:00:00 2001 From: Josep Torre Valles Date: Wed, 8 Aug 2007 15:15:56 +0000 Subject: Add connection speed property to libmms. Fixes #464678. Original commit message from CVS: Patch by: Josep Torre Valles * docs/plugins/gst-plugins-bad-plugins.args: * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init), (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property): * ext/libmms/gstmms.h: Add connection speed property to libmms. Fixes #464678. --- ext/libmms/gstmms.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/libmms/gstmms.h') diff --git a/ext/libmms/gstmms.h b/ext/libmms/gstmms.h index 70aa7708..7e7143a4 100644 --- a/ext/libmms/gstmms.h +++ b/ext/libmms/gstmms.h @@ -32,6 +32,8 @@ struct _GstMMS GstPushSrc parent; gchar *uri_name; + guint connection_speed; + mms_t *connection; mmsh_t *connection_h; }; -- cgit v1.2.1