Jan Schmidt
75d7464e3c
back to development -> 0.10.17.1
2009-10-06 19:48:48 +01:00
Jan Schmidt
4d4ec116fc
Add 0.10.17 release to the doap file
2009-10-05 14:29:41 +01:00
Jan Schmidt
6de8ad8d66
Release 0.10.17
2009-10-05 14:06:11 +01:00
Jan Schmidt
a38bcc2bc6
0.10.16.3 pre-release
2009-09-17 01:21:47 +01:00
Edward Hervey
5d90f1d431
Update definitions and ignores for core/base 0.10.25. Fixes #587432
2009-09-16 16:23:27 +02:00
Jan Schmidt
21ba9b25a5
0.10.16.2 pre-release
2009-09-12 00:26:57 +01:00
Jan Schmidt
b0898556bb
test: Fix the structure_changed message test
...
The core changed to use sink pads for the structure changed
message instead of source pads. Might as well fix the test too.
2009-09-11 22:41:28 +01:00
Sebastian Dröge
e32f83d608
Automatic update of common submodule
...
From 94f95e3 to 19fa4f3
2009-09-05 10:25:19 +02:00
Edward Hervey
7c6041d479
Add test_audio.py.
2009-08-21 16:41:29 +02:00
Johannes Berg
e2de828bba
Use only one copy of pygstminiobject. Fixes #590348 .
...
Instead of linking pygstminiobject.c into all the modules,
we can link it only into _gst and export the symbols for
the other modules. This fixes bug #590348 because now the
class key/id is common for all modules as a side-effect.
Also makes the modules smaller.
2009-08-21 16:38:32 +02:00
Alessandro Decina
9350cfa633
Fix leak in gst_base_sink_get_lasy_buffer. Fixes #592447 .
2009-08-20 15:46:53 +02:00
Christian Schaller
de02b9de2e
Update spec file
2009-08-18 14:45:41 +01:00
Alessandro Decina
3bcc688758
Release the GIL around gst_pad_link.
2009-08-13 11:46:05 +02:00
Edward Hervey
f46cb7c335
gstpad: Don't forget to acquire/release the GIL in pac_block_destroy_data
2009-08-13 11:00:49 +02:00
Sebastian Dröge
aa92fc1bd7
Use LC_ALL=C for the tests as some are comparing localized strings
...
Fixes bug #590803 .
2009-08-08 22:49:16 +02:00
Marc-Andre Lureau
a2f663f245
Run libtoolize before aclocal
...
This unbreaks the build in some cases. Fixes bug #582021
2009-08-06 14:29:48 +02:00
Jan Schmidt
f296c96d38
back to development -> 0.10.16.1
2009-08-06 01:45:07 +01:00
Jan Schmidt
1ba4610d1b
Add 0.10.16 release to the doap file
2009-08-05 02:04:12 +01:00
Jan Schmidt
0d0b85cb15
Release 0.10.16
2009-08-05 01:34:03 +01:00
Stefan Kost
54cbb3220b
Automatic update of common submodule
...
From fedaaee to 94f95e3
2009-07-24 00:43:35 +03:00
Jan Schmidt
c873d8c60c
0.10.15.3 pre-release
2009-07-20 17:52:10 +01:00
Edward Hervey
065a82a88a
gst: More API additions to gstreamer core. Fixes #587432
2009-07-17 11:48:36 +02:00
Jan Schmidt
3f466167e9
0.10.15.2 pre-release
2009-07-14 19:00:28 +01:00
Olivier Crête
dae5d0050f
Automatic update of common submodule
...
From 5845b63 to fedaaee
2009-07-13 12:24:35 -04:00
Edward Hervey
dfc49916ec
gstquery.override: Wrap remainig gst_query_parse*() methods.
2009-07-01 16:01:53 +02:00
Edward Hervey
70f4f4c646
gstevent.override: Fix typos.
2009-07-01 16:01:41 +02:00
Edward Hervey
7ad1b84f50
gst.Message: Wrap remaining parse_*() methods.
2009-07-01 13:54:57 +02:00
Edward Hervey
13d2cb2145
gst.Event: wrap parse_new_segment_full()
2009-07-01 13:54:40 +02:00
Edward Hervey
92d6245ff6
gst.defs: Properly mark functions returning new objects
2009-07-01 13:53:54 +02:00
Edward Hervey
eb2aedc523
gst.Message: Add overrides for new 0.10.24 messages
2009-07-01 12:30:59 +02:00
Edward Hervey
f1bbb486ae
gst.Event: Add override for step event
2009-07-01 12:30:40 +02:00
Edward Hervey
a018096a7c
Update .defs for core API additions
2009-07-01 10:58:42 +02:00
Edward Hervey
d14595f052
codegen: Fix const GBoxed return wrapping.
2009-07-01 10:57:29 +02:00
Jan Schmidt
997dd01c02
Automatic update of common submodule
...
From f810030 to 5845b63
2009-06-26 13:43:51 +01:00
Jan Schmidt
5d84a8d24a
Automatic update of common submodule
...
From c572721 to f810030
2009-06-24 15:16:20 +01:00
Jan Schmidt
71539efe7f
values: Fix segfault in the testsuite
...
It seems pygst_value_from_pyobject should not unref the passed
in object. Wrap the original pygst_value_from_pyobject in a function
that converts unicode python objects and then unrefs the temporary
object after extraction into a GValue.
2009-06-05 23:26:11 +01:00
Thomas Vander Stichele
26fa6dd184
wrap gst_tag_to_vorbis_comment; fix uint tag setting
...
Setting gst.TAG_TRACK_NUMBER was failing because GStreamer
expects a uint while Python object -> GValue conversion was
giving an int. gst_tag_to_vorbis_comment was wrapped so
this conversion could be tested and failed on properly.
2009-06-01 22:02:47 +02:00
Thomas Vander Stichele
88f3323bfe
Convert unicode objects to utf-8 encoded G_STRINGs
2009-06-01 19:08:47 +02:00
Thomas Vander Stichele
eb3701dfe5
fix some grammar, add some debug
2009-06-01 12:46:03 +02:00
Edward Hervey
db8ae1f191
gst.defs: Replace gchar** by GStrv to wrap more methods. Fixes #580992
2009-05-26 21:02:19 +02:00
Jan Schmidt
626e9889e5
Automatic update of common submodule
...
From 888e0a2 to c572721
2009-05-26 17:20:32 +01:00
Edward Hervey
3ae49e9d61
gstpythonplugin: Don't use pyg_gil_* in pure python. Fixes #583378
...
At this point, pygobject wasn't loaded yet ... cause pyg_gil_state_ensured
to not be initialized to the proper method.
2009-05-22 12:06:49 +02:00
Jan Schmidt
695e1f76b4
Automatic update of common submodule
...
From 6ab11d1 to 888e0a2
2009-05-22 10:21:17 +01:00
Edward Hervey
f72c2fe02a
gst-pb-0.10.23.ignore: Remove stray empty line.
...
This caused some issues on some systems.
2009-05-12 11:52:11 +02:00
Jan Schmidt
ff40706684
Back to development -> 0.10.15.1
2009-05-11 21:22:35 +01:00
Jan Schmidt
ba5f9d2843
Release 0.10.15
2009-05-11 00:11:58 +01:00
Edward Hervey
e0f858c166
0.10.14.5 pre-release
2009-05-07 14:57:57 +02:00
Edward Hervey
ed998fec03
gst-pb-0.10.23: Fix the ignores, globs need to go in a special section.
...
Finishes fixing #581729
2009-05-07 14:50:04 +02:00
Edward Hervey
ff43cb3c67
gst-0.10.23.ignore: Add newly added enum values. Partially fixes #581729
2009-05-07 14:49:53 +02:00
Edward Hervey
49fc5b26ff
codegen: Allow ignoring enum values. Partially fixes #581729
...
This is needed to ignore new enum values that are added in new gstreamer
core/base versions.
2009-05-07 14:49:35 +02:00