From b807857c466438fc1e9caf649c933a8724553c8e Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Tue, 17 Dec 2002 17:40:42 +0000 Subject: [PATCH] email addr update Original commit message from CVS: email addr update --- AUTHORS | 2 +- ChangeLog | 28 +++++++++++++++++++--------- autogen.sh | 4 ++-- examples/gst/cp.py | 2 +- examples/gst/dvdplay.py | 2 +- examples/gst/f2f.py | 2 +- examples/gst/identity.py | 2 +- examples/gst/ilat.py | 2 +- examples/gst/lat.py | 2 +- examples/gst/oggplay.py | 2 +- examples/gst/rot13.py | 2 +- examples/gstreamer/cp.py | 2 +- examples/gstreamer/dvdplay.py | 2 +- examples/gstreamer/f2f.py | 2 +- examples/gstreamer/identity.py | 2 +- examples/gstreamer/ilat.py | 2 +- examples/gstreamer/lat.py | 2 +- examples/gstreamer/oggplay.py | 2 +- examples/gstreamer/rot13.py | 2 +- gst-python.spec.in | 2 +- gst/__init__.py | 2 +- gst/gstmodule.c | 2 +- gst/gstreamer-arg-types.py | 2 +- gst/gstreamer-fixes.c | 2 +- gst/gstreamer-fixes.h | 2 +- gst/gstreamermodule.c | 2 +- gstreamer/__init__.py | 2 +- gstreamer/gstmodule.c | 2 +- gstreamer/gstreamer-arg-types.py | 2 +- gstreamer/gstreamer-fixes.c | 2 +- gstreamer/gstreamer-fixes.h | 2 +- gstreamer/gstreamermodule.c | 2 +- 32 files changed, 51 insertions(+), 41 deletions(-) diff --git a/AUTHORS b/AUTHORS index d25f1e239f..de4e88a3b9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,6 @@ gst-python authors: -David I. Lehn +David I. Lehn Much of the framework for gst-python stolen from gtk and gconf bindings by: diff --git a/ChangeLog b/ChangeLog index cd83b262fc..5b2db4ee3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,14 @@ -2002-11-07 David I. Lehn +2002-12-17 David I. Lehn + + * gstreamer/gstreamer.override: add wrapper for gst_element_set_state + to release GIT lock + +2002-12-14 David I. Lehn + + * configure.ac: bump gstreamer version to 0.5.0 + * *: update to use sourceforge email address + +2002-11-07 David I. Lehn * configure.ac: bump gstreamer version to 0.4.2, bump pygtk version to 1.99.13 @@ -6,18 +16,18 @@ * examples/gstreamer/dvdplay.py: updated to maybe work with threads * pygtk.diff: add work-in-progress PyGTK threading improvements diff -2002-10-23 David I. Lehn +2002-10-23 David I. Lehn * gstreamer/gstreamer.override: override gst_bin_iterate() to unblock threads since this call can cause exacution to re-enter the interpreter. -2002-10-04 David I. Lehn +2002-10-04 David I. Lehn * gstreamer/gstreamer.override, gstreamer/gstreamer-fixes.h: add temporary hack to fix 0.4.1 s/gst/get/ typo in GST_TYPE_CAPS/PROPS() -2002-10-04 David I. Lehn +2002-10-04 David I. Lehn * README: basic info. @@ -35,7 +45,7 @@ adapt to newer generated code (Pipeline vs gst_pipeline_new()), adapt to newer api. -2002-05-09 David I. Lehn +2002-05-09 David I. Lehn * examples/gstreamer/dvdplay.py: adjust state changes, use sdlvideosink (videosink segfaulting for me right now) @@ -47,14 +57,14 @@ Makefile.am: create gstreamer.defs from h2defs.py output and local hacks -2002-04-15 David I. Lehn +2002-04-15 David I. Lehn * examples/gstreamer/*.py: use new element connect api * gstreamer/__init__.py: use dl module flags in particular, RTLD_GLOBAL flags is required -2002-04-14 David I. Lehn +2002-04-14 David I. Lehn * configure.ac: depend on gstreamer 0.3.4 @@ -65,7 +75,7 @@ * gstreamer/gstreamer.defs: regen for 0.3.4 -2002-03-24 David I. Lehn +2002-03-24 David I. Lehn * examples/gstreamer/: add cp.py oggplay.py f2f.py dvdplay.py @@ -73,7 +83,7 @@ * gstreamer/__init__.py: find libtool lib hack -2002-03-23 David I. Lehn +2002-03-23 David I. Lehn * stole binding framework from gnome-python && gconf diff --git a/autogen.sh b/autogen.sh index 20af994949..14a81362a6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -88,9 +88,9 @@ $ACLOCAL $ACLOCAL_FLAGS (autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader # run libtoolize ... -libtoolize --force +libtoolize --force --copy -$AUTOMAKE -a $am_opt +$AUTOMAKE --add-missing --copy $am_opt autoheader autoconf cd $ORIGDIR diff --git a/examples/gst/cp.py b/examples/gst/cp.py index 0d474f7537..5119200350 100755 --- a/examples/gst/cp.py +++ b/examples/gst/cp.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/examples/gst/dvdplay.py b/examples/gst/dvdplay.py index 08005585cb..5ca5244078 100755 --- a/examples/gst/dvdplay.py +++ b/examples/gst/dvdplay.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/examples/gst/f2f.py b/examples/gst/f2f.py index 08f80a1034..69aec9e987 100755 --- a/examples/gst/f2f.py +++ b/examples/gst/f2f.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # from gobject import GObject diff --git a/examples/gst/identity.py b/examples/gst/identity.py index 00f1184e6a..035f77c4e9 100755 --- a/examples/gst/identity.py +++ b/examples/gst/identity.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/examples/gst/ilat.py b/examples/gst/ilat.py index d2553affe8..90bbd41a63 100755 --- a/examples/gst/ilat.py +++ b/examples/gst/ilat.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/examples/gst/lat.py b/examples/gst/lat.py index 360bddc418..6760c8bcd5 100755 --- a/examples/gst/lat.py +++ b/examples/gst/lat.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/examples/gst/oggplay.py b/examples/gst/oggplay.py index 2ce0b66425..a8b63c0d83 100755 --- a/examples/gst/oggplay.py +++ b/examples/gst/oggplay.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/examples/gst/rot13.py b/examples/gst/rot13.py index e59d091cc9..cb15017cc8 100755 --- a/examples/gst/rot13.py +++ b/examples/gst/rot13.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/examples/gstreamer/cp.py b/examples/gstreamer/cp.py index 0d474f7537..5119200350 100755 --- a/examples/gstreamer/cp.py +++ b/examples/gstreamer/cp.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/examples/gstreamer/dvdplay.py b/examples/gstreamer/dvdplay.py index 08005585cb..5ca5244078 100755 --- a/examples/gstreamer/dvdplay.py +++ b/examples/gstreamer/dvdplay.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/examples/gstreamer/f2f.py b/examples/gstreamer/f2f.py index 08f80a1034..69aec9e987 100755 --- a/examples/gstreamer/f2f.py +++ b/examples/gstreamer/f2f.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # from gobject import GObject diff --git a/examples/gstreamer/identity.py b/examples/gstreamer/identity.py index 00f1184e6a..035f77c4e9 100755 --- a/examples/gstreamer/identity.py +++ b/examples/gstreamer/identity.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/examples/gstreamer/ilat.py b/examples/gstreamer/ilat.py index d2553affe8..90bbd41a63 100755 --- a/examples/gstreamer/ilat.py +++ b/examples/gstreamer/ilat.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/examples/gstreamer/lat.py b/examples/gstreamer/lat.py index 360bddc418..6760c8bcd5 100755 --- a/examples/gstreamer/lat.py +++ b/examples/gstreamer/lat.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/examples/gstreamer/oggplay.py b/examples/gstreamer/oggplay.py index 2ce0b66425..a8b63c0d83 100755 --- a/examples/gstreamer/oggplay.py +++ b/examples/gstreamer/oggplay.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/examples/gstreamer/rot13.py b/examples/gstreamer/rot13.py index e59d091cc9..cb15017cc8 100755 --- a/examples/gstreamer/rot13.py +++ b/examples/gstreamer/rot13.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import sys diff --git a/gst-python.spec.in b/gst-python.spec.in index 80995e5eb1..12474b5d4f 100644 --- a/gst-python.spec.in +++ b/gst-python.spec.in @@ -9,7 +9,7 @@ Source: http://gstreamer.net/ blah_blah_blah /gst-python-%{version}.tar.gz Copyright: LGPL Group: Development/Languages BuildRoot: /var/tmp/gst--python-root -Packager: David I. Lehn +Packager: David I. Lehn BuildRequires: pygtk2-devel = %{pygtk_ver} BuildRequires: python2-devel BuildRequires: gtk2-devel >= @GTK_VERSION@ diff --git a/gst/__init__.py b/gst/__init__.py index b8aa2cbe77..2d66109e58 100644 --- a/gst/__init__.py +++ b/gst/__init__.py @@ -17,7 +17,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import pygtk diff --git a/gst/gstmodule.c b/gst/gstmodule.c index dda7898eff..cf3fb65548 100644 --- a/gst/gstmodule.c +++ b/gst/gstmodule.c @@ -17,7 +17,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * Author: David I. Lehn + * Author: David I. Lehn */ #ifdef HAVE_CONFIG_H diff --git a/gst/gstreamer-arg-types.py b/gst/gstreamer-arg-types.py index 4ada678331..8619d0ecb2 100644 --- a/gst/gstreamer-arg-types.py +++ b/gst/gstreamer-arg-types.py @@ -17,7 +17,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import argtypes diff --git a/gst/gstreamer-fixes.c b/gst/gstreamer-fixes.c index 9705c349e3..2b5252e927 100644 --- a/gst/gstreamer-fixes.c +++ b/gst/gstreamer-fixes.c @@ -16,7 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * Author: David I. Lehn + * Author: David I. Lehn */ #include diff --git a/gst/gstreamer-fixes.h b/gst/gstreamer-fixes.h index 043d7ee278..04d6fb1a5e 100644 --- a/gst/gstreamer-fixes.h +++ b/gst/gstreamer-fixes.h @@ -16,7 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * Author: David I. Lehn + * Author: David I. Lehn */ #include diff --git a/gst/gstreamermodule.c b/gst/gstreamermodule.c index dda7898eff..cf3fb65548 100644 --- a/gst/gstreamermodule.c +++ b/gst/gstreamermodule.c @@ -17,7 +17,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * Author: David I. Lehn + * Author: David I. Lehn */ #ifdef HAVE_CONFIG_H diff --git a/gstreamer/__init__.py b/gstreamer/__init__.py index b8aa2cbe77..2d66109e58 100644 --- a/gstreamer/__init__.py +++ b/gstreamer/__init__.py @@ -17,7 +17,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import pygtk diff --git a/gstreamer/gstmodule.c b/gstreamer/gstmodule.c index dda7898eff..cf3fb65548 100644 --- a/gstreamer/gstmodule.c +++ b/gstreamer/gstmodule.c @@ -17,7 +17,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * Author: David I. Lehn + * Author: David I. Lehn */ #ifdef HAVE_CONFIG_H diff --git a/gstreamer/gstreamer-arg-types.py b/gstreamer/gstreamer-arg-types.py index 4ada678331..8619d0ecb2 100644 --- a/gstreamer/gstreamer-arg-types.py +++ b/gstreamer/gstreamer-arg-types.py @@ -17,7 +17,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # -# Author: David I. Lehn +# Author: David I. Lehn # import argtypes diff --git a/gstreamer/gstreamer-fixes.c b/gstreamer/gstreamer-fixes.c index 9705c349e3..2b5252e927 100644 --- a/gstreamer/gstreamer-fixes.c +++ b/gstreamer/gstreamer-fixes.c @@ -16,7 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * Author: David I. Lehn + * Author: David I. Lehn */ #include diff --git a/gstreamer/gstreamer-fixes.h b/gstreamer/gstreamer-fixes.h index 043d7ee278..04d6fb1a5e 100644 --- a/gstreamer/gstreamer-fixes.h +++ b/gstreamer/gstreamer-fixes.h @@ -16,7 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * Author: David I. Lehn + * Author: David I. Lehn */ #include diff --git a/gstreamer/gstreamermodule.c b/gstreamer/gstreamermodule.c index dda7898eff..cf3fb65548 100644 --- a/gstreamer/gstreamermodule.c +++ b/gstreamer/gstreamermodule.c @@ -17,7 +17,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * Author: David I. Lehn + * Author: David I. Lehn */ #ifdef HAVE_CONFIG_H