Commit graph

289 commits

Author SHA1 Message Date
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
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
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
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
David I. Lehn
4a0640885d fix up line continuations
Original commit message from CVS:
fix up line continuations
2003-06-26 03:40:06 +00:00
Thomas Vander Stichele
7a17f8aae8 fix a compile warning
Original commit message from CVS:
fix a compile warning
2003-05-06 21:47:28 +00:00
David I. Lehn
b72cfe8ab3 make distcheck fixification
Original commit message from CVS:
make distcheck fixification
2003-02-08 16:08:03 +00:00
David I. Lehn
ef734d9a0a - 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
2003-02-06 21:56:43 +00:00
David I. Lehn
9aa46e059e add gstreamer.defs to CLEANFILES
Original commit message from CVS:
add gstreamer.defs to CLEANFILES
2003-02-06 21:47:19 +00:00
David I. Lehn
5b2442792a - 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)
2003-02-05 15:53:58 +00:00
David I. Lehn
0a5f74f873 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
2003-01-10 00:18:33 +00:00
David I. Lehn
f85f7a3952 ignore gstcompat.h
Original commit message from CVS:
ignore gstcompat.h
2003-01-10 00:17:32 +00:00
David I. Lehn
166d345b1f add GstPropsEntry and wrappers for most of get_* methods
Original commit message from CVS:
add GstPropsEntry and wrappers for most of get_* methods
2003-01-04 18:43:10 +00:00
David I. Lehn
2ad1bbe34c 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)
2003-01-04 18:42:29 +00:00
David I. Lehn
3075e00bfa add pad and element query and convert methods
Original commit message from CVS:
add pad and element query and convert methods
2003-01-02 09:08:36 +00:00
David I. Lehn
b8ec40b07c add threads_init() function
Original commit message from CVS:
add threads_init() function
2003-01-02 09:07:31 +00:00
David I. Lehn
af584323bf 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
2003-01-01 00:19:52 +00:00
David I. Lehn
0b94dd64f0 thread block/unblock in callback functions indentation update
Original commit message from CVS:
thread block/unblock in callback functions
indentation update
2002-12-21 23:46:29 +00:00
David I. Lehn
b807857c46 email addr update
Original commit message from CVS:
email addr update
2002-12-17 17:40:42 +00:00
David I. Lehn
f33a05d101 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
2002-12-17 17:37:27 +00:00
David I. Lehn
6b99320437 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
2002-11-07 07:31:06 +00:00
David I. Lehn
a8e88c224d 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.
2002-11-07 07:09:19 +00:00
David I. Lehn
079d41c4ac 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()
2002-10-04 21:29:19 +00:00
David I. Lehn
a8a9c7e9d5 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
2002-10-04 05:40:37 +00:00
David I. Lehn
c6737f6a93 support a couple more types
Original commit message from CVS:
support a couple more types
2002-10-04 05:39:24 +00:00
David I. Lehn
88f16dfe8f ignore generated files
Original commit message from CVS:
ignore generated files
2002-10-04 05:37:24 +00:00
David I. Lehn
7cae4e5629 various updates to work with cvs code
Original commit message from CVS:
various updates to work with cvs code
2002-06-17 02:01:54 +00:00
David I. Lehn
18bba4b6ce create defs from h2defs.py output and local hacks
Original commit message from CVS:
create defs from h2defs.py output and local hacks
2002-05-10 03:59:33 +00:00
David I. Lehn
cb96d5a69f 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.
2002-04-15 23:49:11 +00:00
David I. Lehn
0b4078eae0 use proper dl module flags
Original commit message from CVS:
use proper dl module flags
2002-04-15 23:48:22 +00:00
David I. Lehn
5553eff125 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
2002-04-15 17:14:31 +00:00
David I. Lehn
0d60c9d38a 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.
2002-03-27 11:09:40 +00:00
David I. Lehn
fac6f91e8d add license headers
Original commit message from CVS:
add license headers
2002-03-24 11:41:24 +00:00
David I. Lehn
65e6677541 strip GST_ off consts
Original commit message from CVS:
strip GST_ off consts
2002-03-24 07:58:03 +00:00
David I. Lehn
be74250a11 add libtool uninstalled lib paths - yuck
Original commit message from CVS:
add libtool uninstalled lib paths - yuck
2002-03-24 07:57:00 +00:00
David I. Lehn
4fb934cf51 ignore *.pyc
Original commit message from CVS:
ignore *.pyc
2002-03-24 04:33:42 +00:00
David I. Lehn
564e342e89 initial python bindings
Original commit message from CVS:
initial python bindings
2002-03-24 04:32:10 +00:00