- Oct 05, 2009
-
-
Jan Schmidt authored
-
- Sep 17, 2009
-
-
Jan Schmidt authored
-
- Sep 16, 2009
-
-
Edward Hervey authored
-
- Sep 11, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
The core changed to use sink pads for the structure changed message instead of source pads. Might as well fix the test too.
-
- Sep 05, 2009
-
-
Sebastian Dröge authored
From 94f95e3 to 19fa4f3
-
- Aug 21, 2009
-
-
Edward Hervey authored
-
Johannes Berg authored
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.
-
- Aug 20, 2009
-
-
Alessandro Decina authored
-
- Aug 18, 2009
-
-
Christian Schaller authored
-
- Aug 13, 2009
-
-
Alessandro Decina authored
-
Edward Hervey authored
-
- Aug 08, 2009
-
-
Sebastian Dröge authored
Fixes bug #590803.
-
- Aug 06, 2009
-
-
Marc-André Lureau authored
This unbreaks the build in some cases. Fixes bug #582021
-
Jan Schmidt authored
-
- Aug 05, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
- Jul 23, 2009
-
-
Stefan Kost authored
From fedaaee to 94f95e3
-
- Jul 20, 2009
-
-
Jan Schmidt authored
-
- Jul 17, 2009
-
-
Edward Hervey authored
-
- Jul 14, 2009
-
-
Jan Schmidt authored
-
- Jul 13, 2009
-
-
Olivier Crête authored
From 5845b63 to fedaaee
-
- Jul 01, 2009
-
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-
- Jun 26, 2009
-
-
Jan Schmidt authored
From f810030 to 5845b63
-
- Jun 24, 2009
-
-
Jan Schmidt authored
From c572721 to f810030
-
- Jun 05, 2009
-
-
Jan Schmidt authored
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.
-
- Jun 01, 2009
-
-
Thomas Vander Stichele authored
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.
-
Thomas Vander Stichele authored
-
Thomas Vander Stichele authored
-
- May 26, 2009
-
-
Edward Hervey authored
-
Jan Schmidt authored
From 888e0a2 to c572721
-
- May 22, 2009
-
-
Edward Hervey authored
At this point, pygobject wasn't loaded yet ... cause pyg_gil_state_ensured to not be initialized to the proper method.
-