From 4a2df81cce30ebedf3eed4d25a34e5894e27763a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 11 Nov 2004 15:40:00 +0000 Subject: [PATCH] docs/manual/quotes.xml: add a quote Original commit message from CVS: * docs/manual/quotes.xml: add a quote * configure.ac: * gst/gst.c: * gst/gstinfo.c: add LIBDIR and move init message higher up so it's at the start --- ChangeLog | 9 ++ configure.ac | 4 + docs/manual/appendix-quotes.xml | 241 -------------------------------- docs/manual/quotes.xml | 12 ++ gst/gst.c | 8 +- gst/gstinfo.c | 6 +- 6 files changed, 33 insertions(+), 247 deletions(-) delete mode 100644 docs/manual/appendix-quotes.xml diff --git a/ChangeLog b/ChangeLog index ed2bf8b718..6b5f763ea4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-11-11 Thomas Vander Stichele + + * docs/manual/quotes.xml: + add a quote + * configure.ac: + * gst/gst.c: + * gst/gstinfo.c: + add LIBDIR and move init message higher up so it's at the start + 2004-11-08 Christian Fredrik Kalager Schaller * gst/schedulers/Makefile.am: fix disted build fair by including .h file diff --git a/configure.ac b/configure.ac index 446820ed8e..00145d3c0e 100644 --- a/configure.ac +++ b/configure.ac @@ -51,6 +51,10 @@ AS_AC_EXPAND(LOCALEDIR, $datadir/locale) AC_DEFINE_UNQUOTED([LOCALEDIR], "$LOCALEDIR", [gettext locale dir]) +dnl define LIBDIR so we can inform people where we live +AS_AC_EXPAND(LIBDIR, $libdir) +AC_DEFINE_UNQUOTED([LIBDIR], "$LIBDIR", + [library dir]) dnl decide on error flags dnl if we support -Wall, set it unconditionally diff --git a/docs/manual/appendix-quotes.xml b/docs/manual/appendix-quotes.xml deleted file mode 100644 index 710135c734..0000000000 --- a/docs/manual/appendix-quotes.xml +++ /dev/null @@ -1,241 +0,0 @@ - - Quotes from the Developers - - As well as being a cool piece of software, - GStreamer is a lively project, with - developers from around the globe very actively contributing. - We often hang out on the #gstreamer IRC channel on - irc.freenode.net: the following are a selection of amusing - No guarantee of sense of humour compatibility is given. - quotes from our conversations. - - - - - - 14 Oct 2004 - - - * zaheerm -wonders how he can break gstreamer today :) - - - ensonic: -zaheerm, spider is always a good starting point - - - - - - 14 Jun 2004 - - - teuf: ok, things work much better when I don't write incredibly stupid and buggy code - - - thaytan: I find that too - - - - - 23 Nov 2003 - - - Uraeus: ah yes, the sleeping part, my mind - is not multitasking so I was still thinking about exercise - - - dolphy: Uraeus: your mind is multitasking - - - dolphy: Uraeus: you just miss low latency patches - - - - - - 14 Sep 2002 - - - --- wingo-party is now known as - wingo - - - * wingo holds head - - - - - - 16 Feb 2001 - - - wtay: - I shipped a few commerical products to >40000 people now but - GStreamer is way more exciting... - - - - - 16 Feb 2001 - - - * - tool-man - is a gstreamer groupie - - - - - 14 Jan 2001 - - - Omega: - did you run ldconfig? maybe it talks to init? - - - wtay: - not sure, don't think so... - I did run gstreamer-register though :-) - - - Omega: - ah, that did it then ;-) - - - wtay: - right - - - Omega: - probably not, but in case GStreamer starts turning into an OS, someone please let me know? - - - - - 9 Jan 2001 - - - wtay: - me tar, you rpm? - - - wtay: - hehe, forgot "zan" - - - Omega: - ? - - - wtay: - me tar"zan", you ... - - - - - 7 Jan 2001 - - - Omega: - that means probably building an agreggating, cache-massaging - queue to shove N buffers across all at once, forcing cache - transfer. - - - wtay: - never done that before... - - - Omega: - nope, but it's easy to do in gstreamer <g> - - - wtay: - sure, I need to rewrite cp with gstreamer too, someday :-) - - - - - 7 Jan 2001 - - - wtay: - GStreamer; always at least one developer is awake... - - - - - 5/6 Jan 2001 - - - wtay: - we need to cut down the time to create an mp3 player down to - seconds... - - - richardb: - :) - - - Omega: - I'm wanting to something more interesting soon, I did the "draw an mp3 - player in 15sec" back in October '99. - - - wtay: - by the time Omega gets his hands on the editor, you'll see a - complete audio mixer in the editor :-) - - - richardb: - Well, it clearly has the potential... - - - Omega: - Working on it... ;-) - - - - - 28 Dec 2000 - - - MPAA: - We will sue you now, you have violated our IP rights! - - - wtay: - hehehe - - - MPAA: - How dare you laugh at us? We have lawyers! We have Congressmen! We have LARS! - - - wtay: - I'm so sorry your honor - - - MPAA: - Hrumph. - - - * - wtay - bows before thy - - - - - 4 Jun 2001 - - taaz: you witchdoctors and your voodoo mpeg2 black magic... - omega_: um. I count three, no four different cults there <g> - ajmitch: hehe - omega_: witchdoctors, voodoo, black magic, - omega_: and mpeg - - - - diff --git a/docs/manual/quotes.xml b/docs/manual/quotes.xml index 710135c734..e2704282e6 100644 --- a/docs/manual/quotes.xml +++ b/docs/manual/quotes.xml @@ -12,6 +12,18 @@ + + + 2 Nov 2004 + + + zaheerm: +wtay: unfair u fixed the bug i was using as a feature! + + + + + 14 Oct 2004 diff --git a/gst/gst.c b/gst/gst.c index 4627f2286b..65c8717dd6 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -337,7 +337,6 @@ gst_init_check_with_popt_table (int *argc, char **argv[], GST_DEBUG ("already initialized gst"); return TRUE; } - if (!argc || !argv) { if (argc || argv) g_warning ("gst_init: Only one of argc or argv was NULL"); @@ -486,6 +485,11 @@ init_pre (void) } } #endif + /* This is the earliest we can make stuff show up in the logs. + * So give some useful info about GStreamer here */ + GST_INFO ("Initializing GStreamer Core Library version %s", VERSION); + GST_INFO ("Using library from %s", LIBDIR); + #ifndef GST_DISABLE_REGISTRY { gchar *user_reg; @@ -578,8 +582,6 @@ init_post (void) llf = G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_ERROR | G_LOG_FLAG_FATAL; g_log_set_handler (g_log_domain_gstreamer, llf, debug_log_handler, NULL); - GST_INFO ("Initializing GStreamer Core Library version %s", VERSION); - _gst_format_initialize (); _gst_query_type_initialize (); gst_object_get_type (); diff --git a/gst/gstinfo.c b/gst/gstinfo.c index da74d9488b..e017ba7031 100644 --- a/gst/gstinfo.c +++ b/gst/gstinfo.c @@ -800,8 +800,8 @@ for_each_threshold_by_entry (gpointer data, gpointer user_data) * gst_debug_set_threshold_for_name: * @name: name of the categories to set * @level: level to set them to - * - * Sets all categories which match the gven glob style pattern to the given + * + * Sets all categories which match the given glob style pattern to the given * level. */ void @@ -827,7 +827,7 @@ gst_debug_set_threshold_for_name (const gchar * name, GstDebugLevel level) /** * gst_debug_unset_threshold_for_name: * @name: name of the categories to set - * + * * Resets all categories with the given name back to the default level. */ void