diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-07-30 11:18:38 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-07-30 11:18:38 +0100 |
commit | ffc5262119c9277fcc0c5455e0fdc727338ce3a7 (patch) | |
tree | 603d9e5a08b4014c067dc34ac8bb95fb1ee2e61d | |
parent | 6a79969b4bf209d2252bcf87d3fa8b96a1291254 (diff) |
Release 1.0.91.0.9
34 files changed, 228 insertions, 57 deletions
@@ -1,9 +1,163 @@ +=== release 1.0.9 === + +2013-07-30 Tim-Philipp Müller <tim@centricular.net> + + * configure.ac: + releasing 1.0.9 + +2013-07-28 13:52:28 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * gst/tcp/gstmultisocketsink.c: + multisocketsink: Fix handling of partial writes and WOULD_BLOCK errors + +2013-07-28 13:23:41 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * gst/tcp/gstmultifdsink.c: + multifdsink: Update current time after every write + Each write will update the last_activity_time and otherwise we would + compare against a too old current time and immediately timeout because + current time is smaller than last activity time (overflow). + +2013-07-28 13:20:48 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * gst/tcp/gstmultihandlesink.c: + multihandlesink: Update current time after every write + Each write will update the last_activity_time and otherwise we would + compare against a too old current time and immediately timeout because + current time is smaller than last activity time (overflow). + +2013-07-26 14:28:41 +0200 Matej Knopp <matej.knopp@gmail.com> + + * gst-libs/gst/audio/gstaudiodecoder.c: + audiodecoder: do not leak input caps + https://bugzilla.gnome.org/show_bug.cgi?id=704926 + +2012-11-02 10:04:16 +0100 Edward Hervey <edward.hervey@collabora.co.uk> + + * gst/videotestsrc/gstvideotestsrc.c: + videotestsrc: Initialize GstVideoInfo in ::start() + Otherwise we end up with bogus values and races + +2012-11-02 10:03:38 +0100 Edward Hervey <edward.hervey@collabora.co.uk> + + * gst/videotestsrc/gstvideotestsrc.c: + videotestsrc: Don't error on not-negotiated + Base classes will handle re-negotiation if needed, but emitting an + error message will make applications stop. + +2013-07-25 14:11:28 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * gst-libs/gst/audio/gstaudiodecoder.h: + * gst-libs/gst/video/gstvideodecoder.h: + audio/videodecoder: Rename variable in macro from dec to __dec + Otherwise it might shadow another variable in the outside scope + and cause interesting side effects. + +2013-07-15 22:27:20 -0400 Olivier Crête <olivier.crete@collabora.com> + + * gst-libs/gst/tag/gsttagdemux.c: + tagdemux: Put the modified time back in the time part of the segment + Fixes ACCURATE seeks in push mode with baseparse. + https://bugzilla.gnome.org/show_bug.cgi?id=704301 + +2013-07-17 09:04:47 +0100 Tim-Philipp Müller <tim@centricular.net> + + * gst/subparse/samiparse.c: + subparse: use g_strdup() and friends + Fixes build issue on windows, but is also better seeing that + these string are going to get freed with g_free() and not free(). + +2013-07-16 18:42:19 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk> + + * configure.ac: + configure: remove obsolete libxml checks + https://bugzilla.gnome.org/show_bug.cgi?id=693056 + +2013-07-16 18:30:50 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk> + + * gst/subparse/gstsubparse.c: + * gst/subparse/samiparse.c: + subparse: don't leak parse context for sami and qttext + In gst_sub_parse_dispose() parser_type will be UNKNOWN, + so these deinit calls were never executed. And we should + clean up the parser state in the downwards state change + anyway. + +2013-05-28 16:56:28 +0900 Young-Ho Cha <ganadist@gmail.com> + + * tests/check/elements/subparse.c: + tests: update sami parser testcases + Remove libxml dependency for sami parser + and add more testcases. + https://bugzilla.gnome.org/show_bug.cgi?id=693056 + +2013-05-25 17:10:14 +0900 Young-Ho Cha <ganadist@gmail.com> + + * gst/subparse/Makefile.am: + * gst/subparse/gstsubparse.c: + * gst/subparse/samiparse.c: + subparse: remove libxml dependency for sami parser and re-enable sami parser + To celebrate 2013.gnome.asia, updated sami parser for gstreamer 1.x. :D + Remove conditional block for check libxml usage and + implement a simple html markup parser for the sami + parser. + https://bugzilla.gnome.org/show_bug.cgi?id=693056 + +2013-07-15 17:09:16 -0400 Olivier Crête <olivier.crete@collabora.com> + + * gst-libs/gst/riff/riff-media.c: + riff-media: Add 'png ' fourcc + On top of mpng, MPNG, PNG, there is also png it seems + https://bugzilla.gnome.org/show_bug.cgi?id=704291 + +2013-07-10 13:27:21 -0400 Reynaldo H. Verdejo Pinochet <reynaldo@collabora.com> + + * gst-libs/gst/riff/riff-media.c: + riff: Provide correct media type for XSub + Xsub (fourcc DXSB) is a subpicture stream used for embeded + subtitles on divx files. This provides a correct media type + for them instead of just video/x-avi-unknown. + === release 1.0.8 === -2013-07-12 Tim-Philipp Müller <tim@centricular.net> +2013-07-12 00:48:36 +0100 Tim-Philipp Müller <tim@centricular.net> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.0.8 + * 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: + Release 1.0.8 2013-06-19 13:21:45 +0200 Jonas Holmberg <jonashg@axis.com> @@ -1,4 +1,18 @@ -This is GStreamer Base Plugins 1.0.8 +This is GStreamer Base Plugins 1.0.9 + +Changes since 1.0.8: + + * subparse: re-enable sami parser + * tagdemux: fix ACCURATE seeks in push mode + * multisocketsink, multifdsink: fix handling of partial writes and WOULD_BLOCK errors, and other fixes + * audiodecoder: fix input caps leak + +Bugs fixed since 1.0.8: + + * 693056 : subparse: re-enable sami support + * 704291 : riff: PNG AVI file does not play + * 704301 : tagdemux: Breaks seeking forward fails if ACCURATE seek and push sources + * 704926 : audiodecoder: leaks input caps Changes since 1.0.7: @@ -1,5 +1,5 @@ -Release notes for GStreamer Base Plugins 1.0.8 +Release notes for GStreamer Base Plugins 1.0.9 The GStreamer team is proud to announce a new bug-fix release @@ -60,19 +60,17 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Features of this release - * tag: ignore malformed ID3v2 TDAT frames + * subparse: re-enable sami parser + * tagdemux: fix ACCURATE seeks in push mode + * multisocketsink, multifdsink: fix handling of partial writes and WOULD_BLOCK errors, and other fixes + * audiodecoder: fix input caps leak Bugs fixed in this release - * 636245 : [riff] For ADPCM codecs the average bitrate should be calculated instead of trusting the format header - * 688803 : playbin: converters don't work? not-negotiated error with non-1/1 PAR and ximagesink - * 690420 : decodebin: Race between GstBin and decodebin trying to change states of child elements - * 698896 : liveadder: What is the unit for " latency " ? - * 699923 : typefind: fix detection of HLS playlists with alternative renditions - * 701976 : flvdemux: Forwards CAPS events from upstream - * 703128 : videotestsrc leaks memory - * 703283 : id3: gst_date_time_new: assertion `(month > 0 & & month < = 12) || month == -1' failed with malformed TDAT frames - * 699794 : uridecodebin: Leaking queue2 elements in playbin gapless mode + * 693056 : subparse: re-enable sami support + * 704291 : riff: PNG AVI file does not play + * 704301 : tagdemux: Breaks seeking forward fails if ACCURATE seek and push sources + * 704926 : audiodecoder: leaks input caps ==== Download ==== @@ -109,13 +107,11 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Andoni Morales Alastruey * Edward Hervey - * Jonas Holmberg - * Julien Moutte - * Marcin Lewandowski * Matej Knopp + * Olivier Crête + * Reynaldo H. Verdejo Pinochet * Sebastian Dröge - * Thibault Saunier * Tim-Philipp Müller + * Young-Ho Cha
\ No newline at end of file diff --git a/configure.ac b/configure.ac index e5be9ec84..a18be3f47 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.0.8, +AC_INIT(GStreamer Base Plug-ins, 1.0.9, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-base) @@ -50,7 +50,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 7, 0, 7) +AS_LIBTOOL(GST, 8, 0, 8) dnl *** required versions of GStreamer stuff *** GST_REQ=1.0.5 diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index 7285e22dd..a60965c60 100644 --- a/docs/plugins/inspect/plugin-adder.xml +++ b/docs/plugins/inspect/plugin-adder.xml @@ -3,7 +3,7 @@ <description>Adds multiple streams</description> <filename>../../gst/adder/.libs/libgstadder.so</filename> <basename>libgstadder.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml index e74cef276..329359db1 100644 --- a/docs/plugins/inspect/plugin-alsa.xml +++ b/docs/plugins/inspect/plugin-alsa.xml @@ -3,7 +3,7 @@ <description>ALSA plugin library</description> <filename>../../ext/alsa/.libs/libgstalsa.so</filename> <basename>libgstalsa.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml index 80aae5b11..ab25235a2 100644 --- a/docs/plugins/inspect/plugin-app.xml +++ b/docs/plugins/inspect/plugin-app.xml @@ -3,7 +3,7 @@ <description>Elements used to communicate with applications</description> <filename>../../gst/app/.libs/libgstapp.so</filename> <basename>libgstapp.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index b90fc3c77..80abd8b8d 100644 --- a/docs/plugins/inspect/plugin-audioconvert.xml +++ b/docs/plugins/inspect/plugin-audioconvert.xml @@ -3,7 +3,7 @@ <description>Convert audio to different formats</description> <filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename> <basename>libgstaudioconvert.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index 35d5dd407..75ecc24e2 100644 --- a/docs/plugins/inspect/plugin-audiorate.xml +++ b/docs/plugins/inspect/plugin-audiorate.xml @@ -3,7 +3,7 @@ <description>Adjusts audio frames</description> <filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename> <basename>libgstaudiorate.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml index 3a243f222..9016a6bef 100644 --- a/docs/plugins/inspect/plugin-audioresample.xml +++ b/docs/plugins/inspect/plugin-audioresample.xml @@ -3,7 +3,7 @@ <description>Resamples audio</description> <filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename> <basename>libgstaudioresample.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml index bcb1c414c..d7e63b09c 100644 --- a/docs/plugins/inspect/plugin-audiotestsrc.xml +++ b/docs/plugins/inspect/plugin-audiotestsrc.xml @@ -3,7 +3,7 @@ <description>Creates audio test signals of given frequency and volume</description> <filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename> <basename>libgstaudiotestsrc.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-cdparanoia.xml b/docs/plugins/inspect/plugin-cdparanoia.xml index 6b445b1d4..492c12447 100644 --- a/docs/plugins/inspect/plugin-cdparanoia.xml +++ b/docs/plugins/inspect/plugin-cdparanoia.xml @@ -3,7 +3,7 @@ <description>Read audio from CD in paranoid mode</description> <filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename> <basename>libgstcdparanoia.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-encoding.xml b/docs/plugins/inspect/plugin-encoding.xml index 6d648bfc2..69394af02 100644 --- a/docs/plugins/inspect/plugin-encoding.xml +++ b/docs/plugins/inspect/plugin-encoding.xml @@ -3,7 +3,7 @@ <description>various encoding-related elements</description> <filename>../../gst/encoding/.libs/libgstencodebin.so</filename> <basename>libgstencodebin.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-gio.xml b/docs/plugins/inspect/plugin-gio.xml index d887a4c55..f4304a8da 100644 --- a/docs/plugins/inspect/plugin-gio.xml +++ b/docs/plugins/inspect/plugin-gio.xml @@ -3,7 +3,7 @@ <description>GIO elements</description> <filename>../../gst/gio/.libs/libgstgio.so</filename> <basename>libgstgio.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-ivorbisdec.xml b/docs/plugins/inspect/plugin-ivorbisdec.xml index 809914a30..17ab1bf39 100644 --- a/docs/plugins/inspect/plugin-ivorbisdec.xml +++ b/docs/plugins/inspect/plugin-ivorbisdec.xml @@ -3,7 +3,7 @@ <description>Vorbis Tremor decoder</description> <filename>../../ext/vorbis/.libs/libgstivorbisdec.so</filename> <basename>libgstivorbisdec.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index 6ed648a4d..b7a243f00 100644 --- a/docs/plugins/inspect/plugin-libvisual.xml +++ b/docs/plugins/inspect/plugin-libvisual.xml @@ -3,7 +3,7 @@ <description>libvisual visualization plugins</description> <filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename> <basename>libgstlibvisual.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml index 2a850fe97..19d71e511 100644 --- a/docs/plugins/inspect/plugin-ogg.xml +++ b/docs/plugins/inspect/plugin-ogg.xml @@ -3,7 +3,7 @@ <description>ogg stream manipulation (info about ogg: http://xiph.org)</description> <filename>../../ext/ogg/.libs/libgstogg.so</filename> <basename>libgstogg.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml index dd6bd3f2f..324a80114 100644 --- a/docs/plugins/inspect/plugin-pango.xml +++ b/docs/plugins/inspect/plugin-pango.xml @@ -3,7 +3,7 @@ <description>Pango-based text rendering and overlay</description> <filename>../../ext/pango/.libs/libgstpango.so</filename> <basename>libgstpango.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-playback.xml b/docs/plugins/inspect/plugin-playback.xml index d86ce030d..0b48c6995 100644 --- a/docs/plugins/inspect/plugin-playback.xml +++ b/docs/plugins/inspect/plugin-playback.xml @@ -3,7 +3,7 @@ <description>various playback elements</description> <filename>../../gst/playback/.libs/libgstplayback.so</filename> <basename>libgstplayback.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml index ccefc6f0a..bd31a6747 100644 --- a/docs/plugins/inspect/plugin-subparse.xml +++ b/docs/plugins/inspect/plugin-subparse.xml @@ -3,7 +3,7 @@ <description>Subtitle parsing</description> <filename>../../gst/subparse/.libs/libgstsubparse.so</filename> <basename>libgstsubparse.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> @@ -41,7 +41,7 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>application/x-subtitle; application/x-subtitle-dks; application/x-subtitle-tmplayer; application/x-subtitle-mpl2; application/x-subtitle-qttext</details> + <details>application/x-subtitle; application/x-subtitle-sami; application/x-subtitle-tmplayer; application/x-subtitle-mpl2; application/x-subtitle-dks; application/x-subtitle-qttext</details> </caps> <caps> <name>src</name> diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index b5ed94142..c8dbcb542 100644 --- a/docs/plugins/inspect/plugin-tcp.xml +++ b/docs/plugins/inspect/plugin-tcp.xml @@ -3,7 +3,7 @@ <description>transfer data over the network via TCP</description> <filename>../../gst/tcp/.libs/libgsttcp.so</filename> <basename>libgsttcp.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index 65dc0c650..9121c6411 100644 --- a/docs/plugins/inspect/plugin-theora.xml +++ b/docs/plugins/inspect/plugin-theora.xml @@ -3,7 +3,7 @@ <description>Theora plugin library</description> <filename>../../ext/theora/.libs/libgsttheora.so</filename> <basename>libgsttheora.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index f12a06122..47161e214 100644 --- a/docs/plugins/inspect/plugin-typefindfunctions.xml +++ b/docs/plugins/inspect/plugin-typefindfunctions.xml @@ -3,7 +3,7 @@ <description>default typefind functions</description> <filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename> <basename>libgsttypefindfunctions.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videoconvert.xml b/docs/plugins/inspect/plugin-videoconvert.xml index acb6366cf..e04f83341 100644 --- a/docs/plugins/inspect/plugin-videoconvert.xml +++ b/docs/plugins/inspect/plugin-videoconvert.xml @@ -3,7 +3,7 @@ <description>Colorspace conversion</description> <filename>../../gst/videoconvert/.libs/libgstvideoconvert.so</filename> <basename>libgstvideoconvert.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index bc05ef514..e1093b817 100644 --- a/docs/plugins/inspect/plugin-videorate.xml +++ b/docs/plugins/inspect/plugin-videorate.xml @@ -3,7 +3,7 @@ <description>Adjusts video frames</description> <filename>../../gst/videorate/.libs/libgstvideorate.so</filename> <basename>libgstvideorate.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml index 7b4212195..a77e3eaf9 100644 --- a/docs/plugins/inspect/plugin-videoscale.xml +++ b/docs/plugins/inspect/plugin-videoscale.xml @@ -3,7 +3,7 @@ <description>Resizes video</description> <filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename> <basename>libgstvideoscale.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml index 95c909369..c68c98645 100644 --- a/docs/plugins/inspect/plugin-videotestsrc.xml +++ b/docs/plugins/inspect/plugin-videotestsrc.xml @@ -3,7 +3,7 @@ <description>Creates a test video stream</description> <filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename> <basename>libgstvideotestsrc.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml index df0a3e4e2..6240706f4 100644 --- a/docs/plugins/inspect/plugin-volume.xml +++ b/docs/plugins/inspect/plugin-volume.xml @@ -3,7 +3,7 @@ <description>plugin for controlling audio volume</description> <filename>../../gst/volume/.libs/libgstvolume.so</filename> <basename>libgstvolume.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml index 6cd4b234f..4ae876a75 100644 --- a/docs/plugins/inspect/plugin-vorbis.xml +++ b/docs/plugins/inspect/plugin-vorbis.xml @@ -3,7 +3,7 @@ <description>Vorbis plugin library</description> <filename>../../ext/vorbis/.libs/libgstvorbis.so</filename> <basename>libgstvorbis.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml index 27500abf4..bc9ae62bf 100644 --- a/docs/plugins/inspect/plugin-ximagesink.xml +++ b/docs/plugins/inspect/plugin-ximagesink.xml @@ -3,7 +3,7 @@ <description>X11 video output element based on standard Xlib calls</description> <filename>../../sys/ximage/.libs/libgstximagesink.so</filename> <basename>libgstximagesink.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml index b0db821f5..e4278e4f5 100644 --- a/docs/plugins/inspect/plugin-xvimagesink.xml +++ b/docs/plugins/inspect/plugin-xvimagesink.xml @@ -3,7 +3,7 @@ <description>XFree86 video output plugin using Xv extension</description> <filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename> <basename>libgstxvimagesink.so</basename> - <version>1.0.8</version> + <version>1.0.9</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> diff --git a/gst-plugins-base.doap b/gst-plugins-base.doap index 6e83ec4c8..c0309d5d0 100644 --- a/gst-plugins-base.doap +++ b/gst-plugins-base.doap @@ -36,6 +36,16 @@ A wide range of video and audio decoders, encoders, and filters are included. <release> <Version> + <revision>1.0.9</revision> + <branch>1.0</branch> + <name></name> + <created>2013-07-30</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.0.9.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.0.8</revision> <branch>1.0</branch> <name></name> diff --git a/win32/common/_stdint.h b/win32/common/_stdint.h index 8e958c577..00e207f88 100644 --- a/win32/common/_stdint.h +++ b/win32/common/_stdint.h @@ -1,7 +1,7 @@ #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.0.8" +#define _GENERATED_STDINT_H "gst-plugins-base 1.0.9" /* generated using gnu compiler gcc (Debian 4.7.2-5) 4.7.2 */ #define _STDINT_HAVE_STDINT_H 1 #include <stdint.h> diff --git a/win32/common/config.h b/win32/common/config.h index 9245cf197..2a329897e 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -56,9 +56,6 @@ /* system wide data directory */ #define GST_DATADIR PREFIX "\\share" -/* set to disable libxml2-dependent code in subparse */ -#undef GST_DISABLE_XML - /* Extra platform specific plugin suffix */ #undef GST_EXTRA_MODULE_SUFFIX @@ -87,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-11" +#define GST_PACKAGE_RELEASE_DATETIME "2013-07-30" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -322,7 +319,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.0.8" +#define PACKAGE_STRING "GStreamer Base Plug-ins 1.0.9" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-base" @@ -331,7 +328,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.8" +#define PACKAGE_VERSION "1.0.9" /* directory where plugins are located */ #ifdef _DEBUG @@ -365,7 +362,7 @@ #undef USE_TREMOLO /* Version number of package */ -#define VERSION "1.0.8" +#define VERSION "1.0.9" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |