~ubuntu-branches/ubuntu/precise/gst0.10-python/precise

« back to all changes in this revision

Viewing changes to NEWS

Tags: upstream-0.10.8
Import upstream version 0.10.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This is GStreamer Python Bindings 0.10.7, "You want to feel sorry for yourself, Don't you ?"
 
1
This is GStreamer Python Bindings 0.10.8, "This time I know our side will win."
 
2
 
 
3
Changes since 0.10.7:
 
4
 
 
5
Bugs fixed since 0.10.7:
 
6
 
 
7
      * 398567 : undefined symbol: libxml_xmlDocPtrWrap
 
8
      * 343980 : [solaris] import gst crash python
 
9
      * 363795 : Impossible to reset a pad to " unnegotiated " from Python
 
10
      * 380966 : Discoverer doesn't cope well with demuxers that don't cre...
 
11
      * 381243 : No checks are made when converting from gst.Fraction to G...
 
12
      * 385841 : Handle gchar** (GStrv) arguments
 
13
      * 410838 : gst-python doesn't handle gst.Buffers in GValues (e.g. in...
 
14
      * 418222 : New parameter to the discoverer to change the default max...
 
15
      * 432521 : [gst-discover] show audio and video length in ms
 
16
      * 433375 : [win32] autogenerated win32/common/config.h needed
 
17
      * 436620 : get_uri_type methods should return enum objects
 
18
      * 446674 : API break
 
19
      * 450117 : [PATCH] gst.event_new_custom needs to copy structure as C...
 
20
      * 451645 : gst.Buffer.stamp() is broked
 
21
      * 454259 : Requestable Pad Segfaults When No Name Is Supplied
 
22
      * 376996 : [PATCH] Fully implement GstPropertyProbe interface
 
23
      * 415003 : build warnings against python 2.5 on x86_64
 
24
      * 428299 : Allow python elements to implement pad queries
2
25
 
3
26
Changes since 0.10.6:
4
27
      * Threadsafe fix