2006-03-21 21:48:08 +00:00
|
|
|
This is GStreamer Python Bindings 0.10.3, "Maybe not today. Maybe not tomorrow, but soon..."
|
|
|
|
Changes since 0.10.2:
|
|
|
|
|
|
|
|
* Backwards compatibility with older GStreamer installations
|
|
|
|
* Wrapping of new API in GStreamer
|
|
|
|
* Bug-fixes and enhancements
|
|
|
|
|
|
|
|
Bugs fixed since 0.10.2:
|
|
|
|
|
|
|
|
* 329110 : gst-python sets RTLD_GLOBAL when importing, but doesn't s...
|
|
|
|
* 332586 : pygst.require should raise an error based on StandardErro...
|
|
|
|
* 333055 : PYGIL_API_IS_BUGGY is already defined in pygobect.h
|
|
|
|
* 331616 : gst.version and gst.gst_version differ
|
2006-01-16 20:59:29 +00:00
|
|
|
|
|
|
|
Changes since 0.10.1:
|
|
|
|
|
|
|
|
* Parallel installability with 0.8.x series
|
|
|
|
* Threadsafe design and API
|
|
|
|
* allow fractions in structures
|
|
|
|
* added vmethods for base classes
|
|
|
|
|
|
|
|
Bugs fixed since 0.10.1:
|
|
|
|
|
|
|
|
* 325459 : Fractions cannot be used as values for gst.Structure fileds
|
2005-12-23 18:10:51 +00:00
|
|
|
|
|
|
|
Changes since 0.10.0:
|
|
|
|
|
|
|
|
* added discoverer
|
|
|
|
* updated for core API additions
|
|
|
|
|
|
|
|
API changed since 0.10.0:
|
|
|
|
|
|
|
|
* gst.extend.discoverer
|
|
|
|
* wrapped gst_version()
|
|
|
|
* wrapped gst_type_find_factory_get_list()
|
|
|
|
* wrapped gst_mixer_options_get_values()
|
|
|
|
* wrapped gst_dp_*()
|
|
|
|
* wrapped gst_element_factory_get_static_pad_templates()
|
2005-12-01 19:15:26 +00:00
|
|
|
|
|
|
|
Changes since 0.9.6:
|
|
|
|
|
|
|
|
* Updates for API changes
|
|
|
|
|
|
|
|
Bugs fixed since 0.9.6:
|
|
|
|
|
|
|
|
* 322250 : Remove *_full wrappers
|
2005-11-23 19:58:39 +00:00
|
|
|
|
|
|
|
Changes since 0.9.5:
|
|
|
|
|
|
|
|
* added FractionRange
|
|
|
|
* updated for API changes
|
|
|
|
|
|
|
|
Bugs fixed since 0.9.5:
|
|
|
|
|
|
|
|
* 318793 : check whether new date/tag API needs wrapping
|
|
|
|
* 321839 : pipeline hangs in get_state after changing trival pipeline
|
2005-11-11 19:42:07 +00:00
|
|
|
|
|
|
|
Changes since 0.9.4:
|
|
|
|
|
|
|
|
* Remove mini-object caching, fixes crashes
|
|
|
|
* added gst.TagList
|
|
|
|
* added gst.TIME_ARGS
|
|
|
|
|
|
|
|
Bugs fixed since 0.9.4:
|
|
|
|
|
|
|
|
* 306817 : No way to set tags in gst-python
|
|
|
|
* 320357 : element_query_duration not wrapped
|
2005-10-23 23:00:54 +00:00
|
|
|
|
|
|
|
Bugs fixed since 0.9.3:
|
|
|
|
|
|
|
|
* 315433 : gst.element_factory_make and some other functions should ...
|
|
|
|
* 318684 : [PATCH] reference leaks when using PyList_Append to popul...
|
|
|
|
* 318692 : gst-python fails to build with python 2.3
|