platform/upstream/gstreamer.git
20 years agouse found PYTHON
Thomas Vander Stichele [Tue, 9 Mar 2004 14:40:32 +0000 (14:40 +0000)]
use found PYTHON

Original commit message from CVS:
use found PYTHON

20 years agoAdd some tests
Johan Dahlin [Mon, 8 Mar 2004 19:22:15 +0000 (19:22 +0000)]
Add some tests

Original commit message from CVS:
Add some tests

20 years agoI give up, use the same mechanism as in PyGTK, if this is not working, then the slave...
Johan Dahlin [Mon, 8 Mar 2004 18:56:08 +0000 (18:56 +0000)]
I give up, use the same mechanism as in PyGTK, if this is not working, then the slave is broken

Original commit message from CVS:
I give up, use the same mechanism as in PyGTK, if this is not working, then the slave is broken

20 years agothird time...
Johan Dahlin [Mon, 8 Mar 2004 18:49:21 +0000 (18:49 +0000)]
third time...

Original commit message from CVS:
third time...

20 years agoanother try
Johan Dahlin [Mon, 8 Mar 2004 18:47:02 +0000 (18:47 +0000)]
another try

Original commit message from CVS:
another try

20 years agoUnbreak build
Johan Dahlin [Mon, 8 Mar 2004 18:45:11 +0000 (18:45 +0000)]
Unbreak build

Original commit message from CVS:
Unbreak build

20 years agoMore generalized tagging
Johan Dahlin [Mon, 8 Mar 2004 14:32:14 +0000 (14:32 +0000)]
More generalized tagging

Original commit message from CVS:
More generalized tagging

20 years agoCleanup, add versioning
Johan Dahlin [Mon, 8 Mar 2004 13:51:02 +0000 (13:51 +0000)]
Cleanup, add versioning

Original commit message from CVS:
Cleanup, add versioning

20 years agotestsuite/element.py: Update to new api
Johan Dahlin [Fri, 5 Mar 2004 10:52:56 +0000 (10:52 +0000)]
testsuite/element.py: Update to new api

Original commit message from CVS:
* testsuite/element.py: Update to new api

20 years agocodegen/*: Copy PyGTK code generator here, to avoid depending on latest version.
Johan Dahlin [Fri, 5 Mar 2004 10:46:24 +0000 (10:46 +0000)]
codegen/*: Copy PyGTK code generator here, to avoid depending on latest version.

Original commit message from CVS:
* codegen/*: Copy PyGTK code generator here, to avoid depending on
latest version.

* configure.ac: Add versioning, ala pygtk, and use the internal
code generator instead of the installed one

20 years agomoving
Thomas Vander Stichele [Thu, 4 Mar 2004 12:01:23 +0000 (12:01 +0000)]
moving

Original commit message from CVS:
moving

20 years agofix make distcheck mv examples/gstreamer examples/gst
Thomas Vander Stichele [Thu, 4 Mar 2004 12:00:06 +0000 (12:00 +0000)]
fix make distcheck mv examples/gstreamer examples/gst

Original commit message from CVS:
fix make distcheck
mv examples/gstreamer examples/gst

20 years agoremove old dir remove it from cvsroot later on
Thomas Vander Stichele [Thu, 4 Mar 2004 11:33:27 +0000 (11:33 +0000)]
remove old dir remove it from cvsroot later on

Original commit message from CVS:
remove old dir
remove it from cvsroot later on

20 years agomake gstreamer python work uninstalled again
Thomas Vander Stichele [Thu, 4 Mar 2004 11:32:46 +0000 (11:32 +0000)]
make gstreamer python work uninstalled again

Original commit message from CVS:
make gstreamer python work uninstalled again

20 years agogstreamer/: All over the place, more rename work (gstreamer -> gst)
Johan Dahlin [Fri, 27 Feb 2004 18:32:20 +0000 (18:32 +0000)]
gstreamer/: All over the place, more rename work (gstreamer -> gst)

Original commit message from CVS:
* gstreamer/: All over the place, more rename work (gstreamer -> gst)

20 years agoexamples/gstreamer/filesrc.py,player.py: New examples
Johan Dahlin [Fri, 27 Feb 2004 18:01:52 +0000 (18:01 +0000)]
examples/gstreamer/filesrc.py,player.py: New examples

Original commit message from CVS:
* examples/gstreamer/filesrc.py,player.py: New examples

* gstreamer/gstreamer.override: Add a dict like interface to GstTagList

* gstreamer/gstpad-handlers.override: New file, split out from gstreamer.override

* gstreamer/gst-types.defs: Don't use
gst_buffer_free/gst_data_free, use gst_data_unref instead.

* gstreamer/gst-types.c (PyGstData_to_value): Don't send address here.

* gstreamer/arg-types.py (GstDataPtrArg.write_param): Send the
address to stuff, since we really want to avoid segfaults :)

* gstreamer/0.6.[c,defs,h,override]: Remove, we're focusing on 0.7

* gstreamer/0.7.[c,defs,h,override]: Remove, merge with
gstreamer.*

* gstreamer/Makefile.am: Clean up, remove versioning support.

20 years agogstreamer/: Rename some more things to gst
Johan Dahlin [Wed, 25 Feb 2004 12:12:58 +0000 (12:12 +0000)]
gstreamer/: Rename some more things to gst

Original commit message from CVS:
* gstreamer/gstreamer.override:
* gstreamer/gstreamermodule.c: Rename some more things to gst

* gstreamer/arg-types.py: Clean up and add GstData handling

* gstreamer/gstreamer.defs:
* gstreamer/gst-types.defs: Split out types to a separate defs

* gstreamer/gst-types.c: New file to handle custom GstData conversions.

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

21 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

21 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

21 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

21 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

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

Original commit message from CVS:
rename

21 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

21 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

21 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/*)

21 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)

21 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

21 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

21 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