summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog571
1 files changed, 569 insertions, 2 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 <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.6.1
+
+2015-10-30 14:30:17 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * 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 <sreerenj.balachandran@intel.com>
+
+ * 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 <george.kiagiadakis@collabora.com>
+
+ * 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 <git@andred.net>
+
+ * 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 <sancane@gmail.com>
+
+ * 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 <mparisdiaz@gmail.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <pierre.lamot@openwide.fr>
+
+ * 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 <edward@centricular.com>
+
+ * 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 <reynaldo@osg.samsung.com>
+
+ * 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 <reynaldo@osg.samsung.com>
+
+ * 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 <reynaldo@osg.samsung.com>
+
+ * 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 <matthew@centricular.com>
+
+ * 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 <paul.arzelier@free.fr>
+
+ * 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 <edward@centricular.com>
+
+ * 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 <j.isorce@samsung.com>
+
+ * 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 <vineeth.tm@samsung.com>
+
+ * 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 <nirbheek@centricular.com>
+
+ * 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 <vineeth.tm@samsung.com>
+
+ * 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 <florin.apostol@oregan.net>
+
+ * 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 <havard.graff@gmail.com>
+
+ * 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 <polochonstreet@gmx.fr>
+
+ * ext/dtls/gstdtlsdec.c:
+ dtls: fix printf format on win32
+
+2015-09-30 10:27:06 -0700 Aleix Conchillo Flaqué <aleix@oblong.com>
+
+ * 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 <paul.arzelier@free.fr>
+
+ * 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 <r97922153@gmail.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <philn@igalia.com>
+
+ * 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 <philn@igalia.com>
+
+ * 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 <ajacoutot@gnome.org>
+
+ * 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é <aleix@oblong.com>
+
+ * 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 <vineeth.tm@samsung.com>
+
+ * 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 <tim@centricular.com>
+
+ * 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 <tim@centricular.com>
+
+ * 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 <avrac@freebox.fr>
+
+ * 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 <avrac@freebox.fr>
+
+ * 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 <matthew@centricular.com>
+
+ * 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 <matthew@centricular.com>
+
+ * 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 <jan@centricular.com>
+
+ * 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 <avrac@freebox.fr>
+
+ * 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 <tim@centricular.com>
+
+ * 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 <slomo@coaxion.net>
+2015-09-25 23:33:37 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * 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 <sebastian@centricular.com>
+
+ * 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 <j.isorce@samsung.com>