From a13f44fb1e83f0494a61f5678d8c69ecef3ef8b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 28 Aug 2013 12:41:42 +0200 Subject: [PATCH] Release 1.1.4 --- ChangeLog | 636 +++++++++++++++++- NEWS | 2 +- RELEASE | 63 +- configure.ac | 6 +- docs/plugins/inspect/plugin-adder.xml | 2 +- docs/plugins/inspect/plugin-alsa.xml | 2 +- docs/plugins/inspect/plugin-app.xml | 2 +- docs/plugins/inspect/plugin-audioconvert.xml | 2 +- docs/plugins/inspect/plugin-audiorate.xml | 2 +- docs/plugins/inspect/plugin-audioresample.xml | 2 +- docs/plugins/inspect/plugin-audiotestsrc.xml | 2 +- docs/plugins/inspect/plugin-cdparanoia.xml | 2 +- docs/plugins/inspect/plugin-encoding.xml | 2 +- docs/plugins/inspect/plugin-gio.xml | 2 +- docs/plugins/inspect/plugin-ivorbisdec.xml | 2 +- docs/plugins/inspect/plugin-libvisual.xml | 2 +- docs/plugins/inspect/plugin-ogg.xml | 2 +- docs/plugins/inspect/plugin-pango.xml | 2 +- docs/plugins/inspect/plugin-playback.xml | 2 +- docs/plugins/inspect/plugin-subparse.xml | 2 +- docs/plugins/inspect/plugin-tcp.xml | 2 +- docs/plugins/inspect/plugin-theora.xml | 2 +- .../inspect/plugin-typefindfunctions.xml | 2 +- docs/plugins/inspect/plugin-videoconvert.xml | 2 +- docs/plugins/inspect/plugin-videorate.xml | 2 +- docs/plugins/inspect/plugin-videoscale.xml | 2 +- docs/plugins/inspect/plugin-videotestsrc.xml | 2 +- docs/plugins/inspect/plugin-volume.xml | 2 +- docs/plugins/inspect/plugin-vorbis.xml | 2 +- docs/plugins/inspect/plugin-ximagesink.xml | 2 +- docs/plugins/inspect/plugin-xvimagesink.xml | 2 +- gst-plugins-base.doap | 10 + win32/common/_stdint.h | 4 +- win32/common/config.h | 8 +- 34 files changed, 714 insertions(+), 69 deletions(-) diff --git a/ChangeLog b/ChangeLog index ee9ff0eb08..e5d83e7ea7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,639 @@ -=== release 1.1.3 === +=== release 1.1.4 === -2013-07-29 Sebastian Dröge +2013-08-28 Sebastian Dröge * configure.ac: - releasing 1.1.3 + releasing 1.1.4 + +2013-08-28 12:31:23 +0200 Sebastian Dröge + + * po/af.po: + * po/az.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/lv.po: + * po/nb.po: + * po/nl.po: + * po/or.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.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: update translations + +2013-08-27 15:03:54 +0200 Andoni Morales Alastruey + + * gst-libs/gst/video/gstvideoencoder.c: + videoencoder: fix forwarding of GstForceKeyUnit events + Use the frame id to match the output forced keyframe with + the event that forced it. + https://bugzilla.gnome.org/show_bug.cgi?id=706885 + +2013-08-26 11:44:06 +0100 Tim-Philipp Müller + + * ext/vorbis/gstvorbisenc.c: + * ext/vorbis/gstvorbisenc.h: + vorbisenc: remove unused variables + +2013-08-26 11:47:40 +0200 Wim Taymans + + * gst-libs/gst/rtp/gstrtcpbuffer.c: + rtcpbuffer: do additional packet checks + Check the packet size and avoid crashing on malformed packets. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=655727 + +2013-08-26 11:46:11 +0200 Wim Taymans + + * gst-libs/gst/rtp/gstrtcpbuffer.c: + rtcpbuffer: improve bye parsing + It is an error to ask for a non-existing BYE SSRC, the caller should + check the SSRC count first. + +2013-08-23 18:06:36 +0200 Michael Olbrich + + * gst-libs/gst/allocators/gstdmabuf.c: + dmabuf: fix mmap counting + A successful gst_dmabuf_mem_map must always increment the mmap count. + Otherwise the first gst_dmabuf_mem_unmap will unmap the memory and all + other user will access unmapped memory. + https://bugzilla.gnome.org/show_bug.cgi?id=706680 + +2013-08-26 08:08:32 +0200 Alessandro Decina + + * ext/vorbis/gstvorbisenc.c: + vorbisenc: implement flushing + +2013-08-25 10:25:43 +0200 Sebastian Dröge + + * gst-libs/gst/video/gstvideodecoder.c: + * gst-libs/gst/video/gstvideoencoder.c: + videoencoder: Make sure to return TRUE if the same caps are set again + +2013-08-23 19:47:57 +0100 Tim-Philipp Müller + + * gst/audioconvert/gstaudioconvert.c: + audioconvert: improve fixate_format function readability even more + Do the flags comparisons only once and re-use the result. + +2013-08-23 19:41:32 +0100 Tim-Philipp Müller + + * gst/audioconvert/gstaudioconvert.c: + audioconvert: simplify fixate_format function some more + If we have no output format yet, any format will do. The + !out_info condition existed in every path, so just split + it our for clarity. KISS. + +2013-08-23 19:05:41 +0100 Tim-Philipp Müller + + * gst/audioconvert/gstaudioconvert.c: + audioconvert: make fixate function more readable + Use some variables to replace accessor macros to make code + a little bit mor readable. + +2013-08-23 18:52:44 +0100 Tim-Philipp Müller + + * gst/audioconvert/gstaudioconvert.c: + audioconvert: remove unnecessary deep nesting in fixate function + Makes it easier to read and removes two levels of indentation. + +2013-08-23 19:20:03 +0200 Sebastian Dröge + + * gst-libs/gst/video/gstvideoencoder.c: + videoencoder: Only set the caps when they actually changed + +2013-08-23 19:17:16 +0200 Sebastian Dröge + + * gst-libs/gst/audio/gstaudioencoder.c: + audioencoder: Simplify pushing of pending events during negotiation + And also don't send the same caps twice. + +2013-08-23 19:10:48 +0200 Sebastian Dröge + + * gst-libs/gst/audio/gstaudiodecoder.c: + audiodecoder: Fix last commit and simplify code a lot + +2013-08-23 18:51:59 +0200 Sebastian Dröge + + * gst/audioconvert/gstaudioconvert.c: + audioconvert: If we have to lose precision, try to lose as less precision as possible + https://bugzilla.gnome.org/show_bug.cgi?id=706624 + +2013-08-23 16:59:30 +0200 Edward Hervey + + * gst-libs/gst/audio/gstaudiodecoder.c: + audiodecoder: Fix previous commit + (sorry) + +2013-08-23 15:22:43 +0200 Edward Hervey + + * gst-libs/gst/video/gstvideodecoder.c: + videocoder: Don't push out identical caps + This avoids triggering plenty of extra code/methods/overhead downstream when + we can just quickly check whenever we want to set caps whether they are + identical or not + https://bugzilla.gnome.org/show_bug.cgi?id=706600 + +2013-08-23 15:22:05 +0200 Edward Hervey + + * gst-libs/gst/audio/gstaudiodecoder.c: + audiodecoder: Don't push out identical caps + This avoids triggering plenty of extra code/methods/overhead downstream when + we can just quickly check whenever we want to set caps whether they are + identical or not + https://bugzilla.gnome.org/show_bug.cgi?id=706600 + +2013-08-22 17:33:45 +0200 Sebastian Dröge + + * ext/ogg/gstoggdemux.c: + oggdemux: Update segment.base with the chain's start time too + Fixes playback of chained ogg files. + https://bugzilla.gnome.org/show_bug.cgi?id=706569 + +2013-08-22 14:18:29 +0200 Sebastian Dröge + + * gst/typefind/gsttypefindfunctions.c: + typefind: Add typefinder for video/x-pva + https://bugzilla.gnome.org/show_bug.cgi?id=158719 + +2013-08-21 16:02:00 +0100 Tim-Philipp Müller + + * tools/gst-play.c: + gst-play: move current playlist index along in about-to-finish + +2013-08-21 15:39:30 +0100 Tim-Philipp Müller + + * tools/gst-play.c: + gst-play: add --gapless mode + so we can test about-to-finish. + +2013-08-21 12:34:24 +0200 Wim Taymans + + * gst-libs/gst/rtp/gstrtpbasedepayload.c: + rtpbasedepayload: mark DISCONT on buffer in all cases + Always mark discont on the input buffer when we detect a seqnum + discont and not only when we previously marked ourselves DISCONT. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=706422 + +2013-08-21 11:20:28 +0100 Rico Tzschichholz + + * gst-libs/gst/video/gstvideometa.h: + videometa: fix syntax error + +2013-08-14 16:20:45 +0100 Matthieu Bouron + + * gst-libs/gst/tag/gstid3tag.c: + tag: id3: handle publisher, interpreted-by and musical-key tags + https://bugzilla.gnome.org/show_bug.cgi?id=705999 + +2013-08-15 11:03:47 +0100 Matthieu Bouron + + * gst-libs/gst/tag/tag.h: + * gst-libs/gst/tag/tags.c: + tag: add musical-key tag + https://bugzilla.gnome.org/show_bug.cgi?id=705999 + +2013-08-19 10:39:19 +0200 Sebastian Dröge + + * gst-libs/gst/pbutils/descriptions.c: + * gst-libs/gst/pbutils/missing-plugins.c: + * gst-libs/gst/pbutils/pbutils-private.h: + Revert "pbutils: allow describing unfixed caps if they share the same media type" + This reverts commit 065f1603b0f1d2adc8477bf1f3ebe2b154885d89. + This is not considered the correct solution, see: + https://bugzilla.gnome.org/show_bug.cgi?id=703378 + +2013-08-16 13:22:33 +0200 Carlos Rafael Giani + + * gst/typefind/gsttypefindfunctions.c: + typefind: improved and extended typefinder for module music formats + introduced new caps: audio/x-mod, modtype : { xm, okt, mod, ptm, ... } + https://bugzilla.gnome.org/show_bug.cgi?id=706061 + +2013-07-15 16:13:11 -0400 Olivier Crête + + * gst-libs/gst/rtp/gstrtpbaseaudiopayload.c: + rtpbaseaudiopayload: Avoid copying the data + +2013-08-17 16:58:06 +0100 Tim-Philipp Müller + + * tests/icles/playback/test6.c: + tests: fix uridecodebin signal used in playback test6 + "new-decoded-pad" no longer exists. + +2013-08-17 16:53:30 +0100 Tim-Philipp Müller + + * tools/Makefile.am: + * tools/gst-play-1.0.1: + tools: add man page for new gst-play-1.0 utility + https://bugzilla.gnome.org/show_bug.cgi?id=553520 + +2013-08-14 17:04:19 +0100 Tim-Philipp Müller + + * gst-libs/gst/Makefile.am: + * gst-libs/gst/gst-i18n-app.h: + * tools/.gitignore: + * tools/Makefile.am: + * tools/gst-play.c: + tools: add simple command-line gst-play utility for testing purposes + Differs from a plain gst-launch-1.0 playbin uri=... pipeline in that + it can take multiple arguments and as such allows testing of things + like gapless playback, switching between different formats and the + like. Very minimal at this point, we'll probably want to add + interactive controls and more options at some point. + https://bugzilla.gnome.org/show_bug.cgi?id=553520 + +2013-08-16 13:59:35 +0100 Tim-Philipp Müller + + * gst-libs/gst/rtsp/gstrtspmessage.h: + rtsp: fix direct includes + https://bugzilla.gnome.org/show_bug.cgi?id=695889 + +2013-08-16 13:55:33 +0100 Tim-Philipp Müller + + * gst-libs/gst/pbutils/missing-plugins.h: + pbutils: fix direct includes + https://bugzilla.gnome.org/show_bug.cgi?id=695889 + +2013-08-16 13:47:31 +0100 Tim-Philipp Müller + + * gst-libs/gst/video/gstvideodecoder.h: + * gst-libs/gst/video/gstvideoutils.h: + * gst-libs/gst/video/video-chroma.h: + * gst-libs/gst/video/video-frame.h: + video: make direct includes work again + Not nice to break people's code if we can avoid it. Could + add a warning in the next cycle, and then require single + includes in the cycle after. + https://bugzilla.gnome.org/show_bug.cgi?id=695889 + +2013-08-16 13:06:58 +0100 Tim-Philipp Müller + + * gst-libs/gst/audio/audio-channels.h: + * gst-libs/gst/audio/audio-format.h: + * gst-libs/gst/audio/audio-info.h: + * gst-libs/gst/audio/gstaudiobasesink.h: + * gst-libs/gst/audio/gstaudiobasesrc.h: + * gst-libs/gst/audio/gstaudiocdsrc.h: + * gst-libs/gst/audio/gstaudioclock.h: + * gst-libs/gst/audio/gstaudiodecoder.h: + * gst-libs/gst/audio/gstaudioencoder.h: + * gst-libs/gst/audio/gstaudiofilter.h: + * gst-libs/gst/audio/gstaudiometa.h: + * gst-libs/gst/audio/gstaudioringbuffer.h: + * gst-libs/gst/audio/gstaudiosink.h: + * gst-libs/gst/audio/gstaudiosrc.h: + audio: make direct includes work again + Not nice to break people's code if we can avoid it. Could + add a warning in the next cycle, and then require single + includes in the cycle after. + https://bugzilla.gnome.org/show_bug.cgi?id=695889 + +2013-08-16 14:12:32 +0100 Tim-Philipp Müller + + * tests/icles/test-header-compile: + tests: add test-header-compile script + https://bugzilla.gnome.org/show_bug.cgi?id=695889 + +2013-08-16 12:12:05 +0200 Sebastian Dröge + + * gst/typefind/gsttypefindfunctions.c: + Revert "typefind: improved and extended typefinder for module music formats" + This reverts commit 4c79f35c7abc78bf4d325a8cd2059e8832ea0b34. + It causes some MP4 files to be detected as mod files. + +2013-08-13 23:18:34 +0200 Carlos Rafael Giani + + * gst/typefind/gsttypefindfunctions.c: + typefind: improved and extended typefinder for module music formats + introduced new caps: audio/x-mod, modtype : { xm, okt, mod, ptm, ... } + https://bugzilla.gnome.org/show_bug.cgi?id=706061 + +2013-08-15 14:15:05 +0200 Sebastian Dröge + + * gst-libs/gst/video/gstvideodecoder.c: + videodecoder: Don't reset too much if we're resetting because of a soft-flush + Fixes reverse playback with Ogg/Theora. + +2013-08-15 13:15:05 +0200 Sebastian Dröge + + * ext/theora/gsttheoradec.c: + * ext/theora/gsttheoraenc.c: + theora: Use new video codec base classes' flush vfunc + +2013-08-15 12:45:35 +0200 Sebastian Dröge + + * gst-libs/gst/video/gstvideodecoder.c: + videodecoder: Don't reset decoder on segment events + Either there was a flush before that resets everything anyway, + or resetting would make us lose information we might need if + it's just a segment update. + +2013-08-15 12:44:56 +0200 Sebastian Dröge + + * gst-libs/gst/video/gstvideodecoder.c: + * gst-libs/gst/video/gstvideodecoder.h: + * gst-libs/gst/video/gstvideoencoder.c: + * gst-libs/gst/video/gstvideoencoder.h: + video{en,de}coder: Add new flush vfunc as a replacement for reset + +2013-08-14 16:55:55 +0200 Sebastian Dröge + + * gst-libs/gst/video/gstvideodecoder.c: + * gst-libs/gst/video/gstvideodecoder.h: + * gst-libs/gst/video/gstvideoencoder.c: + * gst-libs/gst/video/gstvideoencoder.h: + video{en,de}coder: Revert to old ::reset() behaviour and deprecate it + +2013-08-15 16:12:45 +0800 Jie Yang + + * gst/typefind/gsttypefindfunctions.c: + typefind: ADTS/AAC, find more aac sync to select correctly + https://bugzilla.gnome.org/show_bug.cgi?id=691462 + +2013-08-14 15:43:23 +0200 Sebastian Dröge + + * gst/playback/gstplaysink.c: + playsink: Don't set sink to NULL if a new one is set while the old one is still in use + +2013-08-14 11:43:50 +0100 Tim-Philipp Müller + + * gst/gio/gstgiobasesrc.c: + gio: fix printf format compiler warning + +2013-08-13 20:39:15 +0100 Tim-Philipp Müller + + * gst-libs/gst/pbutils/gstdiscoverer.c: + discoverer: document that "finished" and "discovered" signals are only emitted in async mode + https://bugzilla.gnome.org/show_bug.cgi?id=660195 + +2013-08-13 17:39:34 +0200 Edward Hervey + + * tests/check/elements/.gitignore: + check: Update .gitignore + +2013-08-13 17:39:25 +0200 Edward Hervey + + * .gitignore: + .gitignore: Ignore files from automake test-driver + +2013-08-13 13:43:32 +0200 Sebastian Dröge + + * tests/check/elements/playbin-complex.c: + playbin-complex: Set fakesink as audio-sink to not use a real audio device + https://bugzilla.gnome.org/show_bug.cgi?id=705157 + +2013-08-12 13:47:38 +0300 Sreerenj Balachandran + + * gst/typefind/gsttypefindfunctions.c: + typefind: Add typefind function for WebP image format + https://bugzilla.gnome.org/show_bug.cgi?id=705826 + +2013-08-04 01:01:25 +1000 Jonathan Matthew + + * gst/gio/gstgiobasesrc.c: + gio: make better use of the cached buffer + When playing mp3 files from a smb server, we get 64k read requests + that mostly overlap. Without using the cache to partially satisfy + these, we send these requests straight to the server, resulting in + a lot more network traffic than necessary. + https://bugzilla.gnome.org/show_bug.cgi?id=705415 + +2013-07-25 20:47:02 -0400 Youness Alaoui + + * gst-libs/gst/audio/gstaudiodecoder.c: + audiodecoder: Clear taglist on reception of a STREAM_START event + https://bugzilla.gnome.org/show_bug.cgi?id=705109 + +2013-07-30 17:37:43 -0400 Youness Alaoui + + * gst-libs/gst/video/gstvideodecoder.c: + videodecoder: Clear taglist on reception of a STREAM_START event + https://bugzilla.gnome.org/show_bug.cgi?id=705109 + +2013-08-08 12:11:07 +0200 Sebastian Dröge + + * gst/playback/gststreamsynchronizer.c: + streamsynchronizer: Set proxy flags on the pads and use default event handler for simplicity + https://bugzilla.gnome.org//show_bug.cgi?id=705555 + +2013-08-06 15:42:55 +0200 Wim Taymans + + * gst-libs/gst/rtp/gstrtcpbuffer.c: + rtcpbuffer: calculate FB packet length correctly + +2013-08-06 15:11:05 +0200 Thibault Saunier + + * gst/adder/gstadder.c: + adder: Raw buffers DTS should always be CLOCK_TIME_NONE + +2013-08-05 16:14:22 +0200 Thibault Saunier + + * gst/adder/gstadder.c: + adder: set DTS and PTS, sync on DTS + +2013-08-02 20:08:29 +0200 Arnaud Vrac + + * gst/playback/gstplaybin2.c: + playbin: check for tags on the right combiner instance + The get-tags actions are not working in all cases, because the track + number is used to resolve the stream combiner instead of the stream + type. + https://bugzilla.gnome.org/show_bug.cgi?id=705369 + +2013-08-02 16:57:43 -0700 David Schleef + + * tests/check/Makefile.am: + tests: move orc removal to distclean + +2013-08-02 14:33:24 -0700 David Schleef + + * configure.ac: + configure: create dir tests/check/orc + This is required now that subdir-objects is used, since automake + expects to create a .deps directory inside. + +2013-08-02 14:11:01 +0200 Lubosz Sarnecki + + * configure.ac: + build: add subdir-objects to AM_INIT_AUTOMAKE + Fixes warnings with automake 1.14 + https://bugzilla.gnome.org/show_bug.cgi?id=705350 + +2013-08-02 11:00:06 +0200 Edward Hervey + + * gst/videotestsrc/gstvideotestsrc.c: + videotestsrc: Demote ERROR statement back to DEBUG + It crawled in with david's latest commit + +2013-08-02 08:22:59 +0200 Edward Hervey + + * gst-libs/gst/video/gstvideodecoder.c: + videodecoder: Revert previous commit + The 'hard' argument of reset changed signification after the latest + start/stop/reset refactoring. + +2013-08-01 16:01:30 +0200 Edward Hervey + + * gst-libs/gst/video/gstvideodecoder.c: + videodecoder: Pass on 'hard' argument from _flush to _reset + When most of the code was moved from _flush() to _reset() the 'hard' + argument was no longer propagated. + +2013-07-31 11:26:58 -0700 David Schleef + + * gst/videotestsrc/gstvideotestsrc.c: + * gst/videotestsrc/gstvideotestsrc.h: + * gst/videotestsrc/videotestsrc.c: + * gst/videotestsrc/videotestsrc.h: + videotestsrc: Add pinwheel and spokes patterns + +2013-07-30 15:58:26 +0100 Tim-Philipp Müller + + * gst-libs/gst/pbutils/descriptions.c: + pbutils: private/teletext -> application/x-teletext + +2013-07-29 19:41:43 +0100 Tim-Philipp Müller + + * po/LINGUAS: + * po/da.po: + * po/de.po: + * po/el.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/ru.po: + * po/sl.po: + * po/sr.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + po: update translations + +2013-07-26 15:29:05 +0200 Sjoerd Simons + + * ext/ogg/gstoggdemux.c: + oggdemux: Prevent seeks when _SCHEDULING_FLAG_SEQUENTIAL is set + Don't go into pull mode when the upstream scheduling flags indicate + seeks should be avoided by setting GST_SCHEDULING_FLAG_SEQUENTIAL. + https://bugzilla.gnome.org/show_bug.cgi?id=704929 + +2013-07-29 14:47:33 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.1.3 === + +2013-07-29 13:37:00 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/gst-plugins-base-plugins.args: + * docs/plugins/inspect/plugin-adder.xml: + * docs/plugins/inspect/plugin-alsa.xml: + * docs/plugins/inspect/plugin-app.xml: + * docs/plugins/inspect/plugin-audioconvert.xml: + * docs/plugins/inspect/plugin-audiorate.xml: + * docs/plugins/inspect/plugin-audioresample.xml: + * docs/plugins/inspect/plugin-audiotestsrc.xml: + * docs/plugins/inspect/plugin-cdparanoia.xml: + * docs/plugins/inspect/plugin-encoding.xml: + * docs/plugins/inspect/plugin-gio.xml: + * docs/plugins/inspect/plugin-ivorbisdec.xml: + * docs/plugins/inspect/plugin-libvisual.xml: + * docs/plugins/inspect/plugin-ogg.xml: + * docs/plugins/inspect/plugin-pango.xml: + * docs/plugins/inspect/plugin-playback.xml: + * docs/plugins/inspect/plugin-subparse.xml: + * docs/plugins/inspect/plugin-tcp.xml: + * docs/plugins/inspect/plugin-theora.xml: + * docs/plugins/inspect/plugin-typefindfunctions.xml: + * docs/plugins/inspect/plugin-videoconvert.xml: + * docs/plugins/inspect/plugin-videorate.xml: + * docs/plugins/inspect/plugin-videoscale.xml: + * docs/plugins/inspect/plugin-videotestsrc.xml: + * docs/plugins/inspect/plugin-volume.xml: + * docs/plugins/inspect/plugin-vorbis.xml: + * docs/plugins/inspect/plugin-ximagesink.xml: + * docs/plugins/inspect/plugin-xvimagesink.xml: + * gst-plugins-base.doap: + * win32/common/_stdint.h: + * win32/common/config.h: + * win32/common/libgstpbutils.def: + * win32/common/video-enumtypes.c: + Release 1.1.3 + +2013-07-29 13:36:51 +0200 Sebastian Dröge + + * po/af.po: + * po/az.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/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/lv.po: + * po/nb.po: + * po/nl.po: + * po/or.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.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: + Update .po files 2013-07-29 12:11:38 +0200 Sebastian Dröge diff --git a/NEWS b/NEWS index 14e1a34352..ee0f179fd5 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,2 @@ -This is GStreamer Base Plugins 1.1.3 +This is GStreamer Base Plugins 1.1.4 diff --git a/RELEASE b/RELEASE index 5218dbeaa8..f0a31c689a 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Base Plugins 1.1.3 +Release notes for GStreamer Base Plugins 1.1.4 The GStreamer team is proud to announce a new bug-fix release @@ -58,27 +58,27 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) -Features of this release - - Bugs fixed in this release - * 643202 : encodebin: streamcombiner not completely implemented - * 585969 : playbin: Position/Duration information mismatch on track change - * 681368 : typefinding: CSV file is detected as MP3 - * 700537 : oggdemux: Drops frames because it needs a keyframe after a seek - * 702380 : basertppayload: provide a GstBufferPool for output rtp buffers - * 703259 : video: Add support for NV24 video format - * 703659 : allocators: dmabuf: allow testing allocator type - * 704070 : video: Add Region Of Interest (roi) meta - * 704194 : playbin: glib warning when setting sink properties to NULL - * 704198 : rtspconnection: Removes child sources and adds them again later - * 704285 : playbin: incorrect sorting of decoders when autoplugging - * 704427 : streamsynchronizer: Assumes that a different stream-id on one stream means a new stream-group (problem when switching streams) - * 704706 : streamcombiner: Must proxy all sink events - * 704774 : appsrc: add " current-level-bytes " property - * 705048 : audiorate, videorate: drop GAP event - * 705062 : tagdemux: push mode code doesn't handle seeks + * 703378 : pbutils: Allow getting descriptions for unfixed caps + * 660195 : GstDiscoverer: signals " discovered " and " finished " are only emitted in async mode + * 553520 : tools: add gst-play utility that wraps playbin for testing purposes + * 691462 : typefind: ADTS/AAC wrongly detected as MP2 + * 695889 : libs: many headers don't compile by themselves + * 703405 : parse: Allow creating plain elements instead of single-element bins + * 703669 : gst_rtcp_packet_fb_set_fci_length sets an incorrect buffer size. + * 704929 : Prevent oggdemux from seeking a lot when the SEQUENTIAL scheduler flag is set + * 705109 : audiodecoder/videodecoder: Needs to flush taglist on reception of stream-start + * 705144 : mpegvideoparse: support field encoding for interlaced video + * 705157 : tests: playbin_complex check fails during make check + * 705369 : playbin: fix get-tags actions + * 705555 : streamsynchronizer: should forward queries + * 705826 : typefinding: add typefinder for webp imageformat + * 705828 : videodecoder/videoencoder: Behaviour changes in ::reset() vfunc + * 706061 : typefind: improved and extended typefinder for module music + * 706569 : regression: playbin: chained oggs don't work any more + * 706680 : dmabuf: fix mmap counting + * 706885 : videoencoder: Fix forwarding of GstForceKeyUnit events ==== Download ==== @@ -115,19 +115,24 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Alban Browaeys + * Alessandro Decina + * Andoni Morales Alastruey * Arnaud Vrac - * Benjamin Gaignard - * Changbok Chea + * Carlos Rafael Giani + * David Schleef * Edward Hervey - * Matej Knopp - * Mathieu Duponchelle - * Miguel Casas-Sanchez + * Jie Yang + * Jonathan Matthew + * Lubosz Sarnecki + * Matthieu Bouron + * Michael Olbrich * Olivier Crête - * Reynaldo H. Verdejo Pinochet + * Rico Tzschichholz * Sebastian Dröge + * Sjoerd Simons + * Sreerenj Balachandran + * Thibault Saunier * Tim-Philipp Müller - * Vincent Penquerc'h * Wim Taymans - * Young-Ho Cha + * Youness Alaoui   \ No newline at end of file diff --git a/configure.ac b/configure.ac index c1724dff19..02fb32a668 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, git and prerelease does -Werror too dnl use a three digit version number for releases, and four for git/prerelease -AC_INIT([GStreamer Base Plug-ins],[1.1.3.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) +AC_INIT([GStreamer Base Plug-ins],[1.1.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) AG_GST_INIT @@ -56,10 +56,10 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 103, 0, 103) +AS_LIBTOOL(GST, 104, 0, 104) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.1.3.1 +GST_REQ=1.1.4 dnl *** autotools stuff **** diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index f1f62f4e94..3658d25687 100644 --- a/docs/plugins/inspect/plugin-adder.xml +++ b/docs/plugins/inspect/plugin-adder.xml @@ -3,7 +3,7 @@ Adds multiple streams ../../gst/adder/.libs/libgstadder.so libgstadder.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml index 3aeca1bb3f..ad6f7cf579 100644 --- a/docs/plugins/inspect/plugin-alsa.xml +++ b/docs/plugins/inspect/plugin-alsa.xml @@ -3,7 +3,7 @@ ALSA plugin library ../../ext/alsa/.libs/libgstalsa.so libgstalsa.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml index b7b89cdcb4..d4c828148a 100644 --- a/docs/plugins/inspect/plugin-app.xml +++ b/docs/plugins/inspect/plugin-app.xml @@ -3,7 +3,7 @@ Elements used to communicate with applications ../../gst/app/.libs/libgstapp.so libgstapp.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index 1bbbc58095..9412c2dc2d 100644 --- a/docs/plugins/inspect/plugin-audioconvert.xml +++ b/docs/plugins/inspect/plugin-audioconvert.xml @@ -3,7 +3,7 @@ Convert audio to different formats ../../gst/audioconvert/.libs/libgstaudioconvert.so libgstaudioconvert.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index 3a0837cd1f..a327d8ff2f 100644 --- a/docs/plugins/inspect/plugin-audiorate.xml +++ b/docs/plugins/inspect/plugin-audiorate.xml @@ -3,7 +3,7 @@ Adjusts audio frames ../../gst/audiorate/.libs/libgstaudiorate.so libgstaudiorate.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml index 1477327622..32d8a25c4a 100644 --- a/docs/plugins/inspect/plugin-audioresample.xml +++ b/docs/plugins/inspect/plugin-audioresample.xml @@ -3,7 +3,7 @@ Resamples audio ../../gst/audioresample/.libs/libgstaudioresample.so libgstaudioresample.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml index 5ad35a6474..b3c4ea86f1 100644 --- a/docs/plugins/inspect/plugin-audiotestsrc.xml +++ b/docs/plugins/inspect/plugin-audiotestsrc.xml @@ -3,7 +3,7 @@ Creates audio test signals of given frequency and volume ../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so libgstaudiotestsrc.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cdparanoia.xml b/docs/plugins/inspect/plugin-cdparanoia.xml index 8155336dd0..5d4e3ad065 100644 --- a/docs/plugins/inspect/plugin-cdparanoia.xml +++ b/docs/plugins/inspect/plugin-cdparanoia.xml @@ -3,7 +3,7 @@ Read audio from CD in paranoid mode ../../ext/cdparanoia/.libs/libgstcdparanoia.so libgstcdparanoia.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-encoding.xml b/docs/plugins/inspect/plugin-encoding.xml index 84eea285fb..e48f324de7 100644 --- a/docs/plugins/inspect/plugin-encoding.xml +++ b/docs/plugins/inspect/plugin-encoding.xml @@ -3,7 +3,7 @@ various encoding-related elements ../../gst/encoding/.libs/libgstencodebin.so libgstencodebin.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gio.xml b/docs/plugins/inspect/plugin-gio.xml index 604e9f093c..a04f56b60e 100644 --- a/docs/plugins/inspect/plugin-gio.xml +++ b/docs/plugins/inspect/plugin-gio.xml @@ -3,7 +3,7 @@ GIO elements ../../gst/gio/.libs/libgstgio.so libgstgio.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ivorbisdec.xml b/docs/plugins/inspect/plugin-ivorbisdec.xml index 2196b4dc55..76ed590dcd 100644 --- a/docs/plugins/inspect/plugin-ivorbisdec.xml +++ b/docs/plugins/inspect/plugin-ivorbisdec.xml @@ -3,7 +3,7 @@ Vorbis Tremor decoder ../../ext/vorbis/.libs/libgstivorbisdec.so libgstivorbisdec.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index 1289fcfc9c..f60bbc568a 100644 --- a/docs/plugins/inspect/plugin-libvisual.xml +++ b/docs/plugins/inspect/plugin-libvisual.xml @@ -3,7 +3,7 @@ libvisual visualization plugins ../../ext/libvisual/.libs/libgstlibvisual.so libgstlibvisual.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml index 34b437e8cb..708eed69dc 100644 --- a/docs/plugins/inspect/plugin-ogg.xml +++ b/docs/plugins/inspect/plugin-ogg.xml @@ -3,7 +3,7 @@ ogg stream manipulation (info about ogg: http://xiph.org) ../../ext/ogg/.libs/libgstogg.so libgstogg.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml index a7e4179a71..49a3575753 100644 --- a/docs/plugins/inspect/plugin-pango.xml +++ b/docs/plugins/inspect/plugin-pango.xml @@ -3,7 +3,7 @@ Pango-based text rendering and overlay ../../ext/pango/.libs/libgstpango.so libgstpango.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-playback.xml b/docs/plugins/inspect/plugin-playback.xml index e9b5b9e05a..65d86b7290 100644 --- a/docs/plugins/inspect/plugin-playback.xml +++ b/docs/plugins/inspect/plugin-playback.xml @@ -3,7 +3,7 @@ various playback elements ../../gst/playback/.libs/libgstplayback.so libgstplayback.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml index d252eb055e..5218d15499 100644 --- a/docs/plugins/inspect/plugin-subparse.xml +++ b/docs/plugins/inspect/plugin-subparse.xml @@ -3,7 +3,7 @@ Subtitle parsing ../../gst/subparse/.libs/libgstsubparse.so libgstsubparse.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index 1e52a74dec..cd8064dcaa 100644 --- a/docs/plugins/inspect/plugin-tcp.xml +++ b/docs/plugins/inspect/plugin-tcp.xml @@ -3,7 +3,7 @@ transfer data over the network via TCP ../../gst/tcp/.libs/libgsttcp.so libgsttcp.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index c5e3127f12..ffc59b6b0b 100644 --- a/docs/plugins/inspect/plugin-theora.xml +++ b/docs/plugins/inspect/plugin-theora.xml @@ -3,7 +3,7 @@ Theora plugin library ../../ext/theora/.libs/libgsttheora.so libgsttheora.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index 3fa61f7ef4..814a988088 100644 --- a/docs/plugins/inspect/plugin-typefindfunctions.xml +++ b/docs/plugins/inspect/plugin-typefindfunctions.xml @@ -3,7 +3,7 @@ default typefind functions ../../gst/typefind/.libs/libgsttypefindfunctions.so libgsttypefindfunctions.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videoconvert.xml b/docs/plugins/inspect/plugin-videoconvert.xml index 3c0060bdf5..4fa3e9436d 100644 --- a/docs/plugins/inspect/plugin-videoconvert.xml +++ b/docs/plugins/inspect/plugin-videoconvert.xml @@ -3,7 +3,7 @@ Colorspace conversion ../../gst/videoconvert/.libs/libgstvideoconvert.so libgstvideoconvert.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index 7b50883325..ef75b8e030 100644 --- a/docs/plugins/inspect/plugin-videorate.xml +++ b/docs/plugins/inspect/plugin-videorate.xml @@ -3,7 +3,7 @@ Adjusts video frames ../../gst/videorate/.libs/libgstvideorate.so libgstvideorate.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml index f6148a738e..26e1a4ff62 100644 --- a/docs/plugins/inspect/plugin-videoscale.xml +++ b/docs/plugins/inspect/plugin-videoscale.xml @@ -3,7 +3,7 @@ Resizes video ../../gst/videoscale/.libs/libgstvideoscale.so libgstvideoscale.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml index 765cf1e68f..b726724569 100644 --- a/docs/plugins/inspect/plugin-videotestsrc.xml +++ b/docs/plugins/inspect/plugin-videotestsrc.xml @@ -3,7 +3,7 @@ Creates a test video stream ../../gst/videotestsrc/.libs/libgstvideotestsrc.so libgstvideotestsrc.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml index 0e8e077168..67ea2e0134 100644 --- a/docs/plugins/inspect/plugin-volume.xml +++ b/docs/plugins/inspect/plugin-volume.xml @@ -3,7 +3,7 @@ plugin for controlling audio volume ../../gst/volume/.libs/libgstvolume.so libgstvolume.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml index 7e55657bc6..efa37694c5 100644 --- a/docs/plugins/inspect/plugin-vorbis.xml +++ b/docs/plugins/inspect/plugin-vorbis.xml @@ -3,7 +3,7 @@ Vorbis plugin library ../../ext/vorbis/.libs/libgstvorbis.so libgstvorbis.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml index 3cdb9710c8..477206aba8 100644 --- a/docs/plugins/inspect/plugin-ximagesink.xml +++ b/docs/plugins/inspect/plugin-ximagesink.xml @@ -3,7 +3,7 @@ X11 video output element based on standard Xlib calls ../../sys/ximage/.libs/libgstximagesink.so libgstximagesink.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml index 5232e416be..6ef765b8b7 100644 --- a/docs/plugins/inspect/plugin-xvimagesink.xml +++ b/docs/plugins/inspect/plugin-xvimagesink.xml @@ -3,7 +3,7 @@ XFree86 video output plugin using Xv extension ../../sys/xvimage/.libs/libgstxvimagesink.so libgstxvimagesink.so - 1.1.3 + 1.1.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/gst-plugins-base.doap b/gst-plugins-base.doap index 6c1625d564..4c058d798e 100644 --- a/gst-plugins-base.doap +++ b/gst-plugins-base.doap @@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included. + + + 1.1.4 + 1.1 + + 2013-08-28 + + + + 1.1.3 diff --git a/win32/common/_stdint.h b/win32/common/_stdint.h index 2fd4993b95..31f3030270 100644 --- a/win32/common/_stdint.h +++ b/win32/common/_stdint.h @@ -1,8 +1,8 @@ #ifndef _GST_PLUGINS_BASE__STDINT_H #define _GST_PLUGINS_BASE__STDINT_H 1 #ifndef _GENERATED_STDINT_H -#define _GENERATED_STDINT_H "gst-plugins-base 1.1.3" -/* generated using gnu compiler gcc-4.8 (Debian 4.8.1-8) 4.8.1 */ +#define _GENERATED_STDINT_H "gst-plugins-base 1.1.4" +/* generated using gnu compiler gcc-4.8 (Debian 4.8.1-9) 4.8.1 */ #define _STDINT_HAVE_STDINT_H 1 #include #endif diff --git a/win32/common/config.h b/win32/common/config.h index cb430b39df..aa9de8b1d8 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -84,7 +84,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2013-07-29" +#define GST_PACKAGE_RELEASE_DATETIME "2013-08-28" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -325,7 +325,7 @@ #define PACKAGE_NAME "GStreamer Base Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Base Plug-ins 1.1.3" +#define PACKAGE_STRING "GStreamer Base Plug-ins 1.1.4" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-base" @@ -334,7 +334,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.1.3" +#define PACKAGE_VERSION "1.1.4" /* directory where plugins are located */ #ifdef _DEBUG @@ -368,7 +368,7 @@ #undef USE_TREMOLO /* Version number of package */ -#define VERSION "1.1.3" +#define VERSION "1.1.4" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */