From 42fbf04611e64b80b3a7ee0185490b303f6f425d Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 30 Oct 2015 16:44:45 +0200 Subject: Release 1.6.1 --- ChangeLog | 571 ++++++++++++++++++++- NEWS | 81 +-- RELEASE | 84 ++- configure.ac | 8 +- docs/plugins/gst-plugins-bad-plugins.hierarchy | 2 + docs/plugins/inspect/plugin-accurip.xml | 2 +- docs/plugins/inspect/plugin-adpcmdec.xml | 2 +- docs/plugins/inspect/plugin-adpcmenc.xml | 2 +- docs/plugins/inspect/plugin-aiff.xml | 2 +- docs/plugins/inspect/plugin-asfmux.xml | 2 +- docs/plugins/inspect/plugin-assrender.xml | 2 +- docs/plugins/inspect/plugin-audiomixer.xml | 2 +- docs/plugins/inspect/plugin-audiovisualizers.xml | 2 +- docs/plugins/inspect/plugin-autoconvert.xml | 2 +- docs/plugins/inspect/plugin-bayer.xml | 2 +- docs/plugins/inspect/plugin-bz2.xml | 2 +- docs/plugins/inspect/plugin-camerabin.xml | 2 +- docs/plugins/inspect/plugin-chromaprint.xml | 2 +- docs/plugins/inspect/plugin-coloreffects.xml | 2 +- docs/plugins/inspect/plugin-curl.xml | 2 +- docs/plugins/inspect/plugin-dataurisrc.xml | 2 +- docs/plugins/inspect/plugin-debugutilsbad.xml | 2 +- docs/plugins/inspect/plugin-dtsdec.xml | 2 +- docs/plugins/inspect/plugin-dvb.xml | 2 +- docs/plugins/inspect/plugin-dvbsuboverlay.xml | 2 +- docs/plugins/inspect/plugin-dvdspu.xml | 2 +- docs/plugins/inspect/plugin-faad.xml | 2 +- docs/plugins/inspect/plugin-festival.xml | 2 +- docs/plugins/inspect/plugin-fieldanalysis.xml | 2 +- docs/plugins/inspect/plugin-flite.xml | 2 +- docs/plugins/inspect/plugin-fragmented.xml | 2 +- docs/plugins/inspect/plugin-frei0r.xml | 2 +- docs/plugins/inspect/plugin-gaudieffects.xml | 2 +- docs/plugins/inspect/plugin-gdp.xml | 2 +- docs/plugins/inspect/plugin-geometrictransform.xml | 2 +- docs/plugins/inspect/plugin-gmedec.xml | 2 +- docs/plugins/inspect/plugin-gsm.xml | 2 +- docs/plugins/inspect/plugin-gstsiren.xml | 2 +- docs/plugins/inspect/plugin-id3tag.xml | 2 +- docs/plugins/inspect/plugin-inter.xml | 2 +- docs/plugins/inspect/plugin-interlace.xml | 2 +- docs/plugins/inspect/plugin-jpegformat.xml | 2 +- docs/plugins/inspect/plugin-liveadder.xml | 2 +- docs/plugins/inspect/plugin-mimic.xml | 2 +- docs/plugins/inspect/plugin-mms.xml | 2 +- docs/plugins/inspect/plugin-modplug.xml | 2 +- docs/plugins/inspect/plugin-mpeg2enc.xml | 2 +- docs/plugins/inspect/plugin-mpegpsdemux.xml | 2 +- docs/plugins/inspect/plugin-mpegpsmux.xml | 2 +- docs/plugins/inspect/plugin-mpegtsdemux.xml | 2 +- docs/plugins/inspect/plugin-mpegtsmux.xml | 2 +- docs/plugins/inspect/plugin-mpg123.xml | 2 +- docs/plugins/inspect/plugin-mplex.xml | 2 +- docs/plugins/inspect/plugin-ofa.xml | 2 +- docs/plugins/inspect/plugin-openal.xml | 2 +- docs/plugins/inspect/plugin-opencv.xml | 2 +- docs/plugins/inspect/plugin-opus.xml | 2 +- docs/plugins/inspect/plugin-pcapparse.xml | 2 +- docs/plugins/inspect/plugin-pnm.xml | 2 +- docs/plugins/inspect/plugin-rawparse.xml | 2 +- docs/plugins/inspect/plugin-removesilence.xml | 2 +- docs/plugins/inspect/plugin-resindvd.xml | 2 +- docs/plugins/inspect/plugin-rfbsrc.xml | 2 +- docs/plugins/inspect/plugin-rtmp.xml | 2 +- docs/plugins/inspect/plugin-schro.xml | 2 +- docs/plugins/inspect/plugin-sdp.xml | 2 +- docs/plugins/inspect/plugin-segmentclip.xml | 2 +- docs/plugins/inspect/plugin-shm.xml | 2 +- docs/plugins/inspect/plugin-smooth.xml | 2 +- docs/plugins/inspect/plugin-soundtouch.xml | 2 +- docs/plugins/inspect/plugin-spandsp.xml | 2 +- docs/plugins/inspect/plugin-speed.xml | 2 +- docs/plugins/inspect/plugin-subenc.xml | 2 +- docs/plugins/inspect/plugin-videoparsersbad.xml | 2 +- docs/plugins/inspect/plugin-voaacenc.xml | 2 +- docs/plugins/inspect/plugin-voamrwbenc.xml | 2 +- docs/plugins/inspect/plugin-waylandsink.xml | 2 +- docs/plugins/inspect/plugin-y4mdec.xml | 2 +- docs/plugins/inspect/plugin-zbar.xml | 2 +- gst-plugins-bad.doap | 10 + win32/common/config.h | 8 +- 81 files changed, 751 insertions(+), 161 deletions(-) diff --git a/ChangeLog b/ChangeLog index c513f5d7b..385d8bb60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,576 @@ +=== release 1.6.1 === + +2015-10-30 Sebastian Dröge + + * configure.ac: + releasing 1.6.1 + +2015-10-30 14:30:17 +0200 Sebastian Dröge + + * po/cs.po: + * po/de.po: + * po/nl.po: + * po/pl.po: + * po/ru.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + po: Update translations + +2015-10-29 15:02:38 +0200 Sreerenj Balachandran + + * gst/ivfparse/gstivfparse.c: + * gst/ivfparse/gstivfparse.h: + ivfparse: Add vp9 support + Differentiate the vp8/vp9 bitstream based on fourcc. + https://bugzilla.gnome.org/show_bug.cgi?id=757251 + +2015-10-26 15:30:08 +0100 George Kiagiadakis + + * ext/wayland/gstwaylandsink.c: + waylandsink: don't advertise the local wl_display context + This wl_display proxy is temporary only until waylandsink goes NULL, + at which point the connection to the display is disposed. Unfortunately, + if this is advertised as a GstContext, playbin will cache it and re-feed + it to the sink when it goes PLAYING again, but the wl_display pointer + will at that point be invalid and cause a crash. + Another solution to the problem would be to also cache the GstWlDisplay + object inside the GstContext, which would automatically ref-count + the display connection, but I see no reason in doing that at the moment, + as there are no known users of this GstContext outside waylandsink. + It's probably better to avoid chasing hidden refcounts. + https://bugzilla.gnome.org/show_bug.cgi?id=756567 + +2015-10-20 09:13:04 +0100 André Draszik + + * ext/hls/m3u8.c: + hlsdemux: don't crash or leak memory on broken master playlist + If a (master) playlist contains a variant list entry without a + URI then during parsing of the next variant list entry we are + a) leaking the entry we're currently parsing (new_list), and + b) free'ing the pointer to the previous list entry (list) without + updating the pointer. + Hence when then adding the URI for the latest parsed entry, incorrect + information is stored, as the information is used from 'list' which + is not valid memory anymore, also leading to crashes. + Fix this by correctly storing the new variant list entry pointer + as needed. + https://bugzilla.gnome.org/show_bug.cgi?id=756861 + +2015-10-20 17:09:22 +0200 Santiago Carot-Nemesio + + * ext/srtp/gstsrtp.c: + srtp: Fix critical warning trying to retrieve SSRC from a non fb message + https://bugzilla.gnome.org/show_bug.cgi?id=756876 + +2015-10-16 00:23:56 +0200 Miguel París Díaz + + * ext/srtp/gstsrtpdec.c: + srtpdec: skip padding when mapping RTP packets + https://bugzilla.gnome.org/show_bug.cgi?id=756653 + +2015-10-14 10:31:23 +0300 Sebastian Dröge + + * ext/dash/gstmpdparser.c: + mpdparser: Set default last_byte_pos to -1 + The value is optional in the range, and if it is absent it means we should + download until the end of stream. Not until position 0. + https://bugzilla.gnome.org/show_bug.cgi?id=748316 + +2015-10-14 19:32:07 +0300 Sebastian Dröge + + * sys/androidmedia/gstamcvideodec.c: + amcvideodec: Properly forward the return value of gst_video_decoder_negotiate() + https://bugzilla.gnome.org/show_bug.cgi?id=756578 + +2015-10-14 19:24:22 +0300 Sebastian Dröge + + * sys/androidmedia/gstamc.c: + * sys/androidmedia/gstamcvideodec.c: + amcvideodec: Implement support for COLOR_QCOM_FormatYVU420SemiPlanar32mMultiView for decoding + https://bugzilla.gnome.org/show_bug.cgi?id=756578 + +2015-10-14 18:35:00 +0200 plamot + + * sys/dshowvideosink/dshowvideosink.cpp: + dshowvideosink: Fix 64bit compatibility issue + SetWindowLong works only for 32 bit systems, thus windows events (move/resize) + where not interpreted on 64 bit systems + https://bugzilla.gnome.org/show_bug.cgi?id=756617 + +2015-07-08 17:17:12 +0200 Edward Hervey + + * ext/hls/m3u8.c: + * ext/hls/m3u8.h: + hls/m3u8: Update current position in all cases + In order to ensure the sequence_position will always be consistently updated, + store the current file duration. + This way, when we advance, we can always increment the position based on what + was previously outputted. + https://bugzilla.gnome.org/show_bug.cgi?id=752132 + +2015-10-17 12:48:11 -0700 Reynaldo H. Verdejo Pinochet + + * gst/pnm/gstpnmdec.c: + pnmdec: drop frame in case of _handle() failure + Allows baseclass to handle it from there + Related to: + https://bugzilla.gnome.org/show_bug.cgi?id=756563 + +2015-10-17 01:51:24 -0700 Reynaldo H. Verdejo Pinochet + + * gst/pnm/gstpnmdec.c: + * gst/pnm/gstpnmdec.h: + pnmdec: propagate input state after parsing + Store and copy input state fields when setting the + output state of the decoder. Avoids problems like + the framerate set by an upstream element being ignored + Related to: + https://bugzilla.gnome.org/show_bug.cgi?id=756563 + +2015-10-16 20:45:42 -0700 Reynaldo H. Verdejo Pinochet + + * gst/pnm/gstpnmdec.c: + pnmdec: completely reset parsing state at flush + Makes sure the mngr struct reflects a clean state + for the next frame, avoiding failures like: + https://bugzilla.gnome.org/show_bug.cgi?id=756563 + +2015-10-17 02:40:50 +1100 Matthew Waters + + * ext/gtk/gstgtkbasesink.c: + gtk: separate out the widget/window destroy callbacks + Fixes assertion due to the sink_finalize() being run before the widget destroy + callback. + https://bugzilla.gnome.org/show_bug.cgi?id=755969 + +2015-10-14 22:51:29 +0200 Paul Arzelier + + * ext/dtls/gstdtlscertificate.c: + dtls: Fix name conflict with openssl on win32 + https://bugzilla.gnome.org/show_bug.cgi?id=756592 + +2015-10-14 17:38:39 +0200 Edward Hervey + + * ext/hls/gsthlsdemux.c: + hlsdemux: Avoid negative sequence numbers + For live streams, we want to make sure there's a certain distance + between the sequence to play and the last (earliest) fragment. + The problem is that it assumes there are at least 3 fragments in + the playlist, which might not always be the case (like in the case + of a server restarting and gradually adding fragments). + In order to avoid ending up with negative sequence numbers (which + will just loop forever), limit the new target sequence number to + the highest of: + * either the first sequence number of the playlist (fallback) + * or 3 fragments from the last one (standard behaviour) + +2015-10-11 10:00:43 +0100 Julien Isorce + + * configure.ac: + * ext/dash/Makefile.am: + dashdemux: fix undefined reference to gst_ntp_clock_new + Found with gst-inspect-1.0 -b in gst-uninstalled env. + https://bugzilla.gnome.org/show_bug.cgi?id=756383 + +2015-10-05 11:21:07 +0900 Vineeth TM + + * gst/id3tag/id3tag.c: + id3tag: fix sample memory leak + When getting sample from taglist, the memory is not being freed resulting in memory leak. + https://bugzilla.gnome.org/show_bug.cgi?id=756070 + +2015-10-06 21:23:11 +0530 Nirbheek Chauhan + + * ext/gl/gstglvideomixer.c: + glvideomixer: Proxy the ignore-eos videoaggregator property as well + Identical to how the z-order property is proxied + +2015-10-07 08:48:15 +0900 Vineeth TM + + * gst/audiomixer/gstaudioaggregator.c: + audioaggregator: Fix build error + Build error due to wrong argument type in debug message + aagg->priv->offset and next_offset are of type int64, but uint64 + formatter is being used in logs. Changing all those to int64 + https://bugzilla.gnome.org/show_bug.cgi?id=756065 + +2015-10-07 14:22:46 +0100 Florin Apostol + + * ext/dash/gstmpdparser.c: + dashdemux: fixed has_next_period + gst_mpd_client_has_next_period now calls gst_mpd_client_setup_media_presentation + to refresh the period information. + https://bugzilla.gnome.org/show_bug.cgi?id=756186 + +2015-10-01 11:18:52 +0200 Havard Graff + + * ext/rtmp/gstrtmpsrc.c: + rtmpsrc: plug memory-leaks + https://bugzilla.gnome.org/show_bug.cgi?id=756001 + +2015-10-02 17:05:11 +0200 Polochon_street + + * ext/dtls/gstdtlsdec.c: + dtls: fix printf format on win32 + +2015-09-30 10:27:06 -0700 Aleix Conchillo Flaqué + + * configure.ac: + dtls: require openssl >= 1.0.1 + https://bugzilla.gnome.org/show_bug.cgi?id=755892 + +2015-10-02 14:46:59 +0200 Paul Arzelier + + * ext/dtls/gstdtlsenc.c: + dtls: fix printf format on win32 + https://bugzilla.gnome.org/show_bug.cgi?id=755981 + +2015-09-30 11:00:39 +0800 John Chang + + * ext/dash/gstisoff.c: + dashdemux: Correctly assign earliest pts instead of overriding it with first offset + https://bugzilla.gnome.org/show_bug.cgi?id=755824 + +2015-09-30 19:01:21 +0200 Sebastian Dröge + + * gst/audiomixer/gstaudioaggregator.c: + audioaggregator: Select the initial offset based on the start segment position + instead of always using 0. Otherwise we might output a lot of silence in the + beginning instead of outputting from the relevant position. + https://bugzilla.gnome.org/show_bug.cgi?id=755623 + +2015-09-30 19:05:35 +0200 Sebastian Dröge + + * gst-libs/gst/base/gstaggregator.c: + aggregator: Convert GST_ERROR_OBJECT() for seek events to GST_DEBUG_OBJECT() + +2015-09-30 19:03:05 +0200 Sebastian Dröge + + * gst-libs/gst/base/gstaggregator.c: + aggregator: For the start time selection, only set the segment position + segment.time and segment.start can stay the same, and were always the same + before anyway because of a mistake. + https://bugzilla.gnome.org/show_bug.cgi?id=755623 + +2015-09-22 16:17:38 +0200 Sebastian Dröge + + * ext/dash/gstdashdemux.c: + * ext/dash/gstmpdparser.c: + * ext/dash/gstmpdparser.h: + * tests/check/elements/dash_mpd.c: + dashdemux: Implement lazy-loading of external periods + https://bugzilla.gnome.org/show_bug.cgi?id=752230 + +2015-09-21 21:05:03 +0200 Sebastian Dröge + + * ext/dash/gstmpdparser.c: + mpdparser: Load OnLoad external resources immediately instead of on demand + https://bugzilla.gnome.org/show_bug.cgi?id=752230 + +2015-09-08 13:36:23 +0300 Sebastian Dröge + + * ext/dash/gstmpdparser.c: + mpdparser: Add support for loading external SegmentLists + https://bugzilla.gnome.org/show_bug.cgi?id=752230 + +2015-09-08 13:04:11 +0300 Sebastian Dröge + + * ext/dash/gstmpdparser.c: + mpdparser: Add support for loading external AdaptationSets + https://bugzilla.gnome.org/show_bug.cgi?id=752230 + +2015-08-21 16:40:10 +0300 Sebastian Dröge + + * ext/dash/gstmpdparser.c: + mpdparser: Implement loading of external Period nodes + The same has to be done for AdaptationSet and SegmentList nodes still. + Also this does not correctly implement the semantics: by default Period (and + other nodes) should only be loaded when needed, not in the very beginning. We + need to implement lazy loading for them, which means adjusting + gst_mpd_client_setup_media_presentation(). + https://bugzilla.gnome.org/show_bug.cgi?id=752230 + +2015-08-21 12:06:07 +0300 Sebastian Dröge + + * ext/dash/gstdashdemux.c: + * ext/dash/gstmpdparser.c: + * ext/dash/gstmpdparser.h: + * tests/check/Makefile.am: + mpdparser: Store an URI downloader in the parser for downloading additional MPD resources if needed + https://bugzilla.gnome.org/show_bug.cgi?id=752230 + +2015-07-10 18:56:29 +0300 Sebastian Dröge + + * ext/dash/gstmpdparser.c: + * ext/dash/gstmpdparser.h: + mpdparser: Parse xlink attributes from Period, AdaptationSet and SegmentList + We still have to do something useful with them, like actually loading the + content behind the URL. + https://bugzilla.gnome.org/show_bug.cgi?id=752230 + +2015-09-16 23:38:24 +0200 Sebastian Dröge + + * ext/dash/gstdashdemux.c: + dashdemux: Properly handle relative and non-HTTP URIs for the headers/indices + gst_uri_join_strings() will return the second parameter if it is an absolute + URI. No need to do a (wrong) check if the URI is absolute or not beforehand. + https://bugzilla.gnome.org/show_bug.cgi?id=755134 + +2015-09-16 23:12:54 +0200 Sebastian Dröge + + * ext/dash/gstmpdparser.c: + mpdparser: If no Initialization is present in the SegmentBase, assume it is before the indexRange + https://bugzilla.gnome.org/show_bug.cgi?id=755132 + +2015-09-16 12:50:46 +0200 Philippe Normand + + * ext/smoothstreaming/gstmssdemux.c: + mssdemux: activate streams before configuring bitrate + Doing the contrary has no effect and the consequence is that playback + will start with the lowest bitrate even if we can already handle + higher bitrate. + https://bugzilla.gnome.org/show_bug.cgi?id=755108 + +2015-09-03 15:11:00 +0200 Philippe Normand + + * ext/smoothstreaming/gstmssmanifest.c: + mssdemux: always use timescale for gst timestamp calculation + Not doing this can lead the demuxer to attempt downloading fragments + for an invalid start time. The server would then send a HTTP + Precondition failed error, the demuxer would try some more times to + download the invalid fragment and eventually error out. + https://bugzilla.gnome.org/show_bug.cgi?id=754523 + +2015-09-30 08:36:15 +0200 Antoine Jacoutot + + * gst-libs/gst/gl/Makefile.am: + gl: Pass GL_CFLAGS to g-ir-scanner + This unbreaks building when some headers are under a non-standard path. + e.g. /usr/X11R6/include as on OpenBSD. + https://bugzilla.gnome.org/show_bug.cgi?id=755850 + +2015-09-30 00:44:16 -0700 Aleix Conchillo Flaqué + + * sys/applemedia/Makefile.am: + applemedia: dist missing header files + https://bugzilla.gnome.org/show_bug.cgi?id=755852 + +2015-09-30 13:13:19 +0900 Vineeth TM + + * tests/check/elements/audiointerleave.c: + audiointerleave: typecast bit-mask to guint64 to fix segmentation fault + While creating caps in audiointerleave tests, bitmask is being set as 0x9 + This is resulting in segmentation fault. Fix the same by typecasting to guint64 + https://bugzilla.gnome.org/show_bug.cgi?id=755840 + +2015-09-30 00:36:14 +0100 Tim-Philipp Müller + + * gst/mpegtsmux/mpegtsmux.c: + mpegtsmux: fix downstream key unit events handling with hlssink + The buffer timestamps in the collect function will already be + running time, don't try to convert them again to running time, + this would yield CLOCK_TIME_NONE now that the segment is shifted + to account for negative dts. + This fixes x264enc ! mpegtsmux ! hlssink, which was broken + because mpegtsmux would send a downstream key unit event with + running time NONE and then hlssink would immediately send + another one upstream and it would just be a flood of force + keyframe events in both directions after the first one. This + would then break hlssink because it uses multifilesink in + next-file=key-unit-event mode, and starting a new file after + every few kB does not work well for HLS. + +2015-09-29 13:31:18 +0100 Tim-Philipp Müller + + * gst-libs/gst/video/gstvideoaggregator.c: + videoaggregator: fix compilation with older glib version + Remove weird use of private gtype defines and fix compilation + with older glib versions such as 2.36. + https://bugzilla.gnome.org/show_bug.cgi?id=755754 + +2015-09-28 20:56:56 +0200 Arnaud Vrac + + * ext/assrender/gstassrender.c: + assrender: fix leak of tag samples in the tag list + Move handling of a GstSample in a separate function, and unref the + sample after calling it. libass copies the font data so we don't need to + keep it around. + https://bugzilla.gnome.org/show_bug.cgi?id=755759 + +2015-09-28 20:30:17 +0200 Arnaud Vrac + + * ext/assrender/gstassrender.c: + assrender: fix gap event leak and invalid return value + We don't want the gap event to be forwarded + https://bugzilla.gnome.org/show_bug.cgi?id=755759 + +2015-09-17 16:59:16 +1000 Matthew Waters + + * gst-libs/gst/gl/eagl/gstglcontext_eagl.m: + gl/eagl: use the default GL context debug category + +2015-09-29 00:25:00 +1000 Matthew Waters + + * ext/gtk/gstgtkbasesink.c: + gtk: fix assertion when the element has no peer + When proxying keyboard/navigation/mouse events, only unref a successfully + retreived peer pad. + https://bugzilla.gnome.org/show_bug.cgi?id=755738 + +2015-09-27 13:07:19 +1000 Jan Schmidt + + * ext/resindvd/gstmpegdemux.c: + resindvd: Send gap updates to the segment stop during stills + Ignore the normal gap threshold for laggy streams and + immediately catch all streams up to the end of the segment + when processing gap updates for a segment during a + still frame sequence. + https://bugzilla.gnome.org/show_bug.cgi?id=755680 + +2015-09-18 19:07:47 +0200 Arnaud Vrac + + * gst/dvdspu/gstspu-pgs.c: + dvdspu: fix pgs palette colors + U and V were inverted + https://bugzilla.gnome.org/show_bug.cgi?id=755239 + +2015-09-26 10:21:41 +0100 Tim-Philipp Müller + + * gst/audiomixer/gstaudioaggregator.c: + audiomixer: fix deadlock when G_DISABLE_ASSERT is not defined + This makes the audiomixer unit test time out in master. + Broke with 587e7c4 + === release 1.6.0 === -2015-09-25 Sebastian Dröge +2015-09-25 23:33:37 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.6.0 + * docs/plugins/gst-plugins-bad-plugins.hierarchy: + * docs/plugins/inspect/plugin-accurip.xml: + * docs/plugins/inspect/plugin-adpcmdec.xml: + * docs/plugins/inspect/plugin-adpcmenc.xml: + * docs/plugins/inspect/plugin-aiff.xml: + * docs/plugins/inspect/plugin-asfmux.xml: + * docs/plugins/inspect/plugin-assrender.xml: + * docs/plugins/inspect/plugin-audiomixer.xml: + * docs/plugins/inspect/plugin-audiovisualizers.xml: + * docs/plugins/inspect/plugin-autoconvert.xml: + * docs/plugins/inspect/plugin-bayer.xml: + * docs/plugins/inspect/plugin-bz2.xml: + * docs/plugins/inspect/plugin-camerabin.xml: + * docs/plugins/inspect/plugin-chromaprint.xml: + * docs/plugins/inspect/plugin-coloreffects.xml: + * docs/plugins/inspect/plugin-curl.xml: + * docs/plugins/inspect/plugin-dataurisrc.xml: + * docs/plugins/inspect/plugin-debugutilsbad.xml: + * docs/plugins/inspect/plugin-dtsdec.xml: + * docs/plugins/inspect/plugin-dvb.xml: + * docs/plugins/inspect/plugin-dvbsuboverlay.xml: + * docs/plugins/inspect/plugin-dvdspu.xml: + * docs/plugins/inspect/plugin-faad.xml: + * docs/plugins/inspect/plugin-festival.xml: + * docs/plugins/inspect/plugin-fieldanalysis.xml: + * docs/plugins/inspect/plugin-flite.xml: + * docs/plugins/inspect/plugin-fragmented.xml: + * docs/plugins/inspect/plugin-frei0r.xml: + * docs/plugins/inspect/plugin-gaudieffects.xml: + * docs/plugins/inspect/plugin-gdp.xml: + * docs/plugins/inspect/plugin-geometrictransform.xml: + * docs/plugins/inspect/plugin-gsm.xml: + * docs/plugins/inspect/plugin-gstsiren.xml: + * docs/plugins/inspect/plugin-id3tag.xml: + * docs/plugins/inspect/plugin-inter.xml: + * docs/plugins/inspect/plugin-interlace.xml: + * docs/plugins/inspect/plugin-jpegformat.xml: + * docs/plugins/inspect/plugin-liveadder.xml: + * docs/plugins/inspect/plugin-mimic.xml: + * docs/plugins/inspect/plugin-mms.xml: + * docs/plugins/inspect/plugin-modplug.xml: + * docs/plugins/inspect/plugin-mpeg2enc.xml: + * docs/plugins/inspect/plugin-mpegpsdemux.xml: + * docs/plugins/inspect/plugin-mpegpsmux.xml: + * docs/plugins/inspect/plugin-mpegtsdemux.xml: + * docs/plugins/inspect/plugin-mpegtsmux.xml: + * docs/plugins/inspect/plugin-mpg123.xml: + * docs/plugins/inspect/plugin-mplex.xml: + * docs/plugins/inspect/plugin-ofa.xml: + * docs/plugins/inspect/plugin-openal.xml: + * docs/plugins/inspect/plugin-opencv.xml: + * docs/plugins/inspect/plugin-opus.xml: + * docs/plugins/inspect/plugin-pcapparse.xml: + * docs/plugins/inspect/plugin-pnm.xml: + * docs/plugins/inspect/plugin-rawparse.xml: + * docs/plugins/inspect/plugin-removesilence.xml: + * docs/plugins/inspect/plugin-resindvd.xml: + * docs/plugins/inspect/plugin-rfbsrc.xml: + * docs/plugins/inspect/plugin-rtmp.xml: + * docs/plugins/inspect/plugin-schro.xml: + * docs/plugins/inspect/plugin-sdp.xml: + * docs/plugins/inspect/plugin-segmentclip.xml: + * docs/plugins/inspect/plugin-shm.xml: + * docs/plugins/inspect/plugin-smooth.xml: + * docs/plugins/inspect/plugin-soundtouch.xml: + * docs/plugins/inspect/plugin-spandsp.xml: + * docs/plugins/inspect/plugin-speed.xml: + * docs/plugins/inspect/plugin-subenc.xml: + * docs/plugins/inspect/plugin-videoparsersbad.xml: + * docs/plugins/inspect/plugin-voaacenc.xml: + * docs/plugins/inspect/plugin-voamrwbenc.xml: + * docs/plugins/inspect/plugin-waylandsink.xml: + * docs/plugins/inspect/plugin-y4mdec.xml: + * docs/plugins/inspect/plugin-zbar.xml: + * gst-plugins-bad.doap: + * win32/common/config.h: + Release 1.6.0 + +2015-09-25 23:01:35 +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/ky.po: + * po/lt.po: + * po/lv.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 2015-09-25 10:32:00 +0100 Julien Isorce diff --git a/NEWS b/NEWS index e04f31844..ed483fdd1 100644 --- a/NEWS +++ b/NEWS @@ -1,64 +1,29 @@ -This is GStreamer 1.6.0 +This is GStreamer 1.6.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 proud to announce the first bugfix release in the stable +1.6 release 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. +This release only contains bugfixes and it is safe to update from 1.6.0. For a +full list of bugfixes see Bugzilla: + https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&limit=0&list_id=73005&order=bug_id&product=GStreamer&resolution=FIXED&target_milestone=1.6.1 -See http://gstreamer.freedesktop.org/releases/1.6/ for the full list of -changes. +See http://gstreamer.freedesktop.org/releases/1.6/ for the latest version of this document. -Highlights +Major bugfixes -- 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 +- Crashes in the gst-libav encoders were fixed +- More DASH-IF test streams are working now +- Live DASH, HLS and MS SmoothStreaming streams work more reliable and other + fixes for the adaptive streaming protocols +- Reverse playback works with scaletempo to keep the audio pitch +- Correct stream-time is reported for negative applied_rate +- SRTP packet validation during decoding does not reject valid packets anymore +- Fixes for audioaggregator and aggregator to start producing output at the + right time, and e.g. not outputting lots of silence in the beginning +- gst-libav's internal ffmpeg snapshot was updated to 2.8.1 +- cerbero has support for Mac OS X 10.11 (El Capitan) +- Various memory leaks were fixed, including major leaks in playbin, playsink + and decodebin +- Various GObject-Introspection annotation fixes for bindings +- and many, many more: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&limit=0&list_id=73005&order=bug_id&product=GStreamer&resolution=FIXED&target_milestone=1.6.1 diff --git a/RELEASE b/RELEASE index b140e442b..adfef505b 100644 --- a/RELEASE +++ b/RELEASE @@ -1,18 +1,19 @@ -Release notes for GStreamer Bad Plugins 1.6.0 +Release notes for GStreamer Bad Plugins 1.6.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 proud to announce the first bugfix release in the stable +1.6 release 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. +This release only contains bugfixes and it is safe to update from 1.6.0. For a +full list of bugfixes see Bugzilla. -See -http://gstreamer.freedesktop.org/releases/1.6/ -for the full list of changes. + + +See http://gstreamer.freedesktop.org/releases/1.6/ +for the full release notes. @@ -64,15 +65,41 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Bugs fixed in this release - * 754903 : eagl: crashes or no video display on reuse - * 755249 : gtkglsink: Hide and cleaned the GtkWindow we might create - * 755251 : gtksink: Rework threading around GtkWindow creation - * 755411 : mpdparser: Only check stream- > segments for a repeated last segment if we have a static list of segments - * 755426 : decklinkvideosrc: Can't go to PAUSED again from READY - * 755456 : glmemory: fix texture leak in _gl_mem_copy - * 755459 : gtksink: Do not show window until we reach the PAUSED state - * 755542 : gtk: Fix a race where we end up setting wrong VideoInfo - * 755618 : gstglfilter: fix error GL_INVALID_OPERATION " glBindBuffer: buffer bound to more than 1 " + * 756207 : videoaggregator: Setting aspect ratio crops the frame + * 756567 : Wayland crash when called from gstreamer + * 752132 : hls/m3u8: Update current position in all cases + * 752230 : mpdparser: Parse xlink attributes from Period, AdaptationSet and SegmentList + * 754523 : mssdemux: fragment download errors during live playback + * 755108 : mssdemux: playback always starts at lowest bitrate + * 755132 : mpdparser: If no Initialization is present in the SegmentBase, assume it is before the indexRange + * 755134 : dashdemux: Properly handle relative and non-HTTP URIs for the headers/indices + * 755239 : dvdspu: render PGS subtitles with the correct color + * 755623 : audiomixer: Using absolute clock times results in 0..now buffers to be rendered at once, stalling the pipeline + * 755680 : DVD navigation not working? + * 755738 : GtkGst : gst_object_unref on GtkDrawingArea events if current media have no audio + * 755754 : videoaggregator doesn't compile with in openembedded dora (glib 2.36.4) + * 755759 : assrender: leaks gap events and sample in tags + * 755824 : dashdemux: Correctly assign earliest pts instead of overriding it with first offset + * 755840 : audiointerleave: make check fails with segmentation fault. + * 755850 : unbreak GL introspection build + * 755852 : missing sys/applemedia headers in gst-plugins-bad 1.6.0 tarball + * 755892 : dtls needs openssl > = 1.0.1 + * 755969 : gtkglsink: Assertion in gst-inspect-1.0 + * 755981 : dtls: fix printf format on win32 + * 756001 : rtmpsrc: plug memory-leaks + * 756065 : audioaggregator: fix build error + * 756070 : id3tag: fix sample memory leak + * 756181 : hlssink: inconsistent segment duration since 1.5.2 onwards + * 756186 : dashdemux: cannot advance to next period + * 756383 : dashdemux: Incomplete configure check for libgstnet + * 756563 : pnmdec: causes multifilesrc to return internal data flow error (caused by a gst_pad_push() error) + * 756578 : amcvideodec: Implement support for COLOR_QCOM_FormatYVU420SemiPlanar32mMultiView for decoding + * 756592 : dtls: fixed name conflict with openssl on win32 + * 756617 : dshowvideosink: move/resize events are not handled in 64 bit + * 756653 : srtpdec: buffer validations may fail if SRTP packets have padding flag set + * 756861 : hlsdemux: crash / memory leak on broken (master) playlist + * 756876 : srtp: Fix critical warning trying to retrieve SSRC from a non fb message + * 757251 : ivfparse: recognize the vp9 bitstream ==== Download ==== @@ -109,9 +136,28 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Arun Raghavan + * Aleix Conchillo Flaqué + * André Draszik + * Antoine Jacoutot + * Arnaud Vrac + * Edward Hervey + * Florin Apostol + * George Kiagiadakis + * Havard Graff + * Jan Schmidt + * John Chang * Julien Isorce * Matthew Waters + * Miguel París Díaz + * Nirbheek Chauhan + * Paul Arzelier + * Philippe Normand + * Polochon_street + * Reynaldo H. Verdejo Pinochet + * Santiago Carot-Nemesio * Sebastian Dröge - * Thibault Saunier + * Sreerenj Balachandran + * Tim-Philipp Müller + * Vineeth TM + * plamot   \ No newline at end of file diff --git a/configure.ac b/configure.ac index f1b731c78..d57c3e0a1 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, git and prerelease does Werror too -AC_INIT([GStreamer Bad Plug-ins],[1.6.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad]) +AC_INIT([GStreamer Bad Plug-ins],[1.6.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad]) AG_GST_INIT @@ -51,11 +51,11 @@ 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, 600, 0, 600) +AS_LIBTOOL(GST, 601, 0, 601) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.6.0 -GSTPB_REQ=1.6.0 +GST_REQ=1.6.1 +GSTPB_REQ=1.6.1 dnl *** autotools stuff **** diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 36ea8b093..b09fb5d46 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -91,6 +91,7 @@ GObject GstGtkGLSink GstGtkSink GstInterVideoSink + GstQtSink GstWaylandSink GstBaseSrc GstAvdtpSrc @@ -275,6 +276,7 @@ GObject GstGDPDepay GstGDPPay GstGLStereoSplit + GstGmeDec GstInterlace GstJP2kDecimator GstJifMux diff --git a/docs/plugins/inspect/plugin-accurip.xml b/docs/plugins/inspect/plugin-accurip.xml index 280432646..7ce7e15df 100644 --- a/docs/plugins/inspect/plugin-accurip.xml +++ b/docs/plugins/inspect/plugin-accurip.xml @@ -3,7 +3,7 @@ Computes an AccurateRip CRC ../../gst/accurip/.libs/libgstaccurip.so libgstaccurip.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-adpcmdec.xml b/docs/plugins/inspect/plugin-adpcmdec.xml index 7e07d3a0b..7aaed2849 100644 --- a/docs/plugins/inspect/plugin-adpcmdec.xml +++ b/docs/plugins/inspect/plugin-adpcmdec.xml @@ -3,7 +3,7 @@ ADPCM decoder ../../gst/adpcmdec/.libs/libgstadpcmdec.so libgstadpcmdec.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-adpcmenc.xml b/docs/plugins/inspect/plugin-adpcmenc.xml index 93e9a675c..b3e84e111 100644 --- a/docs/plugins/inspect/plugin-adpcmenc.xml +++ b/docs/plugins/inspect/plugin-adpcmenc.xml @@ -3,7 +3,7 @@ ADPCM encoder ../../gst/adpcmenc/.libs/libgstadpcmenc.so libgstadpcmenc.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-aiff.xml b/docs/plugins/inspect/plugin-aiff.xml index 58581a4b2..b72de0437 100644 --- a/docs/plugins/inspect/plugin-aiff.xml +++ b/docs/plugins/inspect/plugin-aiff.xml @@ -3,7 +3,7 @@ Create and parse Audio Interchange File Format (AIFF) files ../../gst/aiff/.libs/libgstaiff.so libgstaiff.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-asfmux.xml b/docs/plugins/inspect/plugin-asfmux.xml index 80b3f0685..e830dd3d1 100644 --- a/docs/plugins/inspect/plugin-asfmux.xml +++ b/docs/plugins/inspect/plugin-asfmux.xml @@ -3,7 +3,7 @@ ASF Muxer Plugin ../../gst/asfmux/.libs/libgstasfmux.so libgstasfmux.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-assrender.xml b/docs/plugins/inspect/plugin-assrender.xml index 044164611..0860c4bd2 100644 --- a/docs/plugins/inspect/plugin-assrender.xml +++ b/docs/plugins/inspect/plugin-assrender.xml @@ -3,7 +3,7 @@ ASS/SSA subtitle renderer ../../ext/assrender/.libs/libgstassrender.so libgstassrender.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiomixer.xml b/docs/plugins/inspect/plugin-audiomixer.xml index 558dd59d0..c0dacd590 100644 --- a/docs/plugins/inspect/plugin-audiomixer.xml +++ b/docs/plugins/inspect/plugin-audiomixer.xml @@ -3,7 +3,7 @@ Mixes multiple audio streams ../../gst/audiomixer/.libs/libgstaudiomixer.so libgstaudiomixer.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiovisualizers.xml b/docs/plugins/inspect/plugin-audiovisualizers.xml index 22f481ffa..32a7e53f3 100644 --- a/docs/plugins/inspect/plugin-audiovisualizers.xml +++ b/docs/plugins/inspect/plugin-audiovisualizers.xml @@ -3,7 +3,7 @@ Creates video visualizations of audio input ../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so libgstaudiovisualizers.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-autoconvert.xml b/docs/plugins/inspect/plugin-autoconvert.xml index 4f8dcf2a0..2a3f3e6e3 100644 --- a/docs/plugins/inspect/plugin-autoconvert.xml +++ b/docs/plugins/inspect/plugin-autoconvert.xml @@ -3,7 +3,7 @@ Selects convertor element based on caps ../../gst/autoconvert/.libs/libgstautoconvert.so libgstautoconvert.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-bayer.xml b/docs/plugins/inspect/plugin-bayer.xml index 0f181f3e2..a42d19e43 100644 --- a/docs/plugins/inspect/plugin-bayer.xml +++ b/docs/plugins/inspect/plugin-bayer.xml @@ -3,7 +3,7 @@ Elements to convert Bayer images ../../gst/bayer/.libs/libgstbayer.so libgstbayer.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-bz2.xml b/docs/plugins/inspect/plugin-bz2.xml index 58cc684af..260ce6f25 100644 --- a/docs/plugins/inspect/plugin-bz2.xml +++ b/docs/plugins/inspect/plugin-bz2.xml @@ -3,7 +3,7 @@ Compress or decompress streams ../../ext/bz2/.libs/libgstbz2.so libgstbz2.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-camerabin.xml b/docs/plugins/inspect/plugin-camerabin.xml index 9fca2e9be..c49ec1ebb 100644 --- a/docs/plugins/inspect/plugin-camerabin.xml +++ b/docs/plugins/inspect/plugin-camerabin.xml @@ -3,7 +3,7 @@ Take image snapshots and record movies from camera ../../gst/camerabin2/.libs/libgstcamerabin2.so libgstcamerabin2.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-chromaprint.xml b/docs/plugins/inspect/plugin-chromaprint.xml index 8a13960a8..b8fff1de8 100644 --- a/docs/plugins/inspect/plugin-chromaprint.xml +++ b/docs/plugins/inspect/plugin-chromaprint.xml @@ -3,7 +3,7 @@ Calculate Chromaprint fingerprint from audio files ../../ext/chromaprint/.libs/libgstchromaprint.so libgstchromaprint.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-coloreffects.xml b/docs/plugins/inspect/plugin-coloreffects.xml index 5c426f4fd..6a07c982d 100644 --- a/docs/plugins/inspect/plugin-coloreffects.xml +++ b/docs/plugins/inspect/plugin-coloreffects.xml @@ -3,7 +3,7 @@ Color Look-up Table filters ../../gst/coloreffects/.libs/libgstcoloreffects.so libgstcoloreffects.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-curl.xml b/docs/plugins/inspect/plugin-curl.xml index 56923c589..564f9be9d 100644 --- a/docs/plugins/inspect/plugin-curl.xml +++ b/docs/plugins/inspect/plugin-curl.xml @@ -3,7 +3,7 @@ libcurl-based elements ../../ext/curl/.libs/libgstcurl.so libgstcurl.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dataurisrc.xml b/docs/plugins/inspect/plugin-dataurisrc.xml index 8279fd7e3..5c4eb0836 100644 --- a/docs/plugins/inspect/plugin-dataurisrc.xml +++ b/docs/plugins/inspect/plugin-dataurisrc.xml @@ -3,7 +3,7 @@ data: URI source ../../gst/dataurisrc/.libs/libgstdataurisrc.so libgstdataurisrc.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-debugutilsbad.xml b/docs/plugins/inspect/plugin-debugutilsbad.xml index 0c6457782..e8340d89f 100644 --- a/docs/plugins/inspect/plugin-debugutilsbad.xml +++ b/docs/plugins/inspect/plugin-debugutilsbad.xml @@ -3,7 +3,7 @@ Collection of elements that may or may not be useful for debugging ../../gst/debugutils/.libs/libgstdebugutilsbad.so libgstdebugutilsbad.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dtsdec.xml b/docs/plugins/inspect/plugin-dtsdec.xml index fa6497cd0..83b20e9a2 100644 --- a/docs/plugins/inspect/plugin-dtsdec.xml +++ b/docs/plugins/inspect/plugin-dtsdec.xml @@ -3,7 +3,7 @@ Decodes DTS audio streams ../../ext/dts/.libs/libgstdtsdec.so libgstdtsdec.so - 1.6.0 + 1.6.1 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvb.xml b/docs/plugins/inspect/plugin-dvb.xml index 410c277c8..6598a3329 100644 --- a/docs/plugins/inspect/plugin-dvb.xml +++ b/docs/plugins/inspect/plugin-dvb.xml @@ -3,7 +3,7 @@ DVB elements ../../sys/dvb/.libs/libgstdvb.so libgstdvb.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvbsuboverlay.xml b/docs/plugins/inspect/plugin-dvbsuboverlay.xml index 68a1723f7..91169df60 100644 --- a/docs/plugins/inspect/plugin-dvbsuboverlay.xml +++ b/docs/plugins/inspect/plugin-dvbsuboverlay.xml @@ -3,7 +3,7 @@ DVB subtitle renderer ../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so libgstdvbsuboverlay.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-dvdspu.xml b/docs/plugins/inspect/plugin-dvdspu.xml index 84282cc7c..2c5f8cd2a 100644 --- a/docs/plugins/inspect/plugin-dvdspu.xml +++ b/docs/plugins/inspect/plugin-dvdspu.xml @@ -3,7 +3,7 @@ DVD Sub-picture Overlay element ../../gst/dvdspu/.libs/libgstdvdspu.so libgstdvdspu.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml index edb435f0b..c70277b7c 100644 --- a/docs/plugins/inspect/plugin-faad.xml +++ b/docs/plugins/inspect/plugin-faad.xml @@ -3,7 +3,7 @@ Free AAC Decoder (FAAD) ../../ext/faad/.libs/libgstfaad.so libgstfaad.so - 1.6.0 + 1.6.1 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-festival.xml b/docs/plugins/inspect/plugin-festival.xml index 6f5c44c9c..50b93d1c7 100644 --- a/docs/plugins/inspect/plugin-festival.xml +++ b/docs/plugins/inspect/plugin-festival.xml @@ -3,7 +3,7 @@ Synthesizes plain text into audio ../../gst/festival/.libs/libgstfestival.so libgstfestival.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-fieldanalysis.xml b/docs/plugins/inspect/plugin-fieldanalysis.xml index 8052efed1..875e12732 100644 --- a/docs/plugins/inspect/plugin-fieldanalysis.xml +++ b/docs/plugins/inspect/plugin-fieldanalysis.xml @@ -3,7 +3,7 @@ Video field analysis ../../gst/fieldanalysis/.libs/libgstfieldanalysis.so libgstfieldanalysis.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-flite.xml b/docs/plugins/inspect/plugin-flite.xml index 4b441df31..5fb7e0ff1 100644 --- a/docs/plugins/inspect/plugin-flite.xml +++ b/docs/plugins/inspect/plugin-flite.xml @@ -3,7 +3,7 @@ Flite speech synthesizer plugin ../../ext/flite/.libs/libgstflite.so libgstflite.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-fragmented.xml b/docs/plugins/inspect/plugin-fragmented.xml index e03914196..740ba7b2f 100644 --- a/docs/plugins/inspect/plugin-fragmented.xml +++ b/docs/plugins/inspect/plugin-fragmented.xml @@ -3,7 +3,7 @@ Fragmented streaming plugins ../../ext/hls/.libs/libgstfragmented.so libgstfragmented.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins diff --git a/docs/plugins/inspect/plugin-frei0r.xml b/docs/plugins/inspect/plugin-frei0r.xml index dba7e10fc..437c819e0 100644 --- a/docs/plugins/inspect/plugin-frei0r.xml +++ b/docs/plugins/inspect/plugin-frei0r.xml @@ -3,7 +3,7 @@ frei0r plugin library ../../gst/frei0r/.libs/libgstfrei0r.so libgstfrei0r.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gaudieffects.xml b/docs/plugins/inspect/plugin-gaudieffects.xml index b749cb489..2d417c454 100644 --- a/docs/plugins/inspect/plugin-gaudieffects.xml +++ b/docs/plugins/inspect/plugin-gaudieffects.xml @@ -3,7 +3,7 @@ Gaudi video effects. ../../gst/gaudieffects/.libs/libgstgaudieffects.so libgstgaudieffects.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-gdp.xml b/docs/plugins/inspect/plugin-gdp.xml index ea18dcf66..ee6192ba6 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 - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-geometrictransform.xml b/docs/plugins/inspect/plugin-geometrictransform.xml index f6e9b121c..70340ef4f 100644 --- a/docs/plugins/inspect/plugin-geometrictransform.xml +++ b/docs/plugins/inspect/plugin-geometrictransform.xml @@ -3,7 +3,7 @@ Various geometric image transform elements ../../gst/geometrictransform/.libs/libgstgeometrictransform.so libgstgeometrictransform.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gmedec.xml b/docs/plugins/inspect/plugin-gmedec.xml index 0646aa939..62e0b130c 100644 --- a/docs/plugins/inspect/plugin-gmedec.xml +++ b/docs/plugins/inspect/plugin-gmedec.xml @@ -3,7 +3,7 @@ GME Audio Decoder ../../ext/gme/.libs/libgstgme.so libgstgme.so - 1.5.91 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml index fcffcb259..44971cc45 100644 --- a/docs/plugins/inspect/plugin-gsm.xml +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -3,7 +3,7 @@ GSM encoder/decoder ../../ext/gsm/.libs/libgstgsm.so libgstgsm.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gstsiren.xml b/docs/plugins/inspect/plugin-gstsiren.xml index d424d7cd1..0b28853be 100644 --- a/docs/plugins/inspect/plugin-gstsiren.xml +++ b/docs/plugins/inspect/plugin-gstsiren.xml @@ -3,7 +3,7 @@ Siren encoder/decoder/payloader/depayloader plugins ../../gst/siren/.libs/libgstsiren.so libgstsiren.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-id3tag.xml b/docs/plugins/inspect/plugin-id3tag.xml index 50eacc5ac..20bdb99bb 100644 --- a/docs/plugins/inspect/plugin-id3tag.xml +++ b/docs/plugins/inspect/plugin-id3tag.xml @@ -3,7 +3,7 @@ ID3 v1 and v2 muxing plugin ../../gst/id3tag/.libs/libgstid3tag.so libgstid3tag.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-inter.xml b/docs/plugins/inspect/plugin-inter.xml index 183bb0044..9cffe76a3 100644 --- a/docs/plugins/inspect/plugin-inter.xml +++ b/docs/plugins/inspect/plugin-inter.xml @@ -3,7 +3,7 @@ plugin for inter-pipeline communication ../../gst/inter/.libs/libgstinter.so libgstinter.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins diff --git a/docs/plugins/inspect/plugin-interlace.xml b/docs/plugins/inspect/plugin-interlace.xml index d68b4a253..ddf7a84c1 100644 --- a/docs/plugins/inspect/plugin-interlace.xml +++ b/docs/plugins/inspect/plugin-interlace.xml @@ -3,7 +3,7 @@ Create an interlaced video stream ../../gst/interlace/.libs/libgstinterlace.so libgstinterlace.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-jpegformat.xml b/docs/plugins/inspect/plugin-jpegformat.xml index 529fa1360..4a9784ce3 100644 --- a/docs/plugins/inspect/plugin-jpegformat.xml +++ b/docs/plugins/inspect/plugin-jpegformat.xml @@ -3,7 +3,7 @@ JPEG interchange format plugin ../../gst/jpegformat/.libs/libgstjpegformat.so libgstjpegformat.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-liveadder.xml b/docs/plugins/inspect/plugin-liveadder.xml index b48d0602d..e04a083e1 100644 --- a/docs/plugins/inspect/plugin-liveadder.xml +++ b/docs/plugins/inspect/plugin-liveadder.xml @@ -3,7 +3,7 @@ Adds multiple live discontinuous streams ../../gst/liveadder/.libs/libgstliveadder.so libgstliveadder.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mimic.xml b/docs/plugins/inspect/plugin-mimic.xml index 4df951c72..58d92f236 100644 --- a/docs/plugins/inspect/plugin-mimic.xml +++ b/docs/plugins/inspect/plugin-mimic.xml @@ -3,7 +3,7 @@ Mimic codec ../../ext/mimic/.libs/libgstmimic.so libgstmimic.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mms.xml b/docs/plugins/inspect/plugin-mms.xml index 24fc89d99..5ef80c2a7 100644 --- a/docs/plugins/inspect/plugin-mms.xml +++ b/docs/plugins/inspect/plugin-mms.xml @@ -3,7 +3,7 @@ Microsoft Multi Media Server streaming protocol support ../../ext/libmms/.libs/libgstmms.so libgstmms.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-modplug.xml b/docs/plugins/inspect/plugin-modplug.xml index 537869aad..d3b35fa98 100644 --- a/docs/plugins/inspect/plugin-modplug.xml +++ b/docs/plugins/inspect/plugin-modplug.xml @@ -3,7 +3,7 @@ .MOD audio decoding ../../ext/modplug/.libs/libgstmodplug.so libgstmodplug.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpeg2enc.xml b/docs/plugins/inspect/plugin-mpeg2enc.xml index c5e897cd5..fd3d6820f 100644 --- a/docs/plugins/inspect/plugin-mpeg2enc.xml +++ b/docs/plugins/inspect/plugin-mpeg2enc.xml @@ -3,7 +3,7 @@ High-quality MPEG-1/2 video encoder ../../ext/mpeg2enc/.libs/libgstmpeg2enc.so libgstmpeg2enc.so - 1.6.0 + 1.6.1 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpegpsdemux.xml b/docs/plugins/inspect/plugin-mpegpsdemux.xml index 0b8fdd8e3..5bfdccb5e 100644 --- a/docs/plugins/inspect/plugin-mpegpsdemux.xml +++ b/docs/plugins/inspect/plugin-mpegpsdemux.xml @@ -3,7 +3,7 @@ MPEG-PS demuxer ../../gst/mpegdemux/.libs/libgstmpegpsdemux.so libgstmpegpsdemux.so - 1.6.0 + 1.6.1 unknown gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpegpsmux.xml b/docs/plugins/inspect/plugin-mpegpsmux.xml index 687012296..8ecab2d47 100644 --- a/docs/plugins/inspect/plugin-mpegpsmux.xml +++ b/docs/plugins/inspect/plugin-mpegpsmux.xml @@ -3,7 +3,7 @@ MPEG-PS muxer ../../gst/mpegpsmux/.libs/libgstmpegpsmux.so libgstmpegpsmux.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpegtsdemux.xml b/docs/plugins/inspect/plugin-mpegtsdemux.xml index 68cd3002c..727592ba8 100644 --- a/docs/plugins/inspect/plugin-mpegtsdemux.xml +++ b/docs/plugins/inspect/plugin-mpegtsdemux.xml @@ -3,7 +3,7 @@ MPEG TS demuxer ../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so libgstmpegtsdemux.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpegtsmux.xml b/docs/plugins/inspect/plugin-mpegtsmux.xml index e549b710c..ee6dab760 100644 --- a/docs/plugins/inspect/plugin-mpegtsmux.xml +++ b/docs/plugins/inspect/plugin-mpegtsmux.xml @@ -3,7 +3,7 @@ MPEG-TS muxer ../../gst/mpegtsmux/.libs/libgstmpegtsmux.so libgstmpegtsmux.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mpg123.xml b/docs/plugins/inspect/plugin-mpg123.xml index df3f4e09e..b4061541b 100644 --- a/docs/plugins/inspect/plugin-mpg123.xml +++ b/docs/plugins/inspect/plugin-mpg123.xml @@ -3,7 +3,7 @@ mp3 decoding based on the mpg123 library ../../ext/mpg123/.libs/libgstmpg123.so libgstmpg123.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-mplex.xml b/docs/plugins/inspect/plugin-mplex.xml index be5834cd2..3eb059e90 100644 --- a/docs/plugins/inspect/plugin-mplex.xml +++ b/docs/plugins/inspect/plugin-mplex.xml @@ -3,7 +3,7 @@ High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer ../../ext/mplex/.libs/libgstmplex.so libgstmplex.so - 1.6.0 + 1.6.1 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ofa.xml b/docs/plugins/inspect/plugin-ofa.xml index 10e4c31e4..96a94735b 100644 --- a/docs/plugins/inspect/plugin-ofa.xml +++ b/docs/plugins/inspect/plugin-ofa.xml @@ -3,7 +3,7 @@ Calculate MusicIP fingerprint from audio files ../../ext/ofa/.libs/libgstofa.so libgstofa.so - 1.6.0 + 1.6.1 GPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-openal.xml b/docs/plugins/inspect/plugin-openal.xml index 266d4c842..f37ee7d19 100644 --- a/docs/plugins/inspect/plugin-openal.xml +++ b/docs/plugins/inspect/plugin-openal.xml @@ -3,7 +3,7 @@ OpenAL plugin library ../../ext/openal/.libs/libgstopenal.so libgstopenal.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-opencv.xml b/docs/plugins/inspect/plugin-opencv.xml index 0931b393e..13f647b22 100644 --- a/docs/plugins/inspect/plugin-opencv.xml +++ b/docs/plugins/inspect/plugin-opencv.xml @@ -3,7 +3,7 @@ GStreamer OpenCV Plugins ../../ext/opencv/.libs/libgstopencv.so libgstopencv.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-opus.xml b/docs/plugins/inspect/plugin-opus.xml index 29639250c..92bc77a3c 100644 --- a/docs/plugins/inspect/plugin-opus.xml +++ b/docs/plugins/inspect/plugin-opus.xml @@ -3,7 +3,7 @@ OPUS plugin library ../../ext/opus/.libs/libgstopus.so libgstopus.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-pcapparse.xml b/docs/plugins/inspect/plugin-pcapparse.xml index c8a52e0c2..a49100120 100644 --- a/docs/plugins/inspect/plugin-pcapparse.xml +++ b/docs/plugins/inspect/plugin-pcapparse.xml @@ -3,7 +3,7 @@ Element parsing raw pcap streams ../../gst/pcapparse/.libs/libgstpcapparse.so libgstpcapparse.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-pnm.xml b/docs/plugins/inspect/plugin-pnm.xml index b6b8bb2c4..1527edf7e 100644 --- a/docs/plugins/inspect/plugin-pnm.xml +++ b/docs/plugins/inspect/plugin-pnm.xml @@ -3,7 +3,7 @@ PNM plugin ../../gst/pnm/.libs/libgstpnm.so libgstpnm.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-rawparse.xml b/docs/plugins/inspect/plugin-rawparse.xml index b8da372e4..497e993d7 100644 --- a/docs/plugins/inspect/plugin-rawparse.xml +++ b/docs/plugins/inspect/plugin-rawparse.xml @@ -3,7 +3,7 @@ Parses byte streams into raw frames ../../gst/rawparse/.libs/libgstrawparse.so libgstrawparse.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-removesilence.xml b/docs/plugins/inspect/plugin-removesilence.xml index 25cb32662..83957c791 100644 --- a/docs/plugins/inspect/plugin-removesilence.xml +++ b/docs/plugins/inspect/plugin-removesilence.xml @@ -3,7 +3,7 @@ Removes silence from an audio stream ../../gst/removesilence/.libs/libgstremovesilence.so libgstremovesilence.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-resindvd.xml b/docs/plugins/inspect/plugin-resindvd.xml index bb2ef6745..5ee4e210e 100644 --- a/docs/plugins/inspect/plugin-resindvd.xml +++ b/docs/plugins/inspect/plugin-resindvd.xml @@ -3,7 +3,7 @@ Resin DVD playback elements ../../ext/resindvd/.libs/libgstresindvd.so libgstresindvd.so - 1.6.0 + 1.6.1 GPL gst-plugins-bad GStreamer diff --git a/docs/plugins/inspect/plugin-rfbsrc.xml b/docs/plugins/inspect/plugin-rfbsrc.xml index b10bdbe96..b58a48394 100644 --- a/docs/plugins/inspect/plugin-rfbsrc.xml +++ b/docs/plugins/inspect/plugin-rfbsrc.xml @@ -3,7 +3,7 @@ Connects to a VNC server and decodes RFB stream ../../gst/librfb/.libs/libgstrfbsrc.so libgstrfbsrc.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-rtmp.xml b/docs/plugins/inspect/plugin-rtmp.xml index 56c59816b..7cdeb64cd 100644 --- a/docs/plugins/inspect/plugin-rtmp.xml +++ b/docs/plugins/inspect/plugin-rtmp.xml @@ -3,7 +3,7 @@ RTMP source and sink ../../ext/rtmp/.libs/libgstrtmp.so libgstrtmp.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-schro.xml b/docs/plugins/inspect/plugin-schro.xml index d2d0c0d2b..fd8693d4a 100644 --- a/docs/plugins/inspect/plugin-schro.xml +++ b/docs/plugins/inspect/plugin-schro.xml @@ -3,7 +3,7 @@ Schroedinger plugin ../../ext/schroedinger/.libs/libgstschro.so libgstschro.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-sdp.xml b/docs/plugins/inspect/plugin-sdp.xml index b90360a03..672335148 100644 --- a/docs/plugins/inspect/plugin-sdp.xml +++ b/docs/plugins/inspect/plugin-sdp.xml @@ -3,7 +3,7 @@ configure streaming sessions using SDP ../../gst/sdp/.libs/libgstsdpelem.so libgstsdpelem.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-segmentclip.xml b/docs/plugins/inspect/plugin-segmentclip.xml index daa19c836..c9466dada 100644 --- a/docs/plugins/inspect/plugin-segmentclip.xml +++ b/docs/plugins/inspect/plugin-segmentclip.xml @@ -3,7 +3,7 @@ Segment clip elements ../../gst/segmentclip/.libs/libgstsegmentclip.so libgstsegmentclip.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-shm.xml b/docs/plugins/inspect/plugin-shm.xml index 71cf91aef..dc0b64c95 100644 --- a/docs/plugins/inspect/plugin-shm.xml +++ b/docs/plugins/inspect/plugin-shm.xml @@ -3,7 +3,7 @@ shared memory sink source ../../sys/shm/.libs/libgstshm.so libgstshm.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-smooth.xml b/docs/plugins/inspect/plugin-smooth.xml index 2428100a5..74127a047 100644 --- a/docs/plugins/inspect/plugin-smooth.xml +++ b/docs/plugins/inspect/plugin-smooth.xml @@ -3,7 +3,7 @@ Apply a smooth filter to an image ../../gst/smooth/.libs/libgstsmooth.so libgstsmooth.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-soundtouch.xml b/docs/plugins/inspect/plugin-soundtouch.xml index 6c514230e..ce0cb9af2 100644 --- a/docs/plugins/inspect/plugin-soundtouch.xml +++ b/docs/plugins/inspect/plugin-soundtouch.xml @@ -3,7 +3,7 @@ Audio Pitch Controller & BPM Detection ../../ext/soundtouch/.libs/libgstsoundtouch.so libgstsoundtouch.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-spandsp.xml b/docs/plugins/inspect/plugin-spandsp.xml index 1c231c766..e4b524eff 100644 --- a/docs/plugins/inspect/plugin-spandsp.xml +++ b/docs/plugins/inspect/plugin-spandsp.xml @@ -3,7 +3,7 @@ libspandsp plugin ../../ext/spandsp/.libs/libgstspandsp.so libgstspandsp.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-speed.xml b/docs/plugins/inspect/plugin-speed.xml index c53c01a41..f84be996f 100644 --- a/docs/plugins/inspect/plugin-speed.xml +++ b/docs/plugins/inspect/plugin-speed.xml @@ -3,7 +3,7 @@ Set speed/pitch on audio/raw streams (resampler) ../../gst/speed/.libs/libgstspeed.so libgstspeed.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-subenc.xml b/docs/plugins/inspect/plugin-subenc.xml index c72120026..c74264d44 100644 --- a/docs/plugins/inspect/plugin-subenc.xml +++ b/docs/plugins/inspect/plugin-subenc.xml @@ -3,7 +3,7 @@ subtitle encoders ../../gst/subenc/.libs/libgstsubenc.so libgstsubenc.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videoparsersbad.xml b/docs/plugins/inspect/plugin-videoparsersbad.xml index fcb4fca8b..f6f887787 100644 --- a/docs/plugins/inspect/plugin-videoparsersbad.xml +++ b/docs/plugins/inspect/plugin-videoparsersbad.xml @@ -3,7 +3,7 @@ videoparsers ../../gst/videoparsers/.libs/libgstvideoparsersbad.so libgstvideoparsersbad.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-voaacenc.xml b/docs/plugins/inspect/plugin-voaacenc.xml index 6bb626fb5..7bad60468 100644 --- a/docs/plugins/inspect/plugin-voaacenc.xml +++ b/docs/plugins/inspect/plugin-voaacenc.xml @@ -3,7 +3,7 @@ AAC audio encoder ../../ext/voaacenc/.libs/libgstvoaacenc.so libgstvoaacenc.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-voamrwbenc.xml b/docs/plugins/inspect/plugin-voamrwbenc.xml index 070e7f9d2..ed61bf574 100644 --- a/docs/plugins/inspect/plugin-voamrwbenc.xml +++ b/docs/plugins/inspect/plugin-voamrwbenc.xml @@ -3,7 +3,7 @@ Adaptive Multi-Rate Wide-Band Encoder ../../ext/voamrwbenc/.libs/libgstvoamrwbenc.so libgstvoamrwbenc.so - 1.6.0 + 1.6.1 unknown gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-waylandsink.xml b/docs/plugins/inspect/plugin-waylandsink.xml index 4573980de..522c12cdb 100644 --- a/docs/plugins/inspect/plugin-waylandsink.xml +++ b/docs/plugins/inspect/plugin-waylandsink.xml @@ -3,7 +3,7 @@ Wayland Video Sink ../../ext/wayland/.libs/libgstwaylandsink.so libgstwaylandsink.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/docs/plugins/inspect/plugin-y4mdec.xml b/docs/plugins/inspect/plugin-y4mdec.xml index 817cbe5d7..95d2efd20 100644 --- a/docs/plugins/inspect/plugin-y4mdec.xml +++ b/docs/plugins/inspect/plugin-y4mdec.xml @@ -3,7 +3,7 @@ Demuxes/decodes YUV4MPEG streams ../../gst/y4m/.libs/libgsty4mdec.so libgsty4mdec.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins diff --git a/docs/plugins/inspect/plugin-zbar.xml b/docs/plugins/inspect/plugin-zbar.xml index 24082de78..f55c12bbf 100644 --- a/docs/plugins/inspect/plugin-zbar.xml +++ b/docs/plugins/inspect/plugin-zbar.xml @@ -3,7 +3,7 @@ zbar barcode scanner ../../ext/zbar/.libs/libgstzbar.so libgstzbar.so - 1.6.0 + 1.6.1 LGPL gst-plugins-bad GStreamer Bad Plug-ins source release diff --git a/gst-plugins-bad.doap b/gst-plugins-bad.doap index bfa2a00da..540470fa6 100644 --- a/gst-plugins-bad.doap +++ b/gst-plugins-bad.doap @@ -33,6 +33,16 @@ real live maintainer, or some actual wide use. + + + 1.6.1 + 1.6 + + 2015-10-30 + + + + 1.6.0 diff --git a/win32/common/config.h b/win32/common/config.h index f9aa3f75e..f4777b373 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -89,7 +89,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-10-30" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -717,7 +717,7 @@ #define PACKAGE_NAME "GStreamer Bad Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.6.0" +#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.6.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-bad" @@ -726,7 +726,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.6.0" +#define PACKAGE_VERSION "1.6.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -770,7 +770,7 @@ #undef USE_EGL_RPI /* Version number of package */ -#define VERSION "1.6.0" +#define VERSION "1.6.1" /* 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