From 0d637424fcee717dcab9532f67cb4d05631b7038 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 18 Apr 2014 11:39:02 +0200 Subject: Release 1.2.4 --- ChangeLog | 229 +++++++++++++++++++++- NEWS | 2 +- RELEASE | 34 ++-- configure.ac | 4 +- 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 +- docs/plugins/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, 287 insertions(+), 58 deletions(-) diff --git a/ChangeLog b/ChangeLog index 667eb1e3c1..dcd68786e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,234 @@ +=== release 1.2.4 === + +2014-04-18 Sebastian Dröge + + * configure.ac: + releasing 1.2.4 + +2014-04-10 12:10:47 +0100 Vincent Penquerc'h + + * gst-libs/gst/video/gstvideometa.c: + videometa: fix texture_type memcpy size + Coverity 1139589, 1139588 + +2014-04-08 15:43:50 +0200 Wim Taymans + + * gst-libs/gst/sdp/gstsdpmessage.c: + sdp: guard against address parse errors. + +2014-03-25 17:11:34 +0100 Mathieu Duponchelle + + * gst/adder/gstadder.c: + adder: rework the logic to check if eos has to be sent. + Checking the size available was incorrect, and the infos + for per-pad EOS are available. + Same logic as audiomixer. + fixes: https://bugzilla.gnome.org/show_bug.cgi?id=727025 + +2014-04-04 02:14:50 +1100 Jan Schmidt + + * gst/playback/gstplaybin2.c: + playbin: Drop reference to any source element in NULL state + Drop the reference instead of waiting for either finalize(), or + for a new source when reused. Everyone else already forgot about + the old source. + +2014-03-16 17:04:44 +0100 Ognyan Tonchev + + * gst-libs/gst/rtsp/gstrtspconnection.c: + rtspconnection: Fix minor memory leaks in error handling + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726642 + +2014-03-05 00:35:30 +0000 Tim-Philipp Müller + + * gst/typefind/gsttypefindfunctions.c: + typefindfunctions: lower H.263 typefinder max probability + The typefinder returns LIKELY for as little as one possible + sync and no bad sync (not even taking into account how much + data was looked at for that). It's generally just not fit + for purpose, so should just not return anything like LIKELY + at all ever, even more so since it only recognises one out + of ten H263 files, and likes to mis-detect mp3s as H263. + https://bugzilla.gnome.org/show_bug.cgi?id=700770 + https://bugzilla.gnome.org/show_bug.cgi?id=725644 + +2014-02-24 11:17:05 -0500 Vincent Penquerc'h + + * gst-libs/gst/audio/gstaudiobasesink.c: + audiobasesink: clip start samples to match clipped start time + Clock slaving can clip start time to zero, giving us a shorted + duration than we originally got. To keep in sync, we must then + discard the samples falling before that zero timestamp. + This possibly fixes random distortion caused by constant PA + underflows which are never resynced. + +2014-03-02 11:58:58 +0100 Ognyan Tonchev + + * gst-libs/gst/rtsp/gstrtspconnection.c: + rtspconnection: Call closed() when GET is closed in tunneled mode + This patch adds read source on the write socket in tunneled + mode and we get a callback when client disconnects the GET + channel. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725313 + +2014-02-04 13:55:49 +0100 Eric Trousset + + * gst-libs/gst/tag/gsttagdemux.c: + tagdemux: Forward TIME seeks upstream too, maybe upstream can handle that + https://bugzilla.gnome.org/show_bug.cgi?id=723597 + +2014-02-19 13:53:06 +0100 Ognyan Tonchev + + * gst-libs/gst/rtsp/gstrtspconnection.c: + rtspconnection: Remove read child source when POST is disconnected + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=724720 + +2014-02-19 01:55:50 -0300 Thiago Santos + + * ext/ogg/gstoggdemux.c: + oggdemux: allow file to go until the end in push mode + When seeking back to original state after duration seeks, let + upstream know that we want the whole file, including the last + byte that wasn't requested on the duration seeks. + https://bugzilla.gnome.org/show_bug.cgi?id=724633 + +2014-02-18 15:02:57 +0100 Sebastian Dröge + + * gst/playback/gstplaybin2.c: + playbin: Keep inputselector around until we release its pads + Otherwise there's an interesting race condition when we destroy + the inputselector (actually it will be destroyed later when its state + change message gets destroyed) and afterwards release its sinkpad. + This is the code path when the last channel is removed from the + input selector. + Gave this warning sometimes, for chained oggs or whenever else + we change decode groups: + GStreamer-CRITICAL **: Padname '':sink_0 does not belong to element inputselector0 when removing + +2014-02-16 15:32:47 +0100 Sebastian Dröge + + * gst/playback/gstplaysink.c: + playsink: Only remove the complete text chain if the text pad goes away + If the text pads does not go away we just set the overlay to silent, which + allows us to immediately re-enable subs later again. However before this + change we also released the streamsynchronizer text pads, which deadlocked + because there was still dataflow going on. Just do this only if we remove + the complete chain. + https://bugzilla.gnome.org/show_bug.cgi?id=683504 + +2014-02-11 16:35:45 +0100 Sebastian Dröge + + * gst/playback/gstplaybin2.c: + playbin: First try to get the pad's current caps, then query caps + The caps query might give us ANY caps while the pad has fixed caps + configured currently. + +2014-02-10 16:33:50 +0100 Sebastian Dröge + + * gst/playback/gstplaybin2.c: + playbin: Fix memory leak in autoplugging code + We should not leak element factories ideally. + +2014-01-18 13:31:06 +0100 Sebastian Dröge + + * gst/playback/gstplaybin2.c: + playbin: Insert decoders without GstAVElement information between the other decoders + Otherwise they would be preferred over all decoders independent + of their ranks. + https://bugzilla.gnome.org/show_bug.cgi?id=722316 + +2014-01-18 13:12:16 +0100 Sebastian Dröge + + * gst/playback/gstplaybin2.c: + playbin: Only put parsers and sinks first, not all non-decoders + https://bugzilla.gnome.org/show_bug.cgi?id=722316 + +2014-02-10 16:33:35 +0100 Sebastian Dröge + + * tests/check/elements/playbin-complex.c: + playbin: Fix memory leak in unit test + === release 1.2.3 === -2014-02-08 Sebastian Dröge +2014-02-08 11:44:13 +0100 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.2.3 + * 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.2.3 + +2014-02-08 11:43:58 +0100 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: + Update .po files 2014-02-04 16:21:55 +0100 Sebastian Dröge diff --git a/NEWS b/NEWS index e10add2cd6..00a7b6e337 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,2 @@ -This is GStreamer Base Plugins 1.2.3 +This is GStreamer Base Plugins 1.2.4 diff --git a/RELEASE b/RELEASE index 8687ffd940..e2f745ba17 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Base Plugins 1.2.3 +Release notes for GStreamer Base Plugins 1.2.4 The GStreamer team is proud to announce a new bug-fix release @@ -60,20 +60,16 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Bugs fixed in this release - * 603921 : resindvd: DVD menus not working - * 697665 : Add format=WMV3 for WMV 3 video - * 711816 : audiobasesrc: Avoid unnecessary configuration if caps don't change - * 712367 : Prevent the NEON check in configure from passing under aarch64. - * 715138 : xvimagesink 1.2 ignores resize events when used on a QWidget - * 719615 : oggdemux: slow seeking on some ogg files - * 719684 : videodecoder: Allocation query is always at least sent twice - * 720015 : docs: add missing files for distribution - * 720661 : audiobasesink: Fix locking bug accessing ring buffer time - * 721078 : videodecoder: cannot call gst_video_decoder_negotiate without output_state - * 721666 : videodecoder: push newsegment earlier for reverse playback - * 721835 : videodecoder: do not drop events when releasing frames - * 722144 : audiodecoder: do not negotiate caps with rate=1 and channels=1 for gap - * 722656 : videoconvert: scoring system ranks colour loss very low + * 693263 : typefinding: MPEG-2 video ES detected as H.263 + * 683504 : playsink: deadlock when disabling subtitles and suboptimal disabling of subtitles + * 700770 : typefinding: mp3 file mis-detected as h263 video + * 723597 : tagdemux: Seek event in GST_FORMAT_TIME are converted to BYTES to early + * 724633 : oggdemux: ignores last page in push mode + * 724720 : rtspconnection: not possible to disconnect/reconnect read connection in tunneled mode + * 725313 : rtspconnection: closed() callback is never called in tunneled mode + * 725644 : typefinding: mp3 file is misdetected as H.263 + * 726642 : rtspconnection: minor memory leak in error handling + * 727025 : adder: rework the logic to check if eos has to be sent. ==== Download ==== @@ -110,15 +106,13 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Holger Kaelberer + * Eric Trousset * Jan Schmidt - * Julien Isorce + * Mathieu Duponchelle + * Ognyan Tonchev * Sebastian Dröge - * Sebastian Rasmussen - * Stéphane Cerveau * Thiago Santos * Tim-Philipp Müller * Vincent Penquerc'h - * William Grant * Wim Taymans   \ No newline at end of file diff --git a/configure.ac b/configure.ac index dfc170f73c..cb29045ff8 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.2.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) +AC_INIT([GStreamer Base Plug-ins],[1.2.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) AG_GST_INIT @@ -56,7 +56,7 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 203, 0, 203) +AS_LIBTOOL(GST, 204, 0, 204) dnl *** required versions of GStreamer stuff *** GST_REQ=1.2.0 diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index 5a652ef794..7e8096dfa1 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.2.3 + 1.2.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 fc3c64a3a2..5448826605 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.2.3 + 1.2.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 642ceef663..db881e6360 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.2.3 + 1.2.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 8136b8c32a..ecba1ecf7c 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.2.3 + 1.2.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 803c8a7580..cb6b19df77 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.2.3 + 1.2.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 302a8dbcb1..93aee174fd 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.2.3 + 1.2.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 50fd55a436..15c382868a 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.2.3 + 1.2.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 4ff1f81f26..db1839db4f 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.2.3 + 1.2.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 11211212f1..f94c528bad 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.2.3 + 1.2.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 03d127b522..4555567139 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.2.3 + 1.2.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 008c4bb616..bd17dbf764 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.2.3 + 1.2.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 580cbcb488..da49f63b5d 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.2.3 + 1.2.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 5f68aebb84..d3fd0a90f3 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.2.3 + 1.2.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 a24d13f544..45f7fd5261 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.2.3 + 1.2.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 6908e0dfc3..c8e2e977bb 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.2.3 + 1.2.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 681e51c60d..3b265e97f4 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.2.3 + 1.2.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 58240678d9..f991c41463 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.2.3 + 1.2.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 afe0524ac4..3906e69cc4 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.2.3 + 1.2.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 d0bd09ab91..3aa3cd183d 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.2.3 + 1.2.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 4854b60765..bd91f1a995 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.2.3 + 1.2.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 8606abada6..aee2283860 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.2.3 + 1.2.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 d34bbb7767..35f994c105 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.2.3 + 1.2.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 4aca436fac..f5fa62dbce 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.2.3 + 1.2.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 2c68283c26..07361c4ec2 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.2.3 + 1.2.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 cc1bcca0eb..3fc9ef3553 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.2.3 + 1.2.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 6af97ab89a..8184138704 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.2.3 + 1.2.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 62d6797b49..44bd7bc138 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.2.3 + 1.2.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/gst-plugins-base.doap b/gst-plugins-base.doap index defd6862a0..28067bd9fa 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.2.4 + 1.2 + + 2014-04-18 + + + + 1.2.3 diff --git a/win32/common/_stdint.h b/win32/common/_stdint.h index 7c50094316..9edb0184d7 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.2.3" -/* generated using gnu compiler gcc (Debian 4.8.2-14) 4.8.2 */ +#define _GENERATED_STDINT_H "gst-plugins-base 1.2.4" +/* generated using gnu compiler gcc (Debian 4.9-20140411-2) 4.9.0 20140411 (prerelease) [gcc-4_9-branch revision 209311] */ #define _STDINT_HAVE_STDINT_H 1 #include #endif diff --git a/win32/common/config.h b/win32/common/config.h index 9720c9956c..8a1c7547fe 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 "2014-02-08" +#define GST_PACKAGE_RELEASE_DATETIME "2014-04-18" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -322,7 +322,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.2.3" +#define PACKAGE_STRING "GStreamer Base Plug-ins 1.2.4" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-base" @@ -331,7 +331,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.2.3" +#define PACKAGE_VERSION "1.2.4" /* directory where plugins are located */ #ifdef _DEBUG @@ -365,7 +365,7 @@ #undef USE_TREMOLO /* Version number of package */ -#define VERSION "1.2.3" +#define VERSION "1.2.4" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ -- cgit v1.2.3-70-g09d2