Changelog for
python-gstreamer-1.2.1-9.71.i586.rpm :
* Thu Jul 03 2014 hillwoodAATTlinuxfans.org- Update to 1.2.1
* python3: apply pep 238 for division overload Python 3 needs an __truediv__ operator method, used in GstFraction. see: http://legacy.python.org/dev/peps/pep-0238/ https://bugzilla.gnome.org/show_bug.cgi?id=726920
* overrides: Import the _gi_gst module relative We always expect it to be in the same directory and it fixes its import with python3 https://bugzilla.gnome.org/show_bug.cgi?id=726921
* Fix extension of native Python module When building debug modules this e.g. has to be _d.so instead of just .so
* We actually depend on python 2.5 not 2.7
* overrides: Checking an empty caps should return False
* I missed the zip code last time round - fix it. Thanks to Michael Schwendt in https://bugzilla.redhat.com/show_bug.cgi?id=1034341#c11 for pointing this out to me. Signed-off-by: Simon Farnsworth
https://bugzilla.gnome.org/show_bug.cgi?id=72031
* Gst: Add python version of GST_TIME_ARGS
* Add
*.so to gitignore- Remove devel package, upstream have removed it.
* Fri Mar 01 2013 dimstarAATTopensuse.org- Spec-cleanup using format_spec_file service.
* Tue Nov 15 2011 vuntzAATTopensuse.org- Update to version 0.10.22: + pad probes working properly with recent GStreamer + fixes for encoding profiles and encodebin + build fixes + install pygst.h, pygstminiobject.h and other headers so they can be used by other python bindings such the ones for gstreamer-editing-services + Bugs fixed: bgo#587432, bgo#639421, bgo#639423, bgo#639427, bgo#640207, bgo#640341, bgo#640410, bgo#640837, bgo#649227, bgo#650986, bgo#650987, bgo#656289, bgo#657435.
* Thu Jun 09 2011 vuntzAATTopensuse.org- Drop python-gnome Requires: it was only there for the gnome-vfs bindings, and they are not used anymore.
* Fri May 06 2011 dimstarAATTopensuse.org- Update to version 0.10.21: + gstreamer core/base 0.10.32 API additions + Fix GstDiscover methods.
* Tue Dec 07 2010 vuntzAATTopensuse.org- Update to version 0.10.20: + libpython loading fixes + MacOSX standard python support
* Sun Aug 08 2010 vuntzAATTopensuse.org- Move some files to devel subpackage.
* Fri Aug 06 2010 vuntzAATTopensuse.org- Update to version 0.10.19: + Updates to 0.10.29/0.10.30 core/base API addition.
* Mon Mar 08 2010 dimstarAATTopensuse.org- Update to version 0.10.18: + Updates to 0.10.26 core/base API addition + Bugs fixed: - bgo#592459: info.print_info() uses info.tags.pop() to get values, but pop is destructive, so calling print_info twice can return different results - bgo#599818: Import of pygst fails with Element missing
* Wed Dec 02 2009 vuntzAATTopensuse.org- Update to version 0.10.17: + Fix leak in gst_base_sink_get_last_buffer() + Fix linking of pygstminiobject + Add test_audio.py example + Fix deadlocks calling gst_pad_link() + Bugs fixed: - bgo#590348 : [audio (and other modules)] can\'t use pygstminiobject ! - bgo#590803 : checks fail in non-English locale - bgo#592447 : memory leak on certain pipelines with appsink
* Wed Aug 12 2009 sbrabecAATTsuse.cz- Updated to version 0.10.16:
* Update bindings for GStreamer 0.10.24
* Fixes for the python plugin loader
* Bugs fixed: bgo#580992, bgo#583378, bgo#583607, bgo#584445.
* Sun May 17 2009 vuntzAATTnovell.com- Update to version 0.10.15: + Support new API in core/base + Fixes for python 2.6 + Other bug-fixes and improvements + Bugs fixed: bgo#304361, bgo#576145, bgo#514717, bgo#571156, bgo#571380, bgo#572487, bgo#574251, bgo#574258, bgo#574272, bgo#576505, bgo#577735, bgo#578435, bgo#578731, bgo#578848, bgo#579183, bgo#579325, bgo#579383, bgo#581546, bgo#581729, bgo#581737, bgo#579416, bgo#579455, bgo#576546
* Thu May 07 2009 vuntzAATTnovell.com- Remove AutoReqProv: it\'s default now.- Do not call autoreconf: we don\'t need this.- Split devel package.