Edward Hervey
eb8869dce1
gst: Bump required core/base to 0.10.20
...
And clean up code accordingly
2010-10-18 12:01:02 +02:00
Edward Hervey
642fed71da
gst: Update to latest 0.10.31 core/base API
2010-10-18 12:00:57 +02:00
David Schleef
1170f9a34b
Automatic update of common submodule
...
From 5a668bf to 7bbd708
2010-10-14 12:32:36 -07:00
David Schleef
4fac4a5de0
Automatic update of common submodule
...
From c4a8adc to 5a668bf
2010-10-08 12:45:07 -07:00
Sebastian Dröge
7227fb3ee6
Automatic update of common submodule
...
From 5e3c9bf to c4a8adc
2010-10-08 12:56:45 +02:00
Edward Hervey
d387658db8
Automatic update of common submodule
...
From aa0d1d0 to 5e3c9bf
2010-09-21 18:34:55 +02:00
Артём Попов
b921832369
examples: add an example to show looping using segments
...
Fixes #339772 .
2010-09-07 14:29:28 +03:00
Tim-Philipp Müller
9f4a73d282
Automatic update of common submodule
...
From c2e10bf to aa0d1d0
2010-09-07 11:43:30 +01:00
David Schleef
c30e3f6ccf
Automatic update of common submodule
...
From d3d9acf to c2e10bf
2010-09-05 18:59:06 -07:00
Sebastian Dröge
2e9eab3583
Automatic update of common submodule
...
From ec60217 to d3d9acf
2010-09-05 12:21:07 +02:00
Alessandro Decina
d23ce7dfcb
acinclude.m4: also look in ${py_prefix}/lib for libpythonX.Y.so.
...
Fixes loading the python plugin loader in gentoo.
2010-08-30 17:12:12 +02:00
Leo Singer
2c31e12c5e
plugin: fix spurious exceptions in pygst_require. Fixes #624592 .
2010-08-30 11:57:07 +02:00
Leo Singer
01dda89d42
plugin: refresh the plugin registry when plugins change.
2010-08-30 11:52:58 +02:00
Alessandro Decina
ca020b3dd7
plugin: call pygtk.require("2.0") before importing pygobject. Fixes #623105 .
...
Based on a patch from Leo Singer.
2010-08-27 13:20:24 +02:00
Leo Singer
84f6e26768
gst: add bindings for more gst.util_uint64_scale_*
2010-08-27 12:43:59 +02:00
Alessandro Decina
da958ac00b
plugin: remove an unneeded PyType_Check call. Makes it work on centos for real.
2010-08-27 01:16:43 +02:00
Alessandro Decina
05a4a8e60b
plugin: declare _PyGstElement_Type as void*.
...
Declaring _PyGstElement_Type as PyTypeObject makes the loader on centos fail
because of a missing symbol.
2010-08-26 23:34:04 +02:00
Alessandro Decina
e564f783ca
Make the plugin loader work on OSX with the standard python install.
2010-08-26 17:14:32 +02:00
Alessandro Decina
01ce2d2060
Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-python
2010-08-26 14:45:06 +02:00
Alessandro Decina
53e5a77f52
plugin: don't link to libpython
2010-08-26 12:15:19 +02:00
Alessandro Decina
9ee33ad301
acinclude.m4: use a better way to find the correct PYTHON_LIB_LOC.
2010-08-26 12:15:19 +02:00
Alessandro Decina
c5b2a96bc9
plugin: refactor the initialization code.
...
Remove references to global python objects from the initialization code. This
makes it possible to avoid linking to libpython.
2010-08-26 12:15:19 +02:00
Alessandro Decina
31a61551b4
plugin: fix the manual loading of libpythonX.Y.so.
2010-08-25 12:36:14 +02:00
Alessandro Decina
8b02893346
plugin: check for _Py_NoneStruct instead of Py_None.
...
When checking if CPython is already loaded, don't check for Py_None which is a
macro but use _Py_NoneStruct which is a real symbol.
2010-08-25 11:08:15 +02:00
Stefan Kost
e3a125a49f
Automatic update of common submodule
...
From 3e8db1d to ec60217
2010-08-13 17:25:05 +03:00
Tim-Philipp Müller
43b3fe6b4a
Automatic update of common submodule
...
From bd2054b to 3e8db1d
2010-08-10 10:59:39 +01:00
Alessandro Decina
dc6b4f7a0a
gst.Structure: raise TypeError when assigning None to a key
2010-08-06 23:18:02 +02:00
Stefan Kost
b1f499ec7e
Automatic update of common submodule
...
From a519571 to bd2054b
2010-08-05 13:57:53 +03:00
Sebastian Dröge
4707a302d0
configure: Check if the compiler supports ISO C89 or C99 and which parameters are required
...
This first checks what is required for ISO C99 support and sets the relevant
compiler parameters and if no C99 compiler is found, it checks for a
C89 compiler. This enables us to check for and use C89/C99 functions
that gcc hides from us without the correct compiler parameters.
2010-08-04 19:31:40 +02:00
Alessandro Decina
92a1c11ed3
test_fraction: add a test for gobject property marshalling.
2010-07-26 19:42:39 +02:00
Alessandro Decina
e20157bda2
gst: implement getters and setters for GST_TYPE_FRACTION properties. Fixes #624882 .
2010-07-26 19:42:34 +02:00
Edward Hervey
04c94b9100
Back to development.
2010-07-16 12:44:46 +02:00
Edward Hervey
dc1ae0ffbb
Release 0.10.19 "Insert Casablanca quote here"
2010-07-15 21:01:35 +02:00
Alessandro Decina
56a725879d
gst.GhostPad: allow set_target(None) to unset the target. Fixes #590735 .
2010-07-14 12:35:35 +02:00
Edward Hervey
35fe0f419d
configure.ac: 0.10.18.4 pre-release
2010-07-07 12:12:09 +02:00
Edward Hervey
22db96fc6d
gst: Add GST_TAG_IMAGE_ORIENTATION
2010-07-07 12:12:09 +02:00
Edward Hervey
3573dfefa9
base: Add new GstBaseSink methods
2010-07-07 12:07:55 +02:00
Edward Hervey
47ad309115
configure.ac: 0.10.18.3 pre-release
2010-06-30 10:26:25 +02:00
Edward Hervey
e1843c5f8f
Bump automake requirements to 1.10 and autoconf to 2.60
2010-06-30 10:25:50 +02:00
Edward Hervey
437837f312
0.10.18.2 pre-release
2010-06-27 10:46:14 +02:00
Edward Hervey
110de36d65
Add gst-plugins-base 0.10.29/0.10.30 API additions
2010-06-27 10:35:55 +02:00
Edward Hervey
e485bad78b
Add new core library API from 0.10.30
2010-06-27 10:14:58 +02:00
Edward Hervey
7ac79bfef9
Add new core 0.10.29 and 0.10.30 API definitions
2010-06-27 10:08:02 +02:00
Stefan Kost
e3d0bc1448
Automatic update of common submodule
...
From 35617c2 to a519571
2010-06-24 15:10:08 +03:00
Edward Hervey
316814eb0c
Automatic update of common submodule
...
From 9339ccc to 35617c2
2010-06-15 16:50:48 +02:00
Stefan Kost
e7816ecd79
Automatic update of common submodule
...
From 5adb1ca to 9339ccc
2010-06-15 16:55:09 +03:00
Stefan Kost
c01bbe27a6
Automatic update of common submodule
...
From 57c89b7 to 5adb1ca
2010-06-15 16:36:19 +03:00
Stefan Kost
e082a7e559
Automatic update of common submodule
...
From c804988 to 57c89b7
2010-06-15 15:50:39 +03:00
Sebastian Dröge
09a3cab9bc
configure: Use GLIB_EXTRA_CFLAGS
2010-06-14 13:28:37 +02:00
Sebastian Dröge
80cd7274ec
Automatic update of common submodule
...
From 7a0fdf5 to c804988
2010-06-14 13:05:52 +02:00