diff --git a/ChangeLog b/ChangeLog index 883a765cf6..fe859b0685 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,117 @@ -=== release 0.10.34 === +=== release 0.10.35 === -2011-05-14 Tim-Philipp Müller +2011-06-15 Tim-Philipp Müller * configure.ac: - releasing 0.10.34, "Lemmings" + releasing 0.10.35, "Short Notice" + +2011-06-15 14:21:30 +0100 Tim-Philipp Müller + + * gst-libs/gst/audio/Makefile.am: + audio: link test program against libgstaudio + +2011-06-14 10:31:18 +0530 Debarshi Ray + + * gst-libs/gst/pbutils/codec-utils.c: + codec-utils: restore 7350 as a valid sampling frequency for AAC + This was lost during c77f88cac675a1dbb89e40da8e3c28320523bfca. + +2011-06-09 18:30:33 +0100 Tim-Philipp Müller + + * gst-libs/gst/tag/gstid3tag.c: + * gst-libs/gst/tag/gstvorbistag.c: + * gst-libs/gst/tag/tag.h: + libs: replace G_CONST_RETURN with 'const' + G_CONST_RETURN will be deprecated soon. + https://bugzilla.gnome.org/show_bug.cgi?id=652211 + +2011-05-31 22:14:09 -0700 David Schleef + + * gst/audioresample/resample.c: + * gst/audiotestsrc/gstaudiotestsrc.c: + * gst/videoscale/vs_4tap.c: + * gst/videotestsrc/generate_sine_table.c: + * gst/videotestsrc/videotestsrc.c: + * tests/icles/test-xoverlay.c: + convert M_PI to G_PI, for msvc + +2011-06-06 14:41:41 +0200 Mark Nauwelaerts + + * gst-libs/gst/tag/gsttagdemux.c: + tagdemux: no input data implies no type can be found + ... and posting a proper error message to this effect is appropriately + informative and prevents auto-plugging otherwise stalling. + +2011-06-04 13:36:55 -0700 David Schleef + + * gst/adder/gstadder.c: + adder: Work around changes in g_atomic API + See #651514 for details. + +2011-05-31 20:38:56 -0700 David Schleef + + * gst-libs/gst/pbutils/gstdiscoverer.c: + discoverer: fix c99-ism + +2011-05-23 16:02:34 +0200 Sebastian Dröge + + * gst/subparse/gstsubparse.c: + subparse: Try to typefind even if conversion to UTF8 failed + Fixes bug #600043. + +2011-05-23 15:51:14 +0200 Sebastian Dröge + + * gst/subparse/gstsubparse.c: + subparse: Interprete typefind strings passed to GRegex as raw bytes instead of valid UTF8 + +2011-05-20 10:48:39 +0300 Stefan Kost + + * gst-libs/gst/tag/lang.c: + lang: fix possible array overrun + We where checking for i + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * 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-decodebin.xml: + * docs/plugins/inspect/plugin-encoding.xml: + * docs/plugins/inspect/plugin-ffmpegcolorspace.xml: + * docs/plugins/inspect/plugin-gdp.xml: + * docs/plugins/inspect/plugin-gio.xml: + * docs/plugins/inspect/plugin-gnomevfs.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-uridecodebin.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 0.10.34 === release 0.10.33 === diff --git a/NEWS b/NEWS index 617438fec6..6ee1d4f9ea 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,14 @@ -This is GStreamer Base Plug-ins 0.10.34, "Lemmings" +This is GStreamer Base Plug-ins 0.10.35, "Short Notice" + +Changes since 0.10.34: + + * work around GLib atomic ops API change + * don't use G_CONST_RETURN in public headers + * subparse: typefinding fixes for subtitles in non-UTF8 charsets + +Bugs fixed since 0.10.34: + + * 600043 : subparse: fails to recognise Cyrillic subtitles in windows-1251 encoding Changes since 0.10.33: diff --git a/RELEASE b/RELEASE index 18ef504075..7c4682f216 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Base Plug-ins 0.10.34 "Lemmings" +Release notes for GStreamer Base Plug-ins 0.10.35 "Short Notice" @@ -55,9 +55,13 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * This release is identical to 0.10.33 (to keep core/base versions in sync) -There were no bugs fixed in this release - + * work around GLib atomic ops API change + * don't use G_CONST_RETURN in public headers + * subparse: typefinding fixes for subtitles in non-UTF8 charsets + +Bugs fixed in this release + + * 600043 : subparse: fails to recognise Cyrillic subtitles in windows-1251 encoding Download @@ -86,5 +90,10 @@ Applications Contributors to this release + * David Schleef + * Debarshi Ray + * Mark Nauwelaerts + * Sebastian Dröge + * Stefan Kost * Tim-Philipp Müller   \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index aa3cfc3248..526d9c0c49 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml index 63e4f14727..d1623e863a 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -49,4 +49,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml index e7c5bef6b0..2648f4aa46 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -40,4 +40,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index 1dcfbae6e9..1bdd23354d 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index f6b6ff1bd8..4c32e10add 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml index e303c96563..062caf3c71 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml index f3ba086f3b..5190389895 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -25,4 +25,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-cdparanoia.xml b/docs/plugins/inspect/plugin-cdparanoia.xml index b358070afe..2dae88da55 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -25,4 +25,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-decodebin.xml b/docs/plugins/inspect/plugin-decodebin.xml index 55d5a8f425..e8f7814935 100644 --- a/docs/plugins/inspect/plugin-decodebin.xml +++ b/docs/plugins/inspect/plugin-decodebin.xml @@ -3,7 +3,7 @@ decoder bin ../../gst/playback/.libs/libgstdecodebin.so libgstdecodebin.so - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-encoding.xml b/docs/plugins/inspect/plugin-encoding.xml index a95d9bedad..0a97277766 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -43,4 +43,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml index 73da7baaaf..fbbbb761a9 100644 --- a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml +++ b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml @@ -3,7 +3,7 @@ colorspace conversion copied from FFMpeg 0.4.9-pre1 ../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so libgstffmpegcolorspace.so - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base FFMpeg @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-gdp.xml b/docs/plugins/inspect/plugin-gdp.xml index e5b9b5e8d4..72b08b8f32 100644 --- a/docs/plugins/inspect/plugin-gdp.xml +++ b/docs/plugins/inspect/plugin-gdp.xml @@ -3,7 +3,7 @@ Payload/depayload GDP packets ../../gst/gdp/.libs/libgstgdp.so libgstgdp.so - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -52,4 +52,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-gio.xml b/docs/plugins/inspect/plugin-gio.xml index cfd7e88fd5..d531e9f4ef 100644 --- a/docs/plugins/inspect/plugin-gio.xml +++ b/docs/plugins/inspect/plugin-gio.xml @@ -3,7 +3,7 @@ GIO elements ../../ext/gio/.libs/libgstgio.so libgstgio.so - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -70,4 +70,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index b6102f9be8..0c477f0d26 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -178,4 +178,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml index 2f1d936d5c..80ac5d2ac2 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -157,4 +157,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml index c76cc9a787..16834c7a08 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -100,4 +100,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-playback.xml b/docs/plugins/inspect/plugin-playback.xml index 26e69de4ab..cbd683c076 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/libgstplaybin.so libgstplaybin.so - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -94,4 +94,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml index b90ff83716..f2199274ea 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -52,4 +52,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index ebcedf66a7..8cb63caf38 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -85,4 +85,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index 99d49a3d7d..4563c60dd9 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -73,4 +73,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index 1efecd8159..f2d430d7b2 100644 --- a/docs/plugins/inspect/plugin-typefindfunctions.xml +++ b/docs/plugins/inspect/plugin-typefindfunctions.xml @@ -3,11 +3,11 @@ default typefind functions ../../gst/typefind/.libs/libgsttypefindfunctions.so libgsttypefindfunctions.so - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git Unknown package origin - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-uridecodebin.xml b/docs/plugins/inspect/plugin-uridecodebin.xml index 445d133600..87ec73d8ae 100644 --- a/docs/plugins/inspect/plugin-uridecodebin.xml +++ b/docs/plugins/inspect/plugin-uridecodebin.xml @@ -3,7 +3,7 @@ URI Decoder bin ../../gst/playback/.libs/libgstdecodebin2.so libgstdecodebin2.so - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -46,4 +46,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index 81d4fe2eec..df79cae7a4 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml index d4b3fb6037..af87c24f78 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml index 871c1300ec..73a26d0a53 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -25,4 +25,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml index 5bceabf050..02d15ee1c5 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml index 88af8d351e..3f4f3e4883 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -94,4 +94,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml index ceaa3f3556..58dbc00d6c 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -25,4 +25,4 @@ - \ No newline at end of file + diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml index d0f231a01f..a72b6a93bf 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 - 0.10.34.1 + 0.10.35.1 LGPL gst-plugins-base GStreamer Base Plug-ins git @@ -25,4 +25,4 @@ - \ No newline at end of file + diff --git a/gst-libs/gst/pbutils/gstdiscoverer.c b/gst-libs/gst/pbutils/gstdiscoverer.c index 3d488d9ca0..f38c9892ac 100644 --- a/gst-libs/gst/pbutils/gstdiscoverer.c +++ b/gst-libs/gst/pbutils/gstdiscoverer.c @@ -1440,7 +1440,7 @@ gst_discoverer_discover_uri_async (GstDiscoverer * discoverer, * gst_discoverer_discover_uri: * @discoverer: A #GstDiscoverer * @uri: The URI to run on. - * @err: If an error occurred, this field will be filled in. + * @err: (out) (allow-none): If an error occurred, this field will be filled in. * * Synchronously discovers the given @uri. * @@ -1476,10 +1476,12 @@ gst_discoverer_discover_uri (GstDiscoverer * discoverer, const gchar * uri, discoverer_collect (discoverer); /* Get results */ - if (discoverer->priv->current_error) - *err = g_error_copy (discoverer->priv->current_error); - else - *err = NULL; + if (err) { + if (discoverer->priv->current_error) + *err = g_error_copy (discoverer->priv->current_error); + else + *err = NULL; + } if (res != GST_DISCOVERER_OK) { GST_DEBUG ("Setting result to %d (was %d)", res, discoverer->priv->current_info->result); diff --git a/gst-plugins-base.doap b/gst-plugins-base.doap index 9441222cab..4f0ff3a644 100644 --- a/gst-plugins-base.doap +++ b/gst-plugins-base.doap @@ -34,6 +34,17 @@ A wide range of video and audio decoders, encoders, and filters are included. + + + 0.10.35 + 0.10 + Short Notice + 2011-06-15 + + + + + 0.10.34 diff --git a/win32/common/_stdint.h b/win32/common/_stdint.h index 720e27881e..f5905f1f9f 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 0.10.34.1" -/* generated using gnu compiler gcc (Debian 4.5.2-8) 4.5.2 */ +#define _GENERATED_STDINT_H "gst-plugins-base 0.10.35.1" +/* generated using gnu compiler gcc (Debian 4.6.0-13) 4.6.1 20110611 (prerelease) */ #define _STDINT_HAVE_STDINT_H 1 #include #endif diff --git a/win32/common/config.h b/win32/common/config.h index 547e907abc..9386b20a87 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -81,7 +81,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2011-05-14T08:32Z" +#define GST_PACKAGE_RELEASE_DATETIME "2011-05-18T13:30Z" /* I know the API is subject to change. */ #undef G_UDEV_API_IS_SUBJECT_TO_CHANGE @@ -337,7 +337,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 0.10.34.1" +#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.35.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-base" @@ -346,7 +346,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.34.1" +#define PACKAGE_VERSION "0.10.35.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -377,7 +377,7 @@ #undef USE_TREMOLO /* Version number of package */ -#define VERSION "0.10.34.1" +#define VERSION "0.10.35.1" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */