libs/gst/net/gstnettimeprovider.c: fix docs

Original commit message from CVS:

* libs/gst/net/gstnettimeprovider.c:
fix docs
* win32/common/config.h:
update
This commit is contained in:
Thomas Vander Stichele 2006-03-12 20:40:19 +00:00
parent a93efc69ba
commit 1fc26101c0
3 changed files with 15 additions and 8 deletions

View file

@ -1,3 +1,10 @@
2006-03-12 Thomas Vander Stichele <thomas at apestaart dot org>
* libs/gst/net/gstnettimeprovider.c:
fix docs
* win32/common/config.h:
update
2006-03-12 Tim-Philipp Müller <tim at centricular dot net> 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Julio M. Merino Vidal <jmmv at netbsd org> Patch by: Julio M. Merino Vidal <jmmv at netbsd org>

View file

@ -25,10 +25,10 @@
* This object exposes the time of a #GstClock on the network. * This object exposes the time of a #GstClock on the network.
* *
* A #GstNetTimeProvider is created with gst_net_time_provider_new() which * A #GstNetTimeProvider is created with gst_net_time_provider_new() which
* takes a #GstClock, an address and a port numner as arguments. * takes a #GstClock, an address and a port number as arguments.
* *
* After creating the object, a client clock such as #GstNetClientClock can * After creating the object, a client clock such as #GstNetClientClock can
* query the exposed clock for its values. * query the exposed clock over the network for its values.
* *
* The #GstNetTimeProvider typically wraps the clock used by a #GstPipeline. * The #GstNetTimeProvider typically wraps the clock used by a #GstPipeline.
* *
@ -453,11 +453,11 @@ gst_net_time_provider_stop (GstNetTimeProvider * self)
* @clock: a #GstClock to export over the network * @clock: a #GstClock to export over the network
* @address: an address to bind on as a dotted quad (xxx.xxx.xxx.xxx), or NULL * @address: an address to bind on as a dotted quad (xxx.xxx.xxx.xxx), or NULL
* to bind to all addresses * to bind to all addresses
* @port: a port to bind on, or -1 to let the kernel choose * @port: a port to bind on, or 0 to let the kernel choose
* *
* Allows network clients to get the current time of @clock. * Allows network clients to get the current time of @clock.
* *
* Returns: The new #GstNetTimeProvider, or NULL on error. * Returns: the new #GstNetTimeProvider, or NULL on error
*/ */
GstNetTimeProvider * GstNetTimeProvider *
gst_net_time_provider_new (GstClock * clock, const gchar * address, gint port) gst_net_time_provider_new (GstClock * clock, const gchar * address, gint port)

View file

@ -21,7 +21,7 @@
#undef GST_GCOV_ENABLED #undef GST_GCOV_ENABLED
/* Default errorlevel to use */ /* Default errorlevel to use */
#define GST_LEVEL_DEFAULT GST_LEVEL_NONE #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
/* GStreamer license */ /* GStreamer license */
#define GST_LICENSE "LGPL" #define GST_LICENSE "LGPL"
@ -30,10 +30,10 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
/* package name in plugins */ /* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer source release" #define GST_PACKAGE_NAME "GStreamer CVS/prerelease"
/* Define the version */ /* Define the version */
#define GST_VERSION "0.10.4" #define GST_VERSION "0.10.4.1"
/* Define the MAJOR.MINOR version */ /* Define the MAJOR.MINOR version */
#define GST_MAJORMINOR "0.10" #define GST_MAJORMINOR "0.10"
@ -216,7 +216,7 @@
#undef USE_POISONING #undef USE_POISONING
/* Version number of package */ /* Version number of package */
#define VERSION "0.10.4" #define VERSION "0.10.4.1"
/* Define to 1 if your processor stores words with the most significant byte /* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */ first (like Motorola and SPARC, unlike Intel and VAX). */