Commit graph

413 commits

Author SHA1 Message Date
Thomas Vander Stichele
b86c702816 make gstreamer python work uninstalled again
Original commit message from CVS:
make gstreamer python work uninstalled again
2004-03-04 11:32:46 +00:00
Johan Dahlin
212df27212 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)
2004-02-27 18:32:20 +00:00
Johan Dahlin
a37dede09c 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.
2004-02-27 18:01:52 +00:00
Johan Dahlin
b27c464e5e 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.
2004-02-25 12:12:58 +00:00
David I. Lehn
5b2f393d43 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.
2004-02-24 18:52:30 +00:00
David I. Lehn
f44fd3f602 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
2004-02-24 18:47:32 +00:00
Johan Dahlin
ad4e6fd770 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.
2004-02-24 18:40:21 +00:00
Johan Dahlin
d178fff215 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
2004-02-23 20:24:53 +00:00
Johan Dahlin
ade405ce0f 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
2004-02-23 18:19:38 +00:00
David I. Lehn
eb8a787e53 gstreamer/0.7.defs: Wrap GstTagList.
Original commit message from CVS:
* gstreamer/0.7.defs:
Wrap GstTagList.
2004-02-18 19:42:55 +00:00
David I. Lehn
8e29ee242f Adjust date to 2004.
Original commit message from CVS:
Adjust date to 2004.
2004-02-18 19:38:59 +00:00
Thomas Vander Stichele
c186d14f48 fix underquotedness
Original commit message from CVS:
fix underquotedness
2004-02-11 17:38:15 +00:00
Thomas Vander Stichele
ef85c7d742 ignore files
Original commit message from CVS:
ignore files
2004-02-05 11:07:02 +00:00
Thomas Vander Stichele
803cec5dc6 adding cvsignore files
Original commit message from CVS:
adding cvsignore files
2004-02-05 11:06:26 +00:00
David I. Lehn
c71d66dbde 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.
2004-02-03 09:45:42 +00:00
David I. Lehn
11e199b27c 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
2004-01-27 05:51:53 +00:00
David I. Lehn
cf8c160f13 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.
2003-12-31 07:16:40 +00:00
David I. Lehn
6032476a06 add annoying version check for 0.6 API
Original commit message from CVS:
add annoying version check for 0.6 API
2003-10-10 04:22:27 +00:00
David I. Lehn
171bc6bfa9 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
2003-10-10 04:21:21 +00:00
David I. Lehn
26c22b53d6 4 space indents
Original commit message from CVS:
4 space indents
2003-10-10 03:48:18 +00:00
David I. Lehn
1ec10b9d91 typo
Original commit message from CVS:
typo
2003-10-09 20:14:16 +00:00
David I. Lehn
9aa4faf3b7 updates
Original commit message from CVS:
updates
2003-10-09 20:02:06 +00:00
David I. Lehn
8365513469 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/
2003-10-09 20:01:30 +00:00
David I. Lehn
7de8cc8370 require autoconf 2.57 and pygtk 2.0.0.
Original commit message from CVS:
require autoconf 2.57 and pygtk 2.0.0.
2003-10-09 19:59:23 +00:00
Thomas Vander Stichele
6cd99af3e2 Pipeline, Thread, Bin generate RuntimeError exceptions
Original commit message from CVS:
Pipeline, Thread, Bin generate RuntimeError exceptions
2003-10-05 09:14:10 +00:00
Thomas Vander Stichele
d13b976ed2 make examples use Element
Original commit message from CVS:
make examples use Element
2003-10-04 23:02:48 +00:00
Thomas Vander Stichele
0ffd6e38e9 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
2003-10-04 22:56:09 +00:00
Thomas Vander Stichele
b77038b9f2 app.py --help works, whee !
Original commit message from CVS:
app.py --help works, whee !
2003-10-04 22:49:37 +00:00
Thomas Vander Stichele
a21c60b089 add Element () constructor add testsuite
Original commit message from CVS:
add Element () constructor
add testsuite
2003-10-04 13:37:45 +00:00
Thomas Vander Stichele
7a7a6d1ca9 create an Element constructor
Original commit message from CVS:
create an Element constructor
2003-10-04 13:18:56 +00:00
Thomas Vander Stichele
aadd62a79d remove prints fix more 64 bit ints
Original commit message from CVS:
remove prints
fix more 64 bit ints
2003-09-27 16:07:02 +00:00
Thomas Vander Stichele
9a4cde007b fix return type of pad query
Original commit message from CVS:
fix return type of pad query
2003-09-27 14:18:36 +00:00
Thomas Vander Stichele
9b8cae639d updates to spec file
Original commit message from CVS:
updates to spec file
2003-07-17 16:12:11 +00:00
David I. Lehn
c690aa3aa5 distcheck and final release prep fixes
Original commit message from CVS:
distcheck and final release prep fixes
2003-07-10 04:27:47 +00:00
David I. Lehn
578178bb24 update pubdate
Original commit message from CVS:
update pubdate
2003-07-10 00:43:23 +00:00
David I. Lehn
209885307a add release checklist
Original commit message from CVS:
add release checklist
2003-07-10 00:29:16 +00:00
David I. Lehn
2f4b13918d rename
Original commit message from CVS:
rename
2003-07-09 23:59:21 +00:00
David I. Lehn
dc8590962b redo autobuilt docs system with fancy XInclude features
Original commit message from CVS:
redo autobuilt docs system with fancy XInclude features
2003-07-09 23:51:45 +00:00
David I. Lehn
0eeb01171e add generated files
Original commit message from CVS:
add generated files
2003-07-09 23:50:26 +00:00
David I. Lehn
7aa9439586 removed (generated from docs/*)
Original commit message from CVS:
removed (generated from docs/*)
2003-07-09 23:47:28 +00:00
David I. Lehn
26d48de1e0 removed (split into partial files)
Original commit message from CVS:
removed (split into partial files)
2003-07-09 23:46:37 +00:00
David I. Lehn
7ab719e0c1 info on where doc sources are located
Original commit message from CVS:
info on where doc sources are located
2003-07-09 23:34:01 +00:00
David I. Lehn
2d644219a1 conditionally build docs
Original commit message from CVS:
conditionally build docs
2003-07-09 23:29:30 +00:00
David I. Lehn
82c2f46e0d 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)
2003-07-09 23:22:13 +00:00
David Schleef
f31d863ceb Fix detection of source tree
Original commit message from CVS:
Fix detection of source tree
2003-06-27 18:39:33 +00:00
David I. Lehn
bb16c73875 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
2003-06-26 08:48:52 +00:00
David I. Lehn
ddc2769c2d docutils based docs (more fixups)
Original commit message from CVS:
docutils based docs (more fixups)
2003-06-26 08:12:28 +00:00
David I. Lehn
9d3064bfac docutils based docs (fixups)
Original commit message from CVS:
docutils based docs (fixups)
2003-06-26 08:06:36 +00:00
David I. Lehn
e787120878 docutils based docs
Original commit message from CVS:
docutils based docs
2003-06-26 08:02:50 +00:00
David I. Lehn
2fe200eeb3 add pkgconfig support
Original commit message from CVS:
add pkgconfig support
2003-06-26 07:40:13 +00:00