diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-06-28 11:30:39 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-06-28 11:30:39 +0200 |
commit | ea1ee4e3d09fbec2f050ee2cd3f58c17b6faad07 (patch) | |
tree | d61db0618f49de2819f9fdc294e442fb3aba6c23 /ChangeLog | |
parent | e83fb3d45d3a1e8a7d9c95e5dc2753de99ee9078 (diff) |
Release 1.3.90
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 573 |
1 files changed, 571 insertions, 2 deletions
@@ -1,9 +1,578 @@ +=== release 1.3.90 === + +2014-06-28 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.3.90 + +2014-06-28 10:43:43 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/inter/gstinteraudiosrc.c: + interaudiosrc: Fail in set_caps() if the caps can't be parsed + +2014-06-27 17:35:32 -0300 Thiago Santos <ts.santos@sisa.samsung.com> + + * tests/check/elements/camerabin.c: + tests: camerabin: fix caps leak in test + The gst_query_set_caps_result doesn't take ownership of caps + +2014-06-27 17:27:25 -0300 Thiago Santos <ts.santos@sisa.samsung.com> + + * gst/audiovisualizers/gstaudiovisualizer.c: + audiovisualizer: fix caps leaks + Fix leak of caps event and of caps objects when setting caps on + sink and src pads + +2014-06-27 17:00:03 -0300 Thiago Santos <ts.santos@sisa.samsung.com> + + * ext/kate/gstkateutil.c: + kate: unref events when freeing events list + Instead of just feeing the queue structs + +2014-06-27 16:58:47 -0300 Thiago Santos <ts.santos@sisa.samsung.com> + + * ext/kate/gstkateenc.c: + kateenc: fix segment event leak + gst_event_replace increments the refcount + +2014-06-27 12:50:02 -0300 Thiago Santos <ts.santos@sisa.samsung.com> + + * gst-libs/gst/mpegts/gst-atsc-section.c: + mpegts: atsc: avoid calling g_convert with 0-sized input + Avoids an assertion. The cached string will be assigned an empty string + as its value when size is 0. + +2014-06-27 10:53:20 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> + + * docs/libs/gst-plugins-bad-libs-sections.txt: + * gst-libs/gst/codecparsers/gsth264parser.c: + * gst-libs/gst/codecparsers/gsth264parser.h: + * gst/videoparsers/gsth264parse.c: + * win32/common/libgstcodecparsers.def: + codecparsers: h264: fix memory leak in GstH264PPS. + The gst_h264_parse_pps() function dynamically allocates the slice + group ids map array, so that needs to be cleared before parsing a + new PPS NAL unit again, or when it is no longer needed. + Likewise, a clean copy to the internal NAL parser state needs to be + performed so that to avoid a double-free corruption. + https://bugzilla.gnome.org/show_bug.cgi?id=707282 + Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> + +2014-06-26 17:18:47 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> + + * gst-libs/gst/codecparsers/gsth264parser.h: + codecparsers: h264: fix typo in GstH264VUIParams description. + +2014-01-31 17:07:42 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * gst-libs/gst/codecparsers/gsth264parser.c: + * gst-libs/gst/codecparsers/gsth264parser.h: + * gst/videoparsers/gsth264parse.c: + codecparsers: h264: add support for Recovery Point SEI message. + The recovery point SEI message helps a decoder in determining if the + decoding process would produce acceptable pictures for display after + the decoder initiates random access or after the encoder indicates + a broken link in the coded video sequence. + This is not used in the h264parse element, but it could help debugging. + https://bugzilla.gnome.org/show_bug.cgi?id=723380 + +2014-03-25 12:01:55 +0100 Gwenole Beauchesne <gwenole.beauchesne@intel.com> + + * gst-libs/gst/codecparsers/gsth264parser.c: + * gst-libs/gst/codecparsers/nalutils.c: + * gst-libs/gst/codecparsers/nalutils.h: + codecparsers: h264: add nal_reader_skip_long() helper. + Add nal_reader_skip_long() helper function to allow an arbitrary number + of bits to be skipped. The former nal_reader_skip() function is too + limited to the actual cache size. + Use this new function to simplify gst_h264_parser_parse_sei_message() + default case, that skips unsupported payloads. + v2: made args consistent from header to source file. + Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> + +2014-06-27 00:09:08 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/video/gstvideoaggregator.c: + videoaggregator: fix a refcount error when keeping the buffer + We take a ref on the pad's buffer at the beginning so we need to + unref when we are done in all cases. + +2014-06-26 15:59:35 +0200 Gwenole Beauchesne <gwenole.beauchesne@intel.com> + + * gst-libs/gst/codecparsers/gstvp8rangedecoder.c: + codecparsers: vp8: move up built-in range decoder private data. + Use the first _gst_reserved[] slot to hold the built-in range decoder + private data. The first slot was formerly the buffer size, which was + then promoted to semi-public namespace when it got integrated as git + commit 2940ac6. + Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> + +2014-06-26 11:25:37 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/gl/gstglcolorconvert.c: + glcolorconvert: free pixel swizzling information + +2014-06-26 11:15:56 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/gl/gstglmixer.c: + * gst-libs/gst/gl/gstglmixer.h: + glmixer: remove redundant/unused lock + Use the GstObject lock instead + +2014-06-26 11:12:49 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/gl/gstglmixer.c: + glmixer: remove redundant creation and free of GPtrArrays + Also plugs a memory leak + +2014-06-26 10:54:38 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/gl/gstglmixer.c: + glmixer: plug a memory leak for the caps + gst_query_set_caps_result() takes a ref on the caps + +2014-06-26 10:53:16 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/base/gstaggregator.c: + aggregator: plug a memory leak of the srccaps + +2014-06-26 10:31:02 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/gl/gstglmixer.c: + glmixer: intersect with the filtercaps if available + +2014-06-26 10:30:41 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h: + gl: update gles2 compatability header + +2014-06-25 14:50:05 +0200 Edward Hervey <bilboed@bilboed.com> + + * docs/libs/gst-plugins-bad-libs-sections.txt: + * docs/libs/gst-plugins-bad-libs.types: + * gst-libs/gst/mpegts/Makefile.am: + * gst-libs/gst/mpegts/gst-atsc-section.c: + * gst-libs/gst/mpegts/gst-atsc-section.h: + * gst-libs/gst/mpegts/gst-dvb-descriptor.c: + * gst-libs/gst/mpegts/gst-dvb-descriptor.h: + * gst-libs/gst/mpegts/gst-dvb-section.c: + * gst-libs/gst/mpegts/gst-dvb-section.h: + * gst-libs/gst/mpegts/gst-scte-section.h: + * gst-libs/gst/mpegts/gstmpegts-private.h: + * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: + * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: + * gst-libs/gst/mpegts/gstmpegtssection.c: + * gst-libs/gst/mpegts/gstmpegtssection.h: + * gst/mpegtsdemux/mpegtsbase.c: + * gst/mpegtsdemux/mpegtsbase.h: + * gst/mpegtsdemux/mpegtspacketizer.c: + * gst/mpegtsdemux/mpegtspacketizer.h: + * gst/mpegtsdemux/mpegtsparse.c: + * gst/mpegtsdemux/tsdemux.c: + * gst/mpegtsmux/mpegtsmux.c: + * gst/mpegtsmux/tsmux/tsmux.c: + * gst/mpegtsmux/tsmux/tsmux.h: + * gst/mpegtsmux/tsmux/tsmuxstream.c: + * gst/mpegtsmux/tsmux/tsmuxstream.h: + * sys/dvb/camconditionalaccess.c: + * sys/dvb/camconditionalaccess.h: + * sys/dvb/camdevice.c: + * sys/dvb/camdevice.h: + * sys/dvb/camswclient.c: + * sys/dvb/camswclient.h: + * sys/dvb/camutils.c: + * sys/dvb/camutils.h: + * sys/dvb/dvbbasebin.c: + * tests/check/libs/mpegts.c: + * tests/examples/mpegts/ts-parser.c: + mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_ + It was previously a mix and match of both variants, introducing just too much + confusion. + The prefix are from now on: + * GstMpegts for structures and type names (and not GstMpegTs) + * gst_mpegts_ for functions (and not gst_mpeg_ts_) + * GST_MPEGTS_ for enums/flags (and not GST_MPEG_TS_) + * GST_TYPE_MPEGTS_ for types (and not GST_TYPE_MPEG_TS_) + The rationale for chosing that is: + * the namespace is shorter/direct (it's mpegts, not mpeg_ts nor mpeg-ts) + * the namespace is one word under Gst + * it's shorter (yah) + +2014-06-25 14:13:55 +0200 Edward Hervey <bilboed@bilboed.com> + + * gst-libs/gst/mpegts/gstmpegtssection.c: + mpegtssection: Free data in error cases + Data is marked as "transfer full", if we have an error we need to + free it. + +2014-06-25 22:05:37 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/gl/gstglfilter.c: + glfilter: pass through the allocation query when in passthrough mode + Otherwise two GL elements on either side will fail to use the same + GL context. + +2014-06-25 21:50:40 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/gl/gstglfilter.c: + glfilter: prefer passthrough for non-sysmem caps + +2014-06-25 18:23:52 +1000 Matthew Waters <ystreet00@gmail.com> + + * ext/gl/Makefile.am: + * ext/gl/gstglfiltershader.c: + * ext/gl/gstopengl.c: + glshader: enable glshader on GLES2 + +2014-06-24 19:37:17 +0100 Julien Isorce <julien.isorce@collabora.co.uk> + + * ext/gl/gstglcolorscale.c: + glcolorscale: do passthrough on same caps + See https://bugzilla.gnome.org/show_bug.cgi?id=732178 + +2014-06-24 19:35:01 +0100 Julien Isorce <julien.isorce@collabora.co.uk> + + * gst-libs/gst/gl/gstglfilter.c: + glfilter: handle NULL decide_query which means passthrough + See https://bugzilla.gnome.org/show_bug.cgi?id=732178 + +2014-06-24 19:23:01 +0100 Julien Isorce <julien.isorce@collabora.co.uk> + + * gst-libs/gst/gl/gstglfilter.c: + glfilter: prepend intersection to src caps + Prefer to stay in the same memory space if possible. + Also it let a chance to do passthrough. + See https://bugzilla.gnome.org/show_bug.cgi?id=732178 + +2014-06-22 13:14:27 +0100 Julien Isorce <julien.isorce@collabora.co.uk> + + * ext/gl/Makefile.am: + * ext/gl/gstglvideomixer.c: + * ext/gl/gstopengl.c: + gl: enable glvideomixer on GLES2 + +2014-06-24 22:15:53 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> + + * sys/dvb/gstdvbsrc.h: + dvbsrc: add copyright/license stub to header + +2014-06-24 20:52:54 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> + + * sys/dvb/gstdvbsrc.c: + * sys/dvb/gstdvbsrc.h: + dvbsrc: documentation fixes + +2014-06-25 12:00:34 +1000 Matthew Waters <ystreet00@gmail.com> + + * ext/gl/gstglvideomixer.c: + glvideomixer: bas output width/height on the pad properties + Allows automatic negotiation of the size in the following case: + gst-launch-1.0 glvideomixer name=m sink_0::xpos=0 sink_1::xpos=320 ! glimagesink \ + videotestsrc ! m. \ + videotestsrc pattern=1 ! m. + https://bugzilla.gnome.org/show_bug.cgi?id=731878 + +2014-06-25 10:18:48 +1000 Matthew Waters <ystreet00@gmail.com> + + * ext/gl/gstglvideomixer.c: + glvideomixer: don't clobber already allocated shader + +2014-06-24 16:32:22 +0200 Sebastian Rasmussen <sebrn@axis.com> + + * ext/curl/gstcurlftpsink.c: + * ext/curl/gstcurlsftpsink.c: + curls?ftpsink: Fix memory leaks due to new error handling + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732174 + +2014-06-24 16:04:57 +0200 Edward Hervey <bilboed@bilboed.com> + + * docs/libs/gst-plugins-bad-libs-sections.txt: + * gst-libs/gst/mpegts/gst-dvb-descriptor.c: + mpegts: More doc fixes + Still not done :( + +2014-06-24 15:41:36 +0200 Edward Hervey <bilboed@bilboed.com> + + * gst-libs/gst/mpegts/gst-atsc-section.h: + * gst-libs/gst/mpegts/gst-dvb-descriptor.c: + * gst-libs/gst/mpegts/gst-dvb-descriptor.h: + * gst-libs/gst/mpegts/gst-dvb-section.h: + * gst-libs/gst/mpegts/gstmpegtssection.h: + mpegts: more annotation fixes + +2014-06-01 10:44:23 +0200 Stefan Ringel <linuxtv@stefanringel.de> + + * gst-libs/gst/mpegts/gst-dvb-descriptor.c: + * gst-libs/gst/mpegts/gst-dvb-descriptor.h: + * gst-libs/gst/mpegts/gstmpegts-private.h: + * gst-libs/gst/mpegts/gstmpegtsdescriptor.c: + * gst-libs/gst/mpegts/gstmpegtsdescriptor.h: + * gst/mpegtsdemux/tsdemux.c: + * tests/examples/mpegts/ts-parser.c: + mpegts: change to GType and from gchar[] to gchar* + https://bugzilla.gnome.org/show_bug.cgi?id=730914 + +2014-06-24 23:51:24 +1000 Matthew Waters <ystreet00@gmail.com> + + * ext/gl/gstopengl.c: + gl: XInitThreads when env variable is set + This is too allow gst-launch debugging with multiple GL contexts as + well as avoiding segfaulting innocent gtk+ apps that have not called + XInitThreads. + https://bugzilla.gnome.org/show_bug.cgi?id=731525 + +2014-06-24 23:33:30 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/gl/gstgldisplay.c: + gl: add a scary note about initializing thread support for the winsys + We cannot do it as the winsys may crash if we initialize too late. + Example, GLX contexts with Intel drivers: + Intel requires the X Display to be the same in order to share GL + resources across GL contexts. These GL contexts are generally + accessed from different threads. Without winsys support it is + nearly impossible to guarentee that concurrent access will not + occur. This concurrent access could result in crashes or abortion + by the winsys (xcb). + https://bugzilla.gnome.org/show_bug.cgi?id=731525 + +2014-06-24 14:05:14 +0200 Edward Hervey <bilboed@bilboed.com> + + * gst-libs/gst/mpegts/gst-dvb-descriptor.c: + * tests/check/libs/mpegts.c: + mpegts: Fix descriptor_from_dvb_service + Various leaks/overwrites issues + +2014-06-24 13:46:17 +0200 Edward Hervey <bilboed@bilboed.com> + + * gst-libs/gst/mpegts/gst-dvb-descriptor.c: + * gst/geometrictransform/gstgeometrictransform.c: + * gst/geometrictransform/gstperspective.c: + all: Don't declare variables in 'for' loops + +2014-06-24 11:27:15 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst-libs/gst/base/Makefile.am: + badbase: Use the correct LDFLAGS for creating libraries + Otherwise we won't e.g. create .dlls on Windows + +2014-06-24 08:01:21 +0200 Edward Hervey <edward@collabora.com> + + * gst/compositor/Makefile.am: + compositor: Fix Makefile CFLAGS/LIBADD ordering + We want to use the libraries from -bad if/when present + +2014-06-23 20:44:23 +0200 Eric Trousset <etrousset@awox.com> + + * sys/d3dvideosink/d3dhelpers.c: + * sys/d3dvideosink/d3dhelpers.h: + d3dvideosink: Release D3D surfaces when shutting down the sink + https://bugzilla.gnome.org/show_bug.cgi?id=726026 + +2014-06-23 20:33:54 +0200 Sebastian Dröge <sebastian@centricular.com> + + * sys/opensles/openslessrc.c: + openslessrc: Classification of the element factory should be Source/ not Src/ + https://bugzilla.gnome.org/show_bug.cgi?id=727811 + +2014-06-23 22:40:23 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/video/gstvideoaggregator.c: + videoaggregator: don't clobber already heap allocated video frame + CID # 1223440 + +2014-06-23 22:36:23 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/video/gstvideoaggregator.c: + videoaggregator: fix up the parent chaining for dispose and finalize + +2014-06-23 21:43:10 +1000 Matthew Waters <ystreet00@gmail.com> + + * gst-libs/gst/gl/gstgluploadmeta.c: + gluploadmeta: reenable GLMemory upload path + +2014-06-22 23:39:14 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> + + * sys/dvb/gstdvbsrc.c: + dvbsrc: fix diseqc-source prop name in example + +2014-06-22 21:04:45 -0400 Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> + + * sys/dvb/gstdvbsrc.c: + dvbsrc: fix nit on warning message + +2014-06-22 22:04:31 +0100 Tim-Philipp Müller <tim@centricular.com> + + * configure.ac: + configure: use $ERROR_CFLAGS instead of hard-coding -Werror + https://bugzilla.gnome.org//show_bug.cgi?id=731692 + +2014-06-15 21:15:51 +0200 Koop Mast <kwm@rainbow-runner.nl> + + * configure.ac: + configure: use -Werror to make the include GL and GLES2 header check guaranteed fatal + Clang will only give a warning for the redefinition of typedef GLenum. + Since master is build with -Werror this will result in a build failure + later in the gl plugin. Add -Werror to the test, so the test result is as + expected. This will allow the gl plugins to build. + https://bugzilla.gnome.org//show_bug.cgi?id=731692 + +2014-06-17 14:23:43 +0100 Chris Bass <floobleflam@gmail.com> + + * gst/videoparsers/gsth265parse.c: + h265parse: fix hvcC size check + In ISO/IEC 14496-15, the minimum size of a HEVCDecoderConfigurationRecord + (i.e., the contents of a hvcC box) is 23 bytes. However, the code in h265parse + checks that the size of this data is not less than 28 bytes, and it refuses to + accept caps if the check fails. The result is that standards-conformant streams + that don't carry any parameter sets in their hvcC boxes won't play. + https://bugzilla.gnome.org//show_bug.cgi?id=731783 + +2014-06-19 20:15:05 +0200 Koop Mast <kwm@rainbow-runner.nl> + + * ext/modplug/Makefile.am: + modplug: don't hardcode c++ standard library + Fixes build with llvm on FreeBSD. + https://bugzilla.gnome.org//show_bug.cgi?id=731930 + +2014-06-22 19:36:14 +0200 Sebastian Dröge <sebastian@centricular.com> + + * configure.ac: + Back to development + === release 1.3.3 === -2014-06-22 Sebastian Dröge <slomo@coaxion.net> +2014-06-22 19:22:28 +0200 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.3.3 + * docs/plugins/gst-plugins-bad-plugins.args: + * docs/plugins/gst-plugins-bad-plugins.hierarchy: + * docs/plugins/gst-plugins-bad-plugins.interfaces: + * docs/plugins/gst-plugins-bad-plugins.prerequisites: + * docs/plugins/gst-plugins-bad-plugins.signals: + * docs/plugins/inspect/plugin-accurip.xml: + * docs/plugins/inspect/plugin-adpcmdec.xml: + * docs/plugins/inspect/plugin-adpcmenc.xml: + * docs/plugins/inspect/plugin-asfmux.xml: + * docs/plugins/inspect/plugin-assrender.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-faac.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-gmedec.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-mpegtsdemux.xml: + * docs/plugins/inspect/plugin-mpegtsmux.xml: + * docs/plugins/inspect/plugin-mpg123.xml: + * docs/plugins/inspect/plugin-mplex.xml: + * docs/plugins/inspect/plugin-neon.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-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-libs/gst/video/bad-video-orc-dist.c: + * gst-plugins-bad.doap: + * gst/compositor/compositororc-dist.c: + * win32/common/config.h: + Release 1.3.3 + +2014-06-22 19:09:43 +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 2014-06-22 18:58:51 +0200 Sebastian Dröge <sebastian@centricular.com> |