diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-05-14 15:20:24 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-05-14 15:20:24 +0000 |
commit | bac38e8c1e599a8c3efafb205703c364bd84fe5f (patch) | |
tree | df3546dcc46c3487909fd5826ef5942ef7fdfec0 /NEWS | |
parent | 21f402adcadb2fb5734976436e2bb13cfca188af (diff) | |
download | gstreamer-bac38e8c1e599a8c3efafb205703c364bd84fe5f.tar.gz |
configure.ac: releasing 0.10.6, "Take the cannoli"RELEASE-0_10_6
Original commit message from CVS:
2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
releasing 0.10.6, "Take the cannoli"
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 36 |
1 files changed, 35 insertions, 1 deletions
@@ -1,4 +1,38 @@ -This is GStreamerĀ 0.10.5, "Fogo" +This is GStreamerĀ 0.10.6, "Take the cannoli" + +Changes since 0.10.5: + + * Fixes for the collectpads helper + * Support for proper time recording on server-trickmode streams + via the applied_rate parameter of the NewSegment event + * Many bug fixes + +Bugs fixed since 0.10.5: + + * 339808 : [patch] mem-leak of bin in gstbin.c + * 338339 : [patch] registry cache is always written + * 339843 : [patch] fdsink should not handle short writes and non fat... + * 340016 : does not build on opensolaris, must always include config... + * 340079 : gst-launch wrapper fails with 'No version of tool gst-lau... + * 340174 : locking problem in gstbasesink + * 340460 : gst-launch no longer supports --version + * 340508 : remove glib pre 2.8 hacks and compat stuff + * 340604 : gst_mini_object_ref () docs make no mention of writeability + * 340608 : leaking caps in padtemplate + * 340697 : gstsystemclock hangs when outputting to stdout via fdsink + * 340721 : API: add GST_TAG_IMAGE + * 340772 : [qtdemux] bails out on Meet The Robinsons trailer + * 341556 : gst-launch: print image tags in a human readable form + * 339821 : [patch] serializing a GValue with a NULL buffer crashes + +API added since 0.10.5: + + * gst_adapter_take_buffer() + * GST_TAG_IMAGE tag added. + * gst_event_new_new_segment_full() + * gst_event_parse_new_segment_full() + * GstSegment::applied_rate field + * gst_segment_set_newsegment_full() Changes since 0.10.4: |