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.
This commit is contained in:
parent
853bb7b5dd
commit
8dbb65ff36
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
|||||||
|
2007-05-31 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2007-05-30 Wim Taymans <wim@fluendo.com>
|
2007-05-30 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
@ -31,9 +31,9 @@ struct _GstMMS
|
|||||||
{
|
{
|
||||||
GstPushSrc parent;
|
GstPushSrc parent;
|
||||||
|
|
||||||
gchar *uri_name;
|
gchar *uri_name;
|
||||||
gpointer connection;
|
mms_t *connection;
|
||||||
gpointer connection_h;
|
mmsh_t *connection_h;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GstMMSClass
|
struct _GstMMSClass
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
/**
|
/*
|
||||||
* When using the LiveTV content, put the location URI in the following
|
* When using the LiveTV content, put the location URI in the following
|
||||||
* format:
|
* format:
|
||||||
*
|
*
|
||||||
|
@ -772,8 +772,7 @@ error:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/* Try to send the HTTP request to the Icecast server, and if possible deals with
|
||||||
* Try to send the HTTP request to the Icecast server, and if possible deals with
|
|
||||||
* all the probable redirections (HTTP status code == 302)
|
* all the probable redirections (HTTP status code == 302)
|
||||||
*/
|
*/
|
||||||
static gint
|
static gint
|
||||||
|
@ -27,8 +27,7 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
/**
|
/* This element allows runtime switching between many sources. It outputs a
|
||||||
* This element allows runtime switching between many sources. It outputs a
|
|
||||||
* new segment every time it switches. The input sources are expected to be
|
* new segment every time it switches. The input sources are expected to be
|
||||||
* rate controlled/live or synced to the clock using identity sync=true upstream
|
* rate controlled/live or synced to the clock using identity sync=true upstream
|
||||||
* of this element. If they are not, your cpu usage will hike up.
|
* of this element. If they are not, your cpu usage will hike up.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user