diff options
Diffstat (limited to 'ext/libmms')
-rw-r--r-- | ext/libmms/gstmms.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/libmms/gstmms.h b/ext/libmms/gstmms.h index a7c7b3dd..70aa7708 100644 --- a/ext/libmms/gstmms.h +++ b/ext/libmms/gstmms.h @@ -31,9 +31,9 @@ struct _GstMMS { GstPushSrc parent; - gchar *uri_name; - gpointer connection; - gpointer connection_h; + gchar *uri_name; + mms_t *connection; + mmsh_t *connection_h; }; struct _GstMMSClass |