File: NEWS

package info (click to toggle)
gst-python 0.8.4-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,192 kB
  • ctags: 486
  • sloc: sh: 8,525; python: 2,488; ansic: 554; makefile: 214
file content (28 lines) | stat: -rw-r--r-- 822 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This is GStreamer Python 0.8.4, "64 bit is enough for anyone"

Changes since 0.8.3:

      * fix installation on 64-bit machines

Changes since 0.8.2:

      * add GStreamer logging support from python
      * added a gst.extend package
      * added modules to do jukebox mixed and levelled playback
      * memleak fixes

Bugs fixed since 0.8.2:

      * 147641 : [docs] pydoc segfaults when viewing gst package doc
      * 171287 : gst-python leaks
      * 313415 : current cvs of gst-python ( branch BRANCH-GSTREAMER-0_8  ...

Changes since 0.8.1:

      * Fixes for gcc 4
      * Dict-like access to Structure and Caps
      * Access to Buffer and Event fields
      * Access to Element flags
      * Access to Probes
      * Overriding of Object, Element and Bin virtual methods posssible
      * Many memleak fixes