Commit graph

1409 commits

Author SHA1 Message Date
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
Sebastian Dröge
a5619a851f Automatic update of common submodule
From 6da3bab to 7a0fdf5
2010-06-14 11:35:37 +02:00
Sebastian Dröge
0e2f799df9 Automatic update of common submodule
From 733fca9 to 6da3bab
2010-06-12 08:29:58 +02:00
David Schleef
6d80d02c06 Automatic update of common submodule
From fad145b to 733fca9
2010-06-09 12:40:32 -07:00
David Schleef
f3c5c93835 Automatic update of common submodule
From 47683c1 to fad145b
2010-06-09 12:34:26 -07:00
Edward Hervey
39c325cb16 pkgconfig: Remove the includedir variables
First of all because we don't install anything (doh!), and secondly
because it confuses the hell out of 3rd party python modules
using the values from those .pc files.
2010-06-09 17:07:40 +02:00
Tim-Philipp Müller
aa183d9231 autogen.sh: remove undefined configure options 2010-06-03 13:09:28 +01:00
David Schleef
1bde3fff81 Automatic update of common submodule
From 17f89e5 to 47683c1
2010-06-01 23:49:45 -07:00
David Schleef
9349bc3837 Automatic update of common submodule
From fd7ca04 to 17f89e5
2010-06-01 22:55:32 -07:00
Tim-Philipp Müller
673fe4f48d build: put build files into m4/ instead of common/m4/
We don't want the common submodule directory contaminated with
random build cruft.
2010-05-28 10:34:56 +01:00
Tim-Philipp Müller
1f88d742a6 doap: update repository info from cvs->git and maintainers 2010-05-28 10:34:55 +01:00
Tim-Philipp Müller
1c944eeec1 Automatic update of common submodule
From 357b0db to fd7ca04
2010-05-26 11:56:24 +01:00
Tim-Philipp Müller
22b81bf577 Automatic update of common submodule
From 4d67bd6 to 357b0db
2010-05-14 18:26:13 +01:00
Thiago Santos
5ea379d845 gstmodule: Add missing tags
Map GST_TAG_* that were missing in gst-python bindings
2010-05-03 14:15:20 -03:00
Olivier Aubert
f01b950a4c Implement setter for gst.Buffer.size
https://bugzilla.gnome.org/show_bug.cgi?id=589582
2010-04-29 16:10:20 +02:00
Thiago Santos
697c8e73f7 tag: Adds xmp functions mappings
Maps gst_tag_list_from_xmp_buffer and
gst_tag_list_to_xmp_buffer

https://bugzilla.gnome.org/show_bug.cgi?id=617068
2010-04-29 16:05:26 +02:00