platform/upstream/gstreamer.git
20 years agogstreamer/: GstStructure and GstTagList foreach() support.
David I. Lehn [Tue, 24 Feb 2004 18:52:30 +0000 (18:52 +0000)]
gstreamer/: GstStructure and GstTagList foreach() support.

Original commit message from CVS:
* gstreamer/0.7.override:
* gstreamer/common.h:
GstStructure and GstTagList foreach() support.
* examples/gstplay/player.py:
Use TagList.foreach() to print tags.

20 years agogstreamer/common.override: Attempt to handle GstBuffer vs GstData better
David I. Lehn [Tue, 24 Feb 2004 18:47:32 +0000 (18:47 +0000)]
gstreamer/common.override: Attempt to handle GstBuffer vs GstData better

Original commit message from CVS:
* gstreamer/common.override:
Attempt to handle GstBuffer vs GstData better

20 years agogstreamer/gstreamer.defs: rename all functions, remove gst_ suffix.
Johan Dahlin [Tue, 24 Feb 2004 18:40:21 +0000 (18:40 +0000)]
gstreamer/gstreamer.defs: rename all functions, remove gst_ suffix.

Original commit message from CVS:
* gstreamer/gstreamer.defs: rename all functions, remove
gst_ suffix.
* gstreamer/examples/gstreamer/*.py: Update to new API.

20 years agogstreamer/gstreamer.defs (element_link_many): This is function and not a method,...
Johan Dahlin [Mon, 23 Feb 2004 20:24:53 +0000 (20:24 +0000)]
gstreamer/gstreamer.defs (element_link_many): This is function and not a method, despite popular belief

Original commit message from CVS:
* gstreamer/gstreamer.defs (element_link_many): This is function
and not a method, despite popular belief
(gst_element_factory_make): Make it the constructor of GstElement,
so we can avoid dirty hacks.

* gstreamer/gstreamer.override (_wrap_gst_element_link_many): Wrap
(_wrap_gst_element_link_many): Wrap

* gstreamer/common.defs:
* gstreamer/common.override:
* gstreamer/Makefile.am: Beginning of reorganization, to include
gstreamer.defs and override (eg, not auto generate them)

* examples/gstreamer/cp.py: Prettify and pythonify. Will do the
other examples later

* gstreamer/gstreamer.py: Backwards compatibility module

* gstreamer/gstreamermodule.c:
* gstreamer/Makefile.am: Rename the module to gst

20 years agogstreamer/gstreamer.py: Backwards compatibility module
Johan Dahlin [Mon, 23 Feb 2004 18:19:38 +0000 (18:19 +0000)]
gstreamer/gstreamer.py: Backwards compatibility module

Original commit message from CVS:
2004-02-23  Johan Dahlin  <johan@gnome.org>

* gstreamer/gstreamer.py: Backwards compatibility module

* gstreamer/gstreamermodule.c:
* gstreamer/Makefile.am: Rename the module to gst

20 years agogstreamer/0.7.defs: Wrap GstTagList.
David I. Lehn [Wed, 18 Feb 2004 19:42:55 +0000 (19:42 +0000)]
gstreamer/0.7.defs: Wrap GstTagList.

Original commit message from CVS:
* gstreamer/0.7.defs:
Wrap GstTagList.

20 years agoAdjust date to 2004.
David I. Lehn [Wed, 18 Feb 2004 19:38:59 +0000 (19:38 +0000)]
Adjust date to 2004.

Original commit message from CVS:
Adjust date to 2004.

20 years agofix underquotedness
Thomas Vander Stichele [Wed, 11 Feb 2004 17:38:15 +0000 (17:38 +0000)]
fix underquotedness

Original commit message from CVS:
fix underquotedness

20 years agoignore files
Thomas Vander Stichele [Thu, 5 Feb 2004 11:07:02 +0000 (11:07 +0000)]
ignore files

Original commit message from CVS:
ignore files

20 years agoadding cvsignore files
Thomas Vander Stichele [Thu, 5 Feb 2004 11:06:26 +0000 (11:06 +0000)]
adding cvsignore files

Original commit message from CVS:
adding cvsignore files

20 years agogst/: Support GstPlay, bug fixes, updates.
David I. Lehn [Tue, 3 Feb 2004 09:45:42 +0000 (09:45 +0000)]
gst/: Support GstPlay, bug fixes, updates.

Original commit message from CVS:
* gstinterfaces/.cvsignore:
* gstinterfaces/0.7.defs:
* gstinterfaces/Makefile.am:
* gstinterfaces/common.defs:
* gstinterfaces/common.override:
* gstinterfaces/gstinterfacesmodule.c: (init_gstinterfaces):
* gstplay/.cvsignore:
* gstplay/0.7.c:
* gstplay/0.7.defs:
* gstplay/0.7.h:
* gstplay/0.7.override:
* gstplay/Makefile.am:
* gstplay/__init__.py:
* gstplay/arg-types.py:
* gstplay/common.c:
* gstplay/common.h:
* gstplay/common.override:
* gstplay/gstplaymodule.c: (init_gstplay):
* gstreamer/Makefile.am:
* gstreamer/__init__.py:
* gstreamer/common.override:
Support GstPlay, bug fixes, updates.
* examples/gstplay/player.py:
GstPlay example.
* Makefile.am:
Support GstPlay build.
* configure.ac:
Support GstPlay build, remove AC_SUBST() calls that
PKG_CHECK_MODULES does automagically.

20 years agoMakefile.am: add gstinterfaces dir
David I. Lehn [Tue, 27 Jan 2004 05:51:53 +0000 (05:51 +0000)]
Makefile.am: add gstinterfaces dir

Original commit message from CVS:
* Makefile.am: add gstinterfaces dir
* configure.ac: get interfaces include dirs
* gstreamer/.cvsignore: add .py[co]
* gstreamer/0.6.defs:
* gstreamer/0.6.override:
* gstreamer/0.7.defs:
* gstreamer/0.7.override:
* gstreamer/common.defs:
* gstreamer/common.override: rearrange code for both 0.6 and 0.7
support
* gstreamer/Makefile.am: add -fno-strict-aliasing due to python
issues
* gstinterfaces/.cvsignore:
* gstinterfaces/0.7.c:
* gstinterfaces/0.7.defs:
* gstinterfaces/0.7.h:
* gstinterfaces/0.7.override:
* gstinterfaces/Makefile.am:
* gstinterfaces/__init__.py:
* gstinterfaces/arg-types.py:
* gstinterfaces/common.c:
* gstinterfaces/common.defs:
* gstinterfaces/common.h:
* gstinterfaces/common.override:
* gstinterfaces/gstinterfacesmodule.c: messy start of interfaces
handling

20 years agoPatch from Bug#128736. gstreamer/common.override
David I. Lehn [Wed, 31 Dec 2003 07:16:40 +0000 (07:16 +0000)]
Patch from Bug#128736. gstreamer/common.override

Original commit message from CVS:
Patch from Bug#128736.

2003-12-07  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

* gstreamer/common.override
(_wrap_gst_element_factory_make_element): Make name argument
optional.

20 years agoadd annoying version check for 0.6 API
David I. Lehn [Fri, 10 Oct 2003 04:22:27 +0000 (04:22 +0000)]
add annoying version check for 0.6 API

Original commit message from CVS:
add annoying version check for 0.6 API

20 years agoMass change to support compiling for both 0.6 and 0.7. Common support is now in...
David I. Lehn [Fri, 10 Oct 2003 04:21:21 +0000 (04:21 +0000)]
Mass change to support compiling for both 0.6 and 0.7.  Common support is now in common.{defs,override,c,h}.  Specifi...

Original commit message from CVS:
Mass change to support compiling for both 0.6 and 0.7.  Common support is now
in common.{defs,override,c,h}.  Specific version support is in
{0.6,0.7}.{defs,override,c,h}.  The common and version specific files are
merged and/or used as needed.

common.override: add gst_version

20 years ago4 space indents
David I. Lehn [Fri, 10 Oct 2003 03:48:18 +0000 (03:48 +0000)]
4 space indents

Original commit message from CVS:
4 space indents

20 years agotypo
David I. Lehn [Thu, 9 Oct 2003 20:14:16 +0000 (20:14 +0000)]
typo

Original commit message from CVS:
typo

20 years agoupdates
David I. Lehn [Thu, 9 Oct 2003 20:02:06 +0000 (20:02 +0000)]
updates

Original commit message from CVS:
updates

20 years agofix libtool 1.5 build by fixing export symbol typo s/initgstreamer/init_gstreamer/
David I. Lehn [Thu, 9 Oct 2003 20:01:30 +0000 (20:01 +0000)]
fix libtool 1.5 build by fixing export symbol typo s/initgstreamer/init_gstreamer/

Original commit message from CVS:
fix libtool 1.5 build by fixing export symbol typo
s/initgstreamer/init_gstreamer/

20 years agorequire autoconf 2.57 and pygtk 2.0.0.
David I. Lehn [Thu, 9 Oct 2003 19:59:23 +0000 (19:59 +0000)]
require autoconf 2.57 and pygtk 2.0.0.

Original commit message from CVS:
require autoconf 2.57 and pygtk 2.0.0.

20 years agoPipeline, Thread, Bin generate RuntimeError exceptions
Thomas Vander Stichele [Sun, 5 Oct 2003 09:14:10 +0000 (09:14 +0000)]
Pipeline, Thread, Bin generate RuntimeError exceptions

Original commit message from CVS:
Pipeline, Thread, Bin generate RuntimeError exceptions

20 years agomake examples use Element
Thomas Vander Stichele [Sat, 4 Oct 2003 23:02:48 +0000 (23:02 +0000)]
make examples use Element

Original commit message from CVS:
make examples use Element

20 years agoI really don't see this working otherwise. taaz, holler if this breaks for you, so...
Thomas Vander Stichele [Sat, 4 Oct 2003 22:56:09 +0000 (22:56 +0000)]
I really don't see this working otherwise. taaz, holler if this breaks for you, so we can work out what this is

Original commit message from CVS:
I really don't see this working otherwise.
taaz, holler if this breaks for you, so we can work out what this is

20 years agoapp.py --help works, whee !
Thomas Vander Stichele [Sat, 4 Oct 2003 22:49:37 +0000 (22:49 +0000)]
app.py --help works, whee !

Original commit message from CVS:
app.py --help works, whee !

20 years agoadd Element () constructor add testsuite
Thomas Vander Stichele [Sat, 4 Oct 2003 13:37:45 +0000 (13:37 +0000)]
add Element () constructor add testsuite

Original commit message from CVS:
add Element () constructor
add testsuite

20 years agocreate an Element constructor
Thomas Vander Stichele [Sat, 4 Oct 2003 13:18:56 +0000 (13:18 +0000)]
create an Element constructor

Original commit message from CVS:
create an Element constructor

20 years agoremove prints fix more 64 bit ints
Thomas Vander Stichele [Sat, 27 Sep 2003 16:07:02 +0000 (16:07 +0000)]
remove prints fix more 64 bit ints

Original commit message from CVS:
remove prints
fix more 64 bit ints

20 years agofix return type of pad query
Thomas Vander Stichele [Sat, 27 Sep 2003 14:18:36 +0000 (14:18 +0000)]
fix return type of pad query

Original commit message from CVS:
fix return type of pad query

20 years agoupdates to spec file
Thomas Vander Stichele [Thu, 17 Jul 2003 16:12:11 +0000 (16:12 +0000)]
updates to spec file

Original commit message from CVS:
updates to spec file

20 years agodistcheck and final release prep fixes
David I. Lehn [Thu, 10 Jul 2003 04:27:47 +0000 (04:27 +0000)]
distcheck and final release prep fixes

Original commit message from CVS:
distcheck and final release prep fixes

20 years agoupdate pubdate
David I. Lehn [Thu, 10 Jul 2003 00:43:23 +0000 (00:43 +0000)]
update pubdate

Original commit message from CVS:
update pubdate

20 years agoadd release checklist
David I. Lehn [Thu, 10 Jul 2003 00:29:16 +0000 (00:29 +0000)]
add release checklist

Original commit message from CVS:
add release checklist

20 years agorename
David I. Lehn [Wed, 9 Jul 2003 23:59:21 +0000 (23:59 +0000)]
rename

Original commit message from CVS:
rename

20 years agoredo autobuilt docs system with fancy XInclude features
David I. Lehn [Wed, 9 Jul 2003 23:51:45 +0000 (23:51 +0000)]
redo autobuilt docs system with fancy XInclude features

Original commit message from CVS:
redo autobuilt docs system with fancy XInclude features

20 years agoadd generated files
David I. Lehn [Wed, 9 Jul 2003 23:50:26 +0000 (23:50 +0000)]
add generated files

Original commit message from CVS:
add generated files

20 years agoremoved (generated from docs/*)
David I. Lehn [Wed, 9 Jul 2003 23:47:28 +0000 (23:47 +0000)]
removed (generated from docs/*)

Original commit message from CVS:
removed (generated from docs/*)

20 years agoremoved (split into partial files)
David I. Lehn [Wed, 9 Jul 2003 23:46:37 +0000 (23:46 +0000)]
removed (split into partial files)

Original commit message from CVS:
removed (split into partial files)

20 years agoinfo on where doc sources are located
David I. Lehn [Wed, 9 Jul 2003 23:34:01 +0000 (23:34 +0000)]
info on where doc sources are located

Original commit message from CVS:
info on where doc sources are located

20 years agoconditionally build docs
David I. Lehn [Wed, 9 Jul 2003 23:29:30 +0000 (23:29 +0000)]
conditionally build docs

Original commit message from CVS:
conditionally build docs

20 years agocheck for xmlcatalog for docs build (probably not strictly needed for general use...
David I. Lehn [Wed, 9 Jul 2003 23:22:13 +0000 (23:22 +0000)]
check for xmlcatalog for docs build (probably not strictly needed for general use but fixes non-srcdir builds)

Original commit message from CVS:
check for xmlcatalog for docs build (probably not strictly needed for general
use but fixes non-srcdir builds)

21 years agoFix detection of source tree
David Schleef [Fri, 27 Jun 2003 18:39:33 +0000 (18:39 +0000)]
Fix detection of source tree

Original commit message from CVS:
Fix detection of source tree

21 years agokill docutils based docs (easy come, easy go) docbook based docs
David I. Lehn [Thu, 26 Jun 2003 08:48:52 +0000 (08:48 +0000)]
kill docutils based docs (easy come, easy go) docbook based docs

Original commit message from CVS:
kill docutils based docs (easy come, easy go)
docbook based docs

21 years agodocutils based docs (more fixups)
David I. Lehn [Thu, 26 Jun 2003 08:12:28 +0000 (08:12 +0000)]
docutils based docs (more fixups)

Original commit message from CVS:
docutils based docs (more fixups)

21 years agodocutils based docs (fixups)
David I. Lehn [Thu, 26 Jun 2003 08:06:36 +0000 (08:06 +0000)]
docutils based docs (fixups)

Original commit message from CVS:
docutils based docs (fixups)

21 years agodocutils based docs
David I. Lehn [Thu, 26 Jun 2003 08:02:50 +0000 (08:02 +0000)]
docutils based docs

Original commit message from CVS:
docutils based docs

21 years agoadd pkgconfig support
David I. Lehn [Thu, 26 Jun 2003 07:40:13 +0000 (07:40 +0000)]
add pkgconfig support

Original commit message from CVS:
add pkgconfig support

21 years agofix up line continuations
David I. Lehn [Thu, 26 Jun 2003 03:40:06 +0000 (03:40 +0000)]
fix up line continuations

Original commit message from CVS:
fix up line continuations

21 years agoupdate to conform more to other modules fix spec file, the bindings build and work...
Thomas Vander Stichele [Wed, 11 Jun 2003 20:32:29 +0000 (20:32 +0000)]
update to conform more to other modules fix spec file, the bindings build and work, yay !

Original commit message from CVS:
update to conform more to other modules
fix spec file, the bindings build and work, yay !

21 years agofix a compile warning
Thomas Vander Stichele [Tue, 6 May 2003 21:47:28 +0000 (21:47 +0000)]
fix a compile warning

Original commit message from CVS:
fix a compile warning

21 years agoadd TODO list
David I. Lehn [Mon, 10 Feb 2003 18:12:44 +0000 (18:12 +0000)]
add TODO list

Original commit message from CVS:
add TODO list

21 years agomake distcheck fixification
David I. Lehn [Sat, 8 Feb 2003 16:08:03 +0000 (16:08 +0000)]
make distcheck fixification

Original commit message from CVS:
make distcheck fixification

21 years ago- add wrapper for gst_props_entry_gst_list() and method gst_list() to GstProps to...
David I. Lehn [Thu, 6 Feb 2003 21:56:43 +0000 (21:56 +0000)]
- add wrapper for gst_props_entry_gst_list() and method gst_list() to GstProps to access properties list

Original commit message from CVS:
- add wrapper for gst_props_entry_gst_list() and method gst_list() to GstProps
to access properties list
- add alias for gst_props_entry_get_type as _get_props_type() since _get_type()
is recognized as a GObject type function

21 years agoadd bps, rename oggplay->vorbisplay
David I. Lehn [Thu, 6 Feb 2003 21:51:32 +0000 (21:51 +0000)]
add bps, rename oggplay->vorbisplay

Original commit message from CVS:
add bps, rename oggplay->vorbisplay

21 years agorename to vorbisplay.py print out meta/stream info
David I. Lehn [Thu, 6 Feb 2003 21:49:00 +0000 (21:49 +0000)]
rename to vorbisplay.py print out meta/stream info

Original commit message from CVS:
rename to vorbisplay.py
print out meta/stream info

21 years agoadd gstreamer.defs to CLEANFILES
David I. Lehn [Thu, 6 Feb 2003 21:47:19 +0000 (21:47 +0000)]
add gstreamer.defs to CLEANFILES

Original commit message from CVS:
add gstreamer.defs to CLEANFILES

21 years agoformat output a bit more
David I. Lehn [Wed, 5 Feb 2003 15:57:21 +0000 (15:57 +0000)]
format output a bit more

Original commit message from CVS:
format output a bit more

21 years ago- id add_iterate_bin(bin)
David I. Lehn [Wed, 5 Feb 2003 15:53:58 +0000 (15:53 +0000)]
- id add_iterate_bin(bin)

Original commit message from CVS:
add functions for optimized bin iteration (may move or rename):
- id add_iterate_bin(bin)
- remove_iterate_bin(id)
- iterate_bin_all(bin)

21 years agoadded buffers-per-second test
David I. Lehn [Wed, 5 Feb 2003 15:52:25 +0000 (15:52 +0000)]
added buffers-per-second test

Original commit message from CVS:
added buffers-per-second test

21 years agorequire GStreamer core 0.6.0
David I. Lehn [Wed, 5 Feb 2003 15:50:56 +0000 (15:50 +0000)]
require GStreamer core 0.6.0

Original commit message from CVS:
require GStreamer core 0.6.0

21 years agorequire GStreamer core 0.5.1.1
David I. Lehn [Fri, 10 Jan 2003 00:23:08 +0000 (00:23 +0000)]
require GStreamer core 0.5.1.1

Original commit message from CVS:
require GStreamer core 0.5.1.1

21 years agoupdate to new GstPad/GstElement link API and remove old hacks to call GObject connect...
David I. Lehn [Fri, 10 Jan 2003 00:18:33 +0000 (00:18 +0000)]
update to new GstPad/GstElement link API and remove old hacks to call GObject connect method

Original commit message from CVS:
update to new GstPad/GstElement link API and remove old hacks to call GObject
connect method

21 years agoignore gstcompat.h
David I. Lehn [Fri, 10 Jan 2003 00:17:32 +0000 (00:17 +0000)]
ignore gstcompat.h

Original commit message from CVS:
ignore gstcompat.h

21 years agoadd GstPropsEntry and wrappers for most of get_* methods
David I. Lehn [Sat, 4 Jan 2003 18:43:10 +0000 (18:43 +0000)]
add GstPropsEntry and wrappers for most of get_* methods

Original commit message from CVS:
add GstPropsEntry and wrappers for most of get_* methods

21 years agoadd GstClockID as a pointer arg type (not too useful, really need to make it a boxed...
David I. Lehn [Sat, 4 Jan 2003 18:42:29 +0000 (18:42 +0000)]
add GstClockID as a pointer arg type (not too useful, really need to make it a boxed type)

Original commit message from CVS:
add GstClockID as a pointer arg type (not too useful, really need to make it a boxed type)

21 years agoadd pad and element query and convert methods
David I. Lehn [Thu, 2 Jan 2003 09:08:36 +0000 (09:08 +0000)]
add pad and element query and convert methods

Original commit message from CVS:
add pad and element query and convert methods

21 years agoadd threads_init() function
David I. Lehn [Thu, 2 Jan 2003 09:07:31 +0000 (09:07 +0000)]
add threads_init() function

Original commit message from CVS:
add threads_init() function

21 years agorequire PyGTK 1.99.14
David I. Lehn [Wed, 1 Jan 2003 00:21:51 +0000 (00:21 +0000)]
require PyGTK 1.99.14

Original commit message from CVS:
require PyGTK 1.99.14

21 years agoI'm too lazy to comment this
David I. Lehn [Wed, 1 Jan 2003 00:20:46 +0000 (00:20 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
s/vorbisdec/vorbisfile/ (Thanks to Kenichi Sato <ksato@users.sourceforge.net>)

21 years agoexclude gstatomic_impl.h from headers used to create defs
David I. Lehn [Wed, 1 Jan 2003 00:19:52 +0000 (00:19 +0000)]
exclude gstatomic_impl.h from headers used to create defs

Original commit message from CVS:
exclude gstatomic_impl.h from headers used to create defs

21 years agoapplied upstream, remove patch
David I. Lehn [Wed, 1 Jan 2003 00:18:54 +0000 (00:18 +0000)]
applied upstream, remove patch

Original commit message from CVS:
applied upstream, remove patch

21 years agofix include dir path and fail if not found
David I. Lehn [Sun, 22 Dec 2002 08:38:35 +0000 (08:38 +0000)]
fix include dir path and fail if not found

Original commit message from CVS:
fix include dir path and fail if not found

21 years agothread block/unblock in callback functions indentation update
David I. Lehn [Sat, 21 Dec 2002 23:46:29 +0000 (23:46 +0000)]
thread block/unblock in callback functions indentation update

Original commit message from CVS:
thread block/unblock in callback functions
indentation update

21 years agoemail addr update
David I. Lehn [Tue, 17 Dec 2002 17:40:42 +0000 (17:40 +0000)]
email addr update

Original commit message from CVS:
email addr update

21 years agoupdate to 0.5.0
David I. Lehn [Tue, 17 Dec 2002 17:38:53 +0000 (17:38 +0000)]
update to 0.5.0

Original commit message from CVS:
update to 0.5.0

21 years agoadd wrapper for gst_element_set_state to unlock GIT
David I. Lehn [Tue, 17 Dec 2002 17:37:27 +0000 (17:37 +0000)]
add wrapper for gst_element_set_state to unlock GIT

Original commit message from CVS:
add wrapper for gst_element_set_state to unlock GIT

21 years agoadd work-in-progress PyGTK threading improvements diff
David I. Lehn [Thu, 7 Nov 2002 07:33:46 +0000 (07:33 +0000)]
add work-in-progress PyGTK threading improvements diff

Original commit message from CVS:
add work-in-progress PyGTK threading improvements diff

21 years agoupdated to maybe work with threads
David I. Lehn [Thu, 7 Nov 2002 07:32:19 +0000 (07:32 +0000)]
updated to maybe work with threads

Original commit message from CVS:
updated to maybe work with threads

21 years agoadd "import pygtk; pygtk.require('2.0')" to force the proper version of pygtk
David I. Lehn [Thu, 7 Nov 2002 07:31:06 +0000 (07:31 +0000)]
add "import pygtk; pygtk.require('2.0')" to force the proper version of pygtk

Original commit message from CVS:
add "import pygtk; pygtk.require('2.0')" to force the proper version of pygtk

21 years agobump gstreamer version to 0.4.2, bump pygtk version to 1.99.13
David I. Lehn [Thu, 7 Nov 2002 07:30:00 +0000 (07:30 +0000)]
bump gstreamer version to 0.4.2, bump pygtk version to 1.99.13

Original commit message from CVS:
bump gstreamer version to 0.4.2, bump pygtk version to 1.99.13

21 years agooverride gst_bin_iterate() to unblock threads since this call can cause exacution...
David I. Lehn [Thu, 7 Nov 2002 07:09:19 +0000 (07:09 +0000)]
override gst_bin_iterate() to unblock threads since this call can cause exacution to re-enter the interpreter.

Original commit message from CVS:
override gst_bin_iterate() to unblock threads since this call can cause
exacution to re-enter the interpreter.

21 years agoadd temporary hack to fix 0.4.1 s/gst/get/ typo in GST_TYPE_CAPS/PROPS()
David I. Lehn [Fri, 4 Oct 2002 21:29:19 +0000 (21:29 +0000)]
add temporary hack to fix 0.4.1 s/gst/get/ typo in GST_TYPE_CAPS/PROPS()

Original commit message from CVS:
add temporary hack to fix 0.4.1 s/gst/get/ typo in GST_TYPE_CAPS/PROPS()

21 years agoadd boxed types adapt to boxed types remove obsoleted code
David I. Lehn [Fri, 4 Oct 2002 05:40:37 +0000 (05:40 +0000)]
add boxed types adapt to boxed types remove obsoleted code

Original commit message from CVS:
add boxed types
adapt to boxed types
remove obsoleted code

21 years agosupport a couple more types
David I. Lehn [Fri, 4 Oct 2002 05:39:24 +0000 (05:39 +0000)]
support a couple more types

Original commit message from CVS:
support a couple more types

21 years agoignore generated files
David I. Lehn [Fri, 4 Oct 2002 05:37:24 +0000 (05:37 +0000)]
ignore generated files

Original commit message from CVS:
ignore generated files

21 years agoupdate to new api
David I. Lehn [Fri, 4 Oct 2002 05:35:59 +0000 (05:35 +0000)]
update to new api

Original commit message from CVS:
update to new api

21 years agobasic info
David I. Lehn [Fri, 4 Oct 2002 05:35:05 +0000 (05:35 +0000)]
basic info

Original commit message from CVS:
basic info

21 years agoRemove the literal "^L" strings.
David I. Lehn [Fri, 4 Oct 2002 05:34:24 +0000 (05:34 +0000)]
Remove the literal "^L" strings.

Original commit message from CVS:
Remove the literal "^L" strings.

21 years agotrying to improve timing accuracy to figure out why python identity is 3x faster...
David I. Lehn [Thu, 3 Oct 2002 22:38:07 +0000 (22:38 +0000)]
trying to improve timing accuracy to figure out why python identity is 3x faster than the C one...

Original commit message from CVS:
trying to improve timing accuracy to figure out why python identity
is 3x faster than the C one...

21 years agorequire gstreamer core 0.4.1
David I. Lehn [Thu, 3 Oct 2002 22:13:43 +0000 (22:13 +0000)]
require gstreamer core 0.4.1

Original commit message from CVS:
require gstreamer core 0.4.1

21 years agouse "python" vs "python2.2" update for newer bindings and api
David I. Lehn [Thu, 3 Oct 2002 22:11:37 +0000 (22:11 +0000)]
use "python" vs "python2.2" update for newer bindings and api

Original commit message from CVS:
use "python" vs "python2.2"
update for newer bindings and api

22 years agovarious updates to work with cvs code
David I. Lehn [Mon, 17 Jun 2002 02:01:54 +0000 (02:01 +0000)]
various updates to work with cvs code

Original commit message from CVS:
various updates to work with cvs code

22 years agofix state changes use sdlvideosink (videosink segfaulting)
David I. Lehn [Fri, 10 May 2002 05:41:51 +0000 (05:41 +0000)]
fix state changes use sdlvideosink (videosink segfaulting)

Original commit message from CVS:
fix state changes
use sdlvideosink (videosink segfaulting)

22 years agocreate defs from h2defs.py output and local hacks
David I. Lehn [Fri, 10 May 2002 03:59:33 +0000 (03:59 +0000)]
create defs from h2defs.py output and local hacks

Original commit message from CVS:
create defs from h2defs.py output and local hacks

22 years agouse new gst_element_connect() api.
David I. Lehn [Mon, 15 Apr 2002 23:51:21 +0000 (23:51 +0000)]
use new gst_element_connect() api.

Original commit message from CVS:
use new gst_element_connect() api.
looks more fragile than being explicit via _connect_pads()

22 years agoinfo categories function not picked up automagically for some reason.
David I. Lehn [Mon, 15 Apr 2002 23:49:11 +0000 (23:49 +0000)]
info categories function not picked up automagically for some reason.

Original commit message from CVS:
info categories function not picked up automagically for some reason.
add it.

22 years agouse proper dl module flags
David I. Lehn [Mon, 15 Apr 2002 23:48:22 +0000 (23:48 +0000)]
use proper dl module flags

Original commit message from CVS:
use proper dl module flags

22 years agoUpdate to 0.3.4 API plus bonus feature: code no longer works
David I. Lehn [Mon, 15 Apr 2002 17:14:31 +0000 (17:14 +0000)]
Update to 0.3.4 API plus bonus feature: code no longer works

Original commit message from CVS:
Update to 0.3.4 API plus bonus feature: code no longer works

22 years agoport of lat.c (work in progress)
David I. Lehn [Wed, 27 Mar 2002 11:16:00 +0000 (11:16 +0000)]
port of lat.c (work in progress)

Original commit message from CVS:
port of lat.c (work in progress)

22 years agoPy vs C - identity latency and speed check.
David I. Lehn [Wed, 27 Mar 2002 11:14:04 +0000 (11:14 +0000)]
Py vs C - identity latency and speed check.

Original commit message from CVS:
Py vs C - identity latency and speed check.
The "you know something is wrong when Python is 2x as fast as C" commit.

22 years agoThe "yes, you can write chain based elements in Python" commit.
David I. Lehn [Wed, 27 Mar 2002 11:09:40 +0000 (11:09 +0000)]
The "yes, you can write chain based elements in Python" commit.

Original commit message from CVS:
The "yes, you can write chain based elements in Python" commit.
AKA The "oh my, that is a slow rot13" commit.
AKA The "puddle from a stream of leaking bits" commit.