From 8dbb65ff36d377364b935ef6274d939b1482da1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 31 May 2007 19:12:37 +0000 Subject: ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here as far as I can see. Original commit message from CVS: * ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here as far as I can see. * ext/mythtv/gstmythtvsrc.c: * ext/neon/gstneonhttpsrc.c: * gst/switch/gstswitch.c: Don't use gtk-doc magic markers for things that aren't meant to be parsed by gtk-doc. Makes gtk-doc complain a bit less. --- ext/libmms/gstmms.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/libmms') 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 -- cgit v1.2.1