diff --git a/ChangeLog b/ChangeLog index f77d7424d6..4639e6acb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,233 @@ -=== release 1.6.0 === +=== release 1.7.1 === -2015-09-25 Sebastian Dröge +2015-12-24 Sebastian Dröge * configure.ac: - releasing 1.6.0 + releasing 1.7.1 + +2015-12-24 12:23:27 +0100 Sebastian Dröge + + * po/id.po: + * po/sv.po: + po: Update translations + +2015-12-21 12:32:32 +0100 Sebastian Dröge + + * configure.ac: + configure: Use -Bsymbolic-functions if available + While this is more useful for libraries, some of our plugins with multiple + files and some internal API can also benefit from this. + +2015-12-16 09:36:08 +0100 Sebastian Dröge + + * docs/plugins/gst-plugins-ugly-plugins.args: + * docs/plugins/gst-plugins-ugly-plugins.hierarchy: + * docs/plugins/inspect/plugin-a52dec.xml: + * docs/plugins/inspect/plugin-amrnb.xml: + * docs/plugins/inspect/plugin-amrwbdec.xml: + * docs/plugins/inspect/plugin-asf.xml: + * docs/plugins/inspect/plugin-cdio.xml: + * docs/plugins/inspect/plugin-dvdlpcmdec.xml: + * docs/plugins/inspect/plugin-dvdread.xml: + * docs/plugins/inspect/plugin-dvdsub.xml: + * docs/plugins/inspect/plugin-lame.xml: + * docs/plugins/inspect/plugin-mad.xml: + * docs/plugins/inspect/plugin-mpeg2dec.xml: + * docs/plugins/inspect/plugin-realmedia.xml: + * docs/plugins/inspect/plugin-siddec.xml: + * docs/plugins/inspect/plugin-twolame.xml: + * docs/plugins/inspect/plugin-x264.xml: + * docs/plugins/inspect/plugin-xingmux.xml: + docs: update to git + +2015-12-07 09:08:18 -0500 Nicolas Dufresne + + * autogen.sh: + * common: + Automatic update of common submodule + From b319909 to 86e4663 + +2015-11-26 15:49:47 +0000 Arjen Veenhuizen + + * ext/x264/gstx264enc.c: + x264enc: increase bitrate limit from 100Mbps to 2Gbps + Don't artificially limit the bitrate, x264enc allows much + higher bitrates, and for intra-only 4k AVC they are needed. + x264 clips to 2Gbps internally, so use that as limit for now. + https://bugzilla.gnome.org/show_bug.cgi?id=758620 + +2015-11-18 23:20:59 -0800 Reynaldo H. Verdejo Pinochet + + * ext/x264/gstx264enc.c: + x264enc: drop unnecessary NULL check before g_free + +2015-10-21 14:35:17 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From b99800a to b319909 + +2015-10-20 17:29:42 +0300 Sebastian Dröge + + * configure.ac: + Use new GST_ENABLE_EXTRA_CHECKS #define + https://bugzilla.gnome.org/show_bug.cgi?id=756870 + +2015-10-21 14:26:07 +0300 Sebastian Dröge + + * README: + * common: + Automatic update of common submodule + From 9aed1d7 to b99800a + +2015-10-02 22:24:46 +0300 Sebastian Dröge + + * configure.ac: + Update GLib dependency to 2.40.0 + +2015-09-29 14:16:07 -0700 Reynaldo H. Verdejo Pinochet + + * ext/dvdread/README: + dvdread: remove broken link + Removing instead of updating as previously pointed-to page + (now http://dvd.sourceforge.net/dvdinfo/) is already linked + from dvd.sourceforge.net's homepage as: "Collection of + information on file formats/data structures relating to DVD + navigation/SPUs." + +2015-09-26 09:23:05 +0100 Tim-Philipp Müller + + * gst/dvdlpcmdec/gstdvdlpcmdec.c: + dvdlpcmdec: fix invalid read beyond channel position array + We would always copy sizeof(sorted_position) bytes, which is + for 8 channels, but if we have less than 8 channels the + position array we copy from will only have allocated space + for channel channels, so we would read beyond the input + array in some cases. + +2015-08-25 10:08:46 +0900 HoonHee Lee + + * gst/dvdlpcmdec/gstdvdlpcmdec.c: + dvdlpcmdec: factor out common code to set output format into new function + When caps event is recieved and header is changed, reordering channel + and setting the default output format for audio are processed. These 2 of + code are same. Thus, It is better to make a new function for these common + code in terms of removing duplicated code, maintenance and expansion. + https://bugzilla.gnome.org/show_bug.cgi?id=753920 + +2015-09-23 20:45:34 +0200 Sebastian Dröge + + * gst/asfdemux/gstasfdemux.c: + asfdemux: Don't push any data on pads after the segment.stop + https://bugzilla.gnome.org/show_bug.cgi?id=755469 + +2015-09-23 20:30:21 +0200 Sebastian Dröge + + * gst/asfdemux/gstasfdemux.c: + * gst/asfdemux/gstasfdemux.h: + asfdemux: Only change segment start to a keyframe for KEYUNIT seeks + Not for accurate seeks, which should accurately start at the requested + position. + https://bugzilla.gnome.org/show_bug.cgi?id=755469 + +2015-09-23 20:23:40 +0200 Sebastian Dröge + + * gst/asfdemux/gstasfdemux.c: + asfdemux: Update segment.position when pushing buffers + Without this, non-flushing seeks are not going to work well. + https://bugzilla.gnome.org/show_bug.cgi?id=755469 + +2015-09-23 19:37:43 +0200 Sebastian Dröge + + * gst/asfdemux/gstasfdemux.c: + asfdemux: Only push EOS event if we're not doing a segment seek + https://bugzilla.gnome.org/show_bug.cgi?id=755469 + +2015-09-23 16:31:28 +0200 Sebastian Dröge + + * gst/asfdemux/gstasfdemux.c: + asfdemux: If pushing buffers returned EOS, go into the EOS and not failure code path + We don't want to unconditionally send an EOS event downstream, but might want + to send a SEGMENT_DONE message/event instead if a segment seek was done + before. + https://bugzilla.gnome.org/show_bug.cgi?id=755469 + +2015-09-25 23:51:12 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.6.0 === + +2015-09-25 23:32:02 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-a52dec.xml: + * docs/plugins/inspect/plugin-amrnb.xml: + * docs/plugins/inspect/plugin-amrwbdec.xml: + * docs/plugins/inspect/plugin-asf.xml: + * docs/plugins/inspect/plugin-cdio.xml: + * docs/plugins/inspect/plugin-dvdlpcmdec.xml: + * docs/plugins/inspect/plugin-dvdread.xml: + * docs/plugins/inspect/plugin-dvdsub.xml: + * docs/plugins/inspect/plugin-lame.xml: + * docs/plugins/inspect/plugin-mad.xml: + * docs/plugins/inspect/plugin-mpeg2dec.xml: + * docs/plugins/inspect/plugin-realmedia.xml: + * docs/plugins/inspect/plugin-siddec.xml: + * docs/plugins/inspect/plugin-twolame.xml: + * docs/plugins/inspect/plugin-x264.xml: + * docs/plugins/inspect/plugin-xingmux.xml: + * gst-plugins-ugly.doap: + * win32/common/config.h: + Release 1.6.0 + +2015-09-25 23:04:56 +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/ms.po: + * po/mt.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 === release 1.5.91 === diff --git a/NEWS b/NEWS index e04f318449..0443637a39 100644 --- a/NEWS +++ b/NEWS @@ -1,64 +1 @@ -This is GStreamer 1.6.0 - -The GStreamer team is proud to announce a new major feature release in the -stable 1.x API series of your favourite cross-platform multimedia framework! - -This release has been in the works for more than a year and is packed with new -features, bug fixes and other improvements. - -See http://gstreamer.freedesktop.org/releases/1.6/ for the full list of -changes. - -Highlights - -- Stereoscopic 3D and multiview video support -- Trick mode API for key-frame only fast-forward/fast-reverse playback etc. -- Improved DTS (decoding timestamp) vs. PTS (presentation timestamp) handling - to account for negative DTS -- New GstVideoConverter API for more optimised and more correct conversion of - raw video frames between all supported formats, with rescaling -- v4l2src now supports renegotiation -- v4l2transform can now do scaling -- V4L2 Element now report Colorimetry properly -- Easier chunked recording of MP4, Matroska, Ogg, MPEG-TS: new splitmuxsink - and multifilesink improvements -- Content Protection signalling API and Common Encryption (CENC) support for - DASH/MP4 -- Many adaptive streaming (DASH, HLS and MSS) improvements -- New PTP and NTP network client clocks and better remote clock tracking - stability -- High-quality text subtitle overlay at display resolutions with glimagesink - or gtkglsink -- RECORD support for the GStreamer RTSP Server -- Retransmissions (RTX) support in RTSP server and client -- RTSP seeking support in client and server has been fixed -- RTCP scheduling improvements and reduced size RTCP support -- MP4/MOV muxer acquired a new "robust" mode of operation which attempts to - keep the output file in a valid state at all times -- Live mixing support in aggregator, audiomixer and compositor was improved a - lot -- compositor now supports rescaling and converting inputs streams on the fly -- New audiointerleave element with proper input synchronisation and live input - support -- Blackmagic Design DeckLink capture and playback card support was rewritten - from scratch; 2k/4k support; mode sensing -- KLV metadata support in RTP and MPEG-TS -- H.265 video encoder (x265), decoders (libav, libde265) and RTP payloader and - depayloaders -- New DTLS plugin and SRTP/DTLS support -- OpenGL3 support, multiple contexts and context propagation, 3D video, - transfer/conversion separation, subtitle blending -- New OpenGL-based QML video sink, Gtk GL video sink, CoreAnimation - CAOpenGLLayerSink video sink -- gst-libav switched to ffmpeg as libav-provider, gains support for - 3D/multiview video, trick modes, and the CAVS codec -- GstHarness API for unit tests -- gst-editing-services got a completely new ges-launch-1.0 interface, improved - mixing support and integration into gst-validate -- gnonlin has been deprecated in favor of nle (Non Linear Engine) in - gst-editing-services -- gst-validate has a new plugin system, an extensive default testsuite, - support for concurrent test runs and valgrind support -- cerbero build tool for SDK binary packages gains new 'bundle-source' command -- Various improvements to the Android, iOS, OS X and Windows platform support - +This is GStreamer 1.7.1 diff --git a/RELEASE b/RELEASE index 8392444b46..5a4046d09c 100644 --- a/RELEASE +++ b/RELEASE @@ -1,18 +1,17 @@ -Release notes for GStreamer Ugly Plugins 1.6.0 +Release notes for GStreamer Ugly Plugins 1.7.1 -The GStreamer team is proud to announce a new major feature release in the -stable 1.x API series of your favourite cross-platform multimedia framework! +The GStreamer team is pleased to announce the first release of the unstable +1.7 release series. The 1.7 release series is adding new features on top of +the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release +series of the GStreamer multimedia framework. The unstable 1.7 release series +will lead to the stable 1.8 release series in the next weeks. Any newly added +API can still change until that point. -This release has been in the works for more than a year and is packed with new -features, bug fixes and other improvements. - - -See -http://gstreamer.freedesktop.org/releases/1.6/ -for the full list of changes. +Binaries for Android, iOS, Mac OS X and Windows will be provided separately +during the unstable 1.7 release series. @@ -59,8 +58,10 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) -There were no bugs fixed in this release - +Bugs fixed in this release + + * 753920 : dvdlpcmdec: factor out common code to set output format into new function + * 755469 : asfdemux: Non-flushing seeks don't work, broken segment seek handling and other seeking related issues ==== Download ==== @@ -97,7 +98,10 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Jan Schmidt + * Arjen Veenhuizen + * HoonHee Lee + * Nicolas Dufresne + * Reynaldo H. Verdejo Pinochet * Sebastian Dröge * Tim-Philipp Müller   \ No newline at end of file diff --git a/configure.ac b/configure.ac index b3863bbb41..9d2117fafe 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, cvs and prerelease does -Werror too dnl use a three digit version number for releases, and four for cvs/prerelease -AC_INIT([GStreamer Ugly Plug-ins],[1.7.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly]) +AC_INIT([GStreamer Ugly Plug-ins],[1.7.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly]) AG_GST_INIT @@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION) AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", [GStreamer API Version]) -AS_LIBTOOL(GST, 700, 0, 700) +AS_LIBTOOL(GST, 701, 0, 701) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.7.0.1 -GSTPB_REQ=1.7.0.1 +GST_REQ=1.7.1 +GSTPB_REQ=1.7.1 dnl *** autotools stuff **** diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index 67cfae56fc..6571ecdb81 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -3,10 +3,10 @@ Decodes ATSC A/52 encoded audio streams ../../ext/a52dec/.libs/libgsta52dec.so libgsta52dec.so - 1.7.0.1 + 1.7.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml index ee51b849ce..88015db52b 100644 --- a/docs/plugins/inspect/plugin-amrnb.xml +++ b/docs/plugins/inspect/plugin-amrnb.xml @@ -3,10 +3,10 @@ Adaptive Multi-Rate Narrow-Band ../../ext/amrnb/.libs/libgstamrnb.so libgstamrnb.so - 1.7.0.1 + 1.7.1 unknown gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml index c904320c28..b111ddaa88 100644 --- a/docs/plugins/inspect/plugin-amrwbdec.xml +++ b/docs/plugins/inspect/plugin-amrwbdec.xml @@ -3,10 +3,10 @@ Adaptive Multi-Rate Wide-Band Decoder ../../ext/amrwbdec/.libs/libgstamrwbdec.so libgstamrwbdec.so - 1.7.0.1 + 1.7.1 unknown gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml index 69b2372a7b..a37aab386a 100644 --- a/docs/plugins/inspect/plugin-asf.xml +++ b/docs/plugins/inspect/plugin-asf.xml @@ -3,10 +3,10 @@ Demuxes and muxes audio and video in Microsofts ASF format ../../gst/asfdemux/.libs/libgstasf.so libgstasf.so - 1.7.0.1 + 1.7.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index 291bfee117..e3d6ae38ba 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,10 +3,10 @@ Read audio from audio CDs ../../ext/cdio/.libs/libgstcdio.so libgstcdio.so - 1.7.0.1 + 1.7.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index 091d508993..f89b4e9d70 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,10 +3,10 @@ Decode DVD LPCM frames into standard PCM ../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so libgstdvdlpcmdec.so - 1.7.0.1 + 1.7.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index bd79c32cb4..3944946732 100644 --- a/docs/plugins/inspect/plugin-dvdread.xml +++ b/docs/plugins/inspect/plugin-dvdread.xml @@ -3,10 +3,10 @@ Access a DVD with dvdread ../../ext/dvdread/.libs/libgstdvdread.so libgstdvdread.so - 1.7.0.1 + 1.7.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml index 7a95c1de42..b38f24bbd3 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,10 +3,10 @@ DVD subtitle parser and decoder ../../gst/dvdsub/.libs/libgstdvdsub.so libgstdvdsub.so - 1.7.0.1 + 1.7.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 8c258d0a48..7cf7dde11b 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,10 +3,10 @@ Encode MP3s with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 1.7.0.1 + 1.7.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index ca483fa651..c365d31907 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,10 +3,10 @@ mp3 decoding based on the mad library ../../ext/mad/.libs/libgstmad.so libgstmad.so - 1.7.0.1 + 1.7.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index 716c54cf62..e3980cf4b1 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -3,10 +3,10 @@ LibMpeg2 decoder ../../ext/mpeg2dec/.libs/libgstmpeg2dec.so libgstmpeg2dec.so - 1.7.0.1 + 1.7.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml index 426900e6e6..8daea79673 100644 --- a/docs/plugins/inspect/plugin-realmedia.xml +++ b/docs/plugins/inspect/plugin-realmedia.xml @@ -3,10 +3,10 @@ RealMedia support plugins ../../gst/realmedia/.libs/libgstrmdemux.so libgstrmdemux.so - 1.7.0.1 + 1.7.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index 80f6de9436..4d4174506b 100644 --- a/docs/plugins/inspect/plugin-siddec.xml +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -3,10 +3,10 @@ Uses libsidplay to decode .sid files ../../ext/sidplay/.libs/libgstsid.so libgstsid.so - 1.7.0.1 + 1.7.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml index 4808bf5d21..6b3dce5bb4 100644 --- a/docs/plugins/inspect/plugin-twolame.xml +++ b/docs/plugins/inspect/plugin-twolame.xml @@ -3,10 +3,10 @@ Encode MP2s with TwoLAME ../../ext/twolame/.libs/libgsttwolame.so libgsttwolame.so - 1.7.0.1 + 1.7.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index 3486a79b55..24998ff0e7 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -3,10 +3,10 @@ libx264-based H264 plugins ../../ext/x264/.libs/libgstx264.so libgstx264.so - 1.7.0.1 + 1.7.1 GPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/docs/plugins/inspect/plugin-xingmux.xml b/docs/plugins/inspect/plugin-xingmux.xml index c94e00bcb1..63b967c855 100644 --- a/docs/plugins/inspect/plugin-xingmux.xml +++ b/docs/plugins/inspect/plugin-xingmux.xml @@ -3,10 +3,10 @@ Add XING tags to mpeg audio files ../../gst/xingmux/.libs/libgstxingmux.so libgstxingmux.so - 1.7.0.1 + 1.7.1 LGPL gst-plugins-ugly - GStreamer Ugly Plug-ins git + GStreamer Ugly Plug-ins source release Unknown package origin diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap index cc8812d9fe..f9c0466588 100644 --- a/gst-plugins-ugly.doap +++ b/gst-plugins-ugly.doap @@ -33,6 +33,36 @@ might be widely known to present patent problems. + + + 1.7.1 + master + + 2015-12-24 + + + + + + + 1.6.2 + 1.6 + + 2015-12-14 + + + + + + + 1.6.1 + 1.6 + + 2015-10-30 + + + + 1.6.0 diff --git a/win32/common/config.h b/win32/common/config.h index c7f4aa5a66..14df6e131f 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -45,6 +45,9 @@ /* GStreamer API Version */ #define GST_API_VERSION "1.0" +/* Define if extra runtime checks should be enabled */ +#undef GST_ENABLE_EXTRA_CHECKS + /* macro to use to show function name */ #undef GST_FUNCTION @@ -64,7 +67,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2015-09-25" +#define GST_PACKAGE_RELEASE_DATETIME "2015-12-24" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -257,7 +260,7 @@ #define PACKAGE_NAME "GStreamer Ugly Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.6.0" +#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.7.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-ugly" @@ -266,7 +269,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.6.0" +#define PACKAGE_VERSION "1.7.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -297,7 +300,7 @@ #undef TARGET_CPU /* Version number of package */ -#define VERSION "1.6.0" +#define VERSION "1.7.1" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */