From a99d3f8769ed3fd1266d5216ecefebfd1bdcf663 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 28 Jan 2009 12:29:42 +0200 Subject: Update and add documentation for plugins with no deps (gst). Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. --- win32/common/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'win32') diff --git a/win32/common/config.h b/win32/common/config.h index cd8992ae..17299c99 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -21,7 +21,7 @@ #undef ENABLE_NLS /* gettext package name */ -#define GETTEXT_PACKAGE "gst-plugins-good-0.10" +#define GETTEXT_PACKAGE "NULL" /* PREFIX - specifically added for Windows for easier moving */ #define PREFIX "C:\\gstreamer" @@ -39,7 +39,7 @@ #define GST_PACKAGE_NAME "GStreamer Good Plug-ins CVS/prerelease" /* package origin */ -#define GST_PACKAGE_ORIGIN "Unknown package origin" +#define GST_PACKAGE_ORIGIN "http://gstreamer.freedesktop.org" /* support for features: aasink */ #define HAVE_AALIB @@ -278,4 +278,4 @@ /* Define socklen_t as it seems to be not defined in default VS setup */ #ifndef socklen_t typedef int socklen_t; -#endif +#endif \ No newline at end of file -- cgit