diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-05-21 13:06:34 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-05-21 13:06:34 +0200 |
commit | 07334eca5af9f722d0c609dfde931cdd69d06f34 (patch) | |
tree | 536bebfdbf513ed74292abcf34e05e5938ba3e89 /ChangeLog | |
parent | 0e7a388c09dc97089444b91226e497e9fa6bf07a (diff) |
Release 1.3.2
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 336 |
1 files changed, 334 insertions, 2 deletions
@@ -1,9 +1,341 @@ +=== release 1.3.2 === + +2014-05-21 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.3.2 + +2014-05-21 10:50:43 +0200 Sebastian Dröge <sebastian@centricular.com> + + * README: + * common: + Automatic update of common submodule + From 211fa5f to 1f5d3c3 + +2014-05-19 11:05:12 +0200 Sebastian Dröge <sebastian@centricular.com> + + * tests/check/gst/gstvalue.c: + value: Add some positive testcase for string deserialization + +2014-05-18 10:49:50 +0100 Tim-Philipp Müller <tim@centricular.com> + + * README: + * docs/faq/getting.xml: + docs: remove reference to Mandrake and packages we no longer provide + https://bugzilla.gnome.org/show_bug.cgi?id=730312 + +2014-05-15 16:41:58 +0200 Wim Taymans <wtaymans@redhat.com> + + * docs/design/part-caps.txt: + docs: fix typo + +2014-05-14 13:40:03 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/gstpluginloader.c: + pluginloader: fix compiler warning on windows + gstpluginloader.c:584:1: error: label 'beach' defined but not used + https://bugzilla.gnome.org/show_bug.cgi?id=730125 + +2014-05-13 19:51:34 +0100 Tim-Philipp Müller <tim@centricular.com> + + * plugins/elements/gstdownloadbuffer.c: + * plugins/elements/gstsparsefile.c: + * plugins/elements/gstsparsefile.h: + elements: don't depend on libgio just for g_io_error_from_errno() + https://bugzilla.gnome.org/show_bug.cgi?id=729949 + +2014-05-13 19:30:38 +0100 Tim-Philipp Müller <tim@centricular.com> + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/base/Makefile.am: + * libs/gst/base/gstsparsefile.c: + * libs/gst/base/gstsparsefile.h: + * plugins/elements/Makefile.am: + * plugins/elements/gstdownloadbuffer.h: + * plugins/elements/gstsparsefile.c: + * plugins/elements/gstsparsefile.h: + * tests/check/libs/sparsefile.c: + * win32/common/libgstbase.def: + sparsefile: keep it private as helper API for downloadbuffer + There's no expectation that any other element or applications + might want to use this helper API any time soon, so keep it + private for the time being. There were open questions regarding + portability and binding-friendliness too. + This also removes the gio dependency of -base again. + https://bugzilla.gnome.org/show_bug.cgi?id=729951 + https://bugzilla.gnome.org/show_bug.cgi?id=729949 + +2014-05-13 19:14:08 +0100 Tim-Philipp Müller <tim@centricular.com> + + * docs/libs/gstreamer-libs.types: + docs: pick up GstBaseParse hierarchy and properties + +2014-05-13 19:10:43 +0100 Tim-Philipp Müller <tim@centricular.com> + + * docs/libs/gstreamer-libs-sections.txt: + docs: expose GstPushSrcClass in documentation + Might come in handy in case someone wants to derive from it. + +2014-05-12 17:03:46 +0200 Edward Hervey <bilboed@bilboed.com> + + * gst/gstpluginloader.c: + pluginloader: Don't leak pluginloader in error cases + CID #1212154 + +2014-05-12 16:59:29 +0200 Edward Hervey <bilboed@bilboed.com> + + * gst/gstcaps.c: + caps: Don't leak features on error cases + If we fail to parse fields, we would end up leaking the features we + parsed just before + CID #1212152 + +2014-05-09 14:28:59 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * libs/gst/base/gstbasetransform.c: + basetransform: Correctly reset configuration + When pool can't we use, and we fall back to default pool, we need to + correctly reset that pool configuration. + +2014-05-09 14:46:59 +0200 Edward Hervey <bilboed@bilboed.com> + + * libs/gst/net/gstnettimeprovider.c: + nettimeprovider: Use non-freed variable + address is only used temporarily. Use the proper variable instead. + CID #1212189 + +2014-05-08 17:33:37 -0300 Thiago Santos <ts.santos@sisa.samsung.com> + + * tests/check/elements/multiqueue.c: + tests: multiqueue: test to check queue overrun with pts=none + Checks if buffers with pts=none can break the queue time size limit + and allow more buffers than expected + +2014-05-08 14:48:00 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * plugins/elements/gstdownloadbuffer.c: + downloadbuffer: Fix 32bit build + format '%lli' expects argument of type 'long long int', but argument 8 has type 'gsize' + +2014-05-08 14:12:16 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * libs/gst/base/gstbasesrc.c: + pool-nego: Correctly reset the configuration + When pool cannot be used, correctly reset the configuration before + configuration a default pool. + +2014-04-15 14:17:00 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * libs/gst/base/gstbasesrc.c: + * libs/gst/base/gstbasetransform.c: + pool-nego: Retry setting configuration with modified config + Buffer pool set_config() may return FALSE if requested configuration needed + small changes. Reget the config and try setting it again (validating the + changes first). This ensure we have a configured pool if possible. + https://bugzilla.gnome.org/show_bug.cgi?id=727916 + +2014-05-08 12:47:43 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * docs/gst/gstreamer-sections.txt: + * gst/gstbufferpool.c: + * gst/gstbufferpool.h: + * tests/check/gst/gstbufferpool.c: + * win32/common/libgstreamer.def: + bufferpool: Add an helper to validate config + When we call gst_buffer_pool_set_config() the pool may return FALSE and + slightly change the parameters. This helper is useful to do the minial required + validation before accepting the modified configuration. + https://bugzilla.gnome.org/show_bug.cgi?id=727916 + +2014-04-08 19:27:55 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * gst/gstbufferpool.c: + bufferpool: Update the configure even if set_config() returned false + According to the documentation, when set_config() return false, it should be + possible to read the modified version of the config. This patch fixes the + implementation so it is now according to the documentation. + https://bugzilla.gnome.org/show_bug.cgi?id=727916 + +2014-05-06 15:35:14 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * gst/gstbufferpool.c: + * tests/check/gst/gstbufferpool.c: + bufferpool: Add support for reconfiguring a pool + If a pool config is being configured again, check if the configuration have changed. + If not, skip that step. Finally, if the pool is active, try deactivating it. + https://bugzilla.gnome.org/show_bug.cgi?id=728268 + +2014-05-06 16:59:34 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * gst/gstvalue.c: + * tests/check/gst/gstvalue.c: + value: Add support for GstAllocationParams comparision + This is useful to compare buffer pool configuaration. + https://bugzilla.gnome.org/show_bug.cgi?id=728268 + +2014-05-06 16:46:55 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * gst/gstvalue.c: + * tests/check/gst/gstvalue.c: + value: Add support for GObject comparising in structures + This is useful to allow comparing pool configuration where a GstAllocator + is set. + https://bugzilla.gnome.org/show_bug.cgi?id=728268 + +2014-05-08 17:50:50 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/gstplugin.c: + plugin: fix case where gst_plugin_load_file() didn't set the error on failure + +2014-05-08 16:30:55 +0100 Tim-Philipp Müller <tim@centricular.com> + + * libs/gst/base/gstsparsefile.c: + sparsefile: add some Since markers to docs + +2014-05-08 16:25:55 +0100 Tim-Philipp Müller <tim@centricular.com> + + * libs/gst/base/gstsparsefile.c: + * libs/gst/base/gstsparsefile.h: + * tests/check/libs/.gitignore: + sparsefile: sprinkle G_BEGIN_DECLS / G_END_DECLS + for c++, and remove outdated comment, and add + new unit test to .gitignore. + +2014-05-08 16:49:53 +0200 Wim Taymans <wtaymans@redhat.com> + + * plugins/elements/gstdownloadbuffer.c: + downloadbuffer: small cleanups + +2014-05-08 14:51:12 +0200 Wim Taymans <wtaymans@redhat.com> + + * docs/libs/gstreamer-libs-sections.txt: + * docs/plugins/Makefile.am: + * docs/plugins/gstreamer-plugins-docs.sgml: + * docs/plugins/gstreamer-plugins-sections.txt: + * docs/plugins/gstreamer-plugins.args: + * docs/plugins/gstreamer-plugins.hierarchy: + * docs/plugins/inspect/plugin-coreelements.xml: + * plugins/elements/gstdownloadbuffer.c: + downloadbuffer: update docs + +2014-05-08 14:50:42 +0200 Wim Taymans <wtaymans@redhat.com> + + * win32/common/libgstbase.def: + win32: update def + +2014-02-21 16:32:52 +0100 Wim Taymans <wtaymans@redhat.com> + + * libs/gst/base/Makefile.am: + * libs/gst/base/gstsparsefile.c: + * libs/gst/base/gstsparsefile.h: + * plugins/elements/Makefile.am: + * plugins/elements/gstdownloadbuffer.c: + * plugins/elements/gstdownloadbuffer.h: + * plugins/elements/gstelements.c: + * tests/check/Makefile.am: + * tests/check/libs/sparsefile.c: + Add new downloadbuffer element + See https://bugzilla.gnome.org/show_bug.cgi?id=680183 + +2014-05-02 17:42:58 +0200 Wim Taymans <wtaymans@redhat.com> + + * gst/gstelement.c: + * gst/gstpadtemplate.h: + * plugins/elements/gstmultiqueue.c: + pads: update docs for request pads + We would like to encourage the use of gst_element_request_pad() + +2014-05-02 17:02:37 +0100 Tim-Philipp Müller <tim@centricular.com> + + * libs/gst/check/libcheck/check.c: + check: use _exit() instead of exit() in fail_unless() so we exit immediately + exit() will call atexit handlers, which may try to + clean up things or wait for things to get cleaned up, + which we don't want or need. We just want to stop + and let the parent know about the failure as quickly + as possible in case fork() is used. + Fixes timeouts on assert failures in checks where + an exit handler waits for things to stop, but they + don't stop because they haven't been shut down, + and they haven't been shut down because there's no + simple way to do so on failures. + http://sourceforge.net/p/check/patches/50/ + +2014-05-04 14:52:01 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/gstvalue.c: + value: init flag mask more correctly + +2014-05-04 13:32:46 +0000 Руслан Ижбулатов <lrn1986@gmail.com> + + * plugins/elements/gstfilesrc.c: + filesrc: g_memmove() is deprecated + https://bugzilla.gnome.org/show_bug.cgi?id=712811 + +2014-05-03 20:48:22 +0200 Sebastian Dröge <sebastian@centricular.com> + + * configure.ac: + Back to development + === release 1.3.1 === -2014-05-03 Sebastian Dröge <slomo@coaxion.net> +2014-05-03 17:41:41 +0200 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.3.1 + * docs/plugins/gstreamer-plugins.hierarchy: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstenumtypes.c: + * win32/common/gstenumtypes.h: + * win32/common/gstversion.h: + Release 1.3.1 + +2014-05-03 17:34:08 +0200 Sebastian Dröge <sebastian@centricular.com> + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files 2014-05-03 17:20:46 +0200 Sebastian Dröge <sebastian@centricular.com> |