From 1fc26101c08903cf2d6e1af7868a0258defdf5ea Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 12 Mar 2006 20:40:19 +0000 Subject: [PATCH] libs/gst/net/gstnettimeprovider.c: fix docs Original commit message from CVS: * libs/gst/net/gstnettimeprovider.c: fix docs * win32/common/config.h: update --- ChangeLog | 7 +++++++ libs/gst/net/gstnettimeprovider.c | 8 ++++---- win32/common/config.h | 8 ++++---- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index ebcc544..17396fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-03-12 Thomas Vander Stichele + + * libs/gst/net/gstnettimeprovider.c: + fix docs + * win32/common/config.h: + update + 2006-03-12 Tim-Philipp Müller Patch by: Julio M. Merino Vidal diff --git a/libs/gst/net/gstnettimeprovider.c b/libs/gst/net/gstnettimeprovider.c index 3cf8daa..3ad1047 100644 --- a/libs/gst/net/gstnettimeprovider.c +++ b/libs/gst/net/gstnettimeprovider.c @@ -25,10 +25,10 @@ * This object exposes the time of a #GstClock on the network. * * 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 - * 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. * @@ -453,11 +453,11 @@ gst_net_time_provider_stop (GstNetTimeProvider * self) * @clock: a #GstClock to export over the network * @address: an address to bind on as a dotted quad (xxx.xxx.xxx.xxx), or NULL * 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. * - * Returns: The new #GstNetTimeProvider, or NULL on error. + * Returns: the new #GstNetTimeProvider, or NULL on error */ GstNetTimeProvider * gst_net_time_provider_new (GstClock * clock, const gchar * address, gint port) diff --git a/win32/common/config.h b/win32/common/config.h index b3d4312..47945b1 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -21,7 +21,7 @@ #undef GST_GCOV_ENABLED /* Default errorlevel to use */ -#define GST_LEVEL_DEFAULT GST_LEVEL_NONE +#define GST_LEVEL_DEFAULT GST_LEVEL_ERROR /* GStreamer license */ #define GST_LICENSE "LGPL" @@ -30,10 +30,10 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer source release" +#define GST_PACKAGE_NAME "GStreamer CVS/prerelease" /* Define the version */ -#define GST_VERSION "0.10.4" +#define GST_VERSION "0.10.4.1" /* Define the MAJOR.MINOR version */ #define GST_MAJORMINOR "0.10" @@ -216,7 +216,7 @@ #undef USE_POISONING /* 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 first (like Motorola and SPARC, unlike Intel and VAX). */ -- 2.7.4