[Pkg-gstreamer-commits] [gstreamer1.0] 02/03: Merge tag 'upstream/1.3.1' into debian-experimental

Sebastian Dröge slomo at moszumanska.debian.org
Sat May 3 18:27:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

slomo pushed a commit to branch debian-experimental
in repository gstreamer1.0.

commit 6d5f7ebbb5c7051d7db969f10213db4ed6e81778
Merge: 647d04c 71fa795
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Sat May 3 17:42:04 2014 +0200

    Merge tag 'upstream/1.3.1' into debian-experimental
    
    Upstream version 1.3.1

 ChangeLog                                          | 3509 ++++++++++++++++----
 Makefile.in                                        |    1 -
 NEWS                                               |  110 +-
 README                                             |    2 +-
 RELEASE                                            |  132 +-
 aclocal.m4                                         |    1 -
 autogen.sh                                         |    8 +-
 common/Makefile.in                                 |    1 -
 common/gst-autogen.sh                              |    1 +
 common/gst.supp                                    |   41 +-
 common/gstdoc-scangobj                             |   18 +-
 common/m4/Makefile.am                              |    1 -
 common/m4/Makefile.in                              |    2 -
 common/m4/as-scrub-include.m4                      |   36 -
 common/m4/gst-error.m4                             |    4 +-
 common/m4/gst-gettext.m4                           |    7 +
 common/m4/gst-glib2.m4                             |    3 -
 common/m4/gst-parser.m4                            |    4 +-
 configure                                          |   53 +-
 configure.ac                                       |    4 +-
 docs/Makefile.am                                   |    3 +
 docs/Makefile.in                                   |   25 +-
 docs/README                                        |    3 -
 docs/design/Makefile.am                            |    1 +
 docs/design/Makefile.in                            |    2 +-
 docs/design/draft-tracing.txt                      |   15 +-
 docs/design/part-MT-refcounting.txt                |    2 +-
 docs/design/part-buffer.txt                        |   31 +-
 docs/design/part-buffering.txt                     |   54 +-
 docs/design/part-bufferpool.txt                    |   32 +-
 docs/design/part-caps.txt                          |   45 +-
 docs/design/part-clocks.txt                        |    6 +-
 docs/design/part-context.txt                       |   15 +-
 docs/design/part-controller.txt                    |    6 +-
 docs/design/part-conventions.txt                   |    2 +-
 docs/design/part-element-sink.txt                  |    8 +-
 docs/design/part-element-source.txt                |    8 +-
 docs/design/part-element-transform.txt             |   10 +-
 docs/design/part-events.txt                        |    4 +-
 docs/design/part-framestep.txt                     |    8 +-
 docs/design/part-memory.txt                        |   12 +-
 docs/design/part-messages.txt                      |   25 +-
 docs/design/part-meta.txt                          |   12 +-
 docs/design/part-negotiation.txt                   |    2 +-
 docs/design/part-overview.txt                      |    2 +-
 docs/design/part-probes.txt                        |    2 +-
 docs/design/part-progress.txt                      |   10 +-
 docs/design/part-qos.txt                           |    2 +-
 docs/design/part-relations.txt                     |    6 +-
 docs/design/part-seqnums.txt                       |   91 +
 docs/design/part-synchronisation.txt               |    8 +-
 docs/design/part-toc.txt                           |  125 +-
 docs/design/part-trickmodes.txt                    |    2 +-
 docs/faq/Makefile.in                               |    1 -
 docs/faq/developing.xml                            |   29 +-
 docs/gst/Makefile.am                               |    3 +-
 docs/gst/Makefile.in                               |    5 +-
 docs/gst/gstreamer-docs.sgml                       |    8 +
 docs/gst/gstreamer-sections.txt                    |  239 +-
 docs/gst/gstreamer.types                           |   19 +-
 docs/gst/gstreamer.types.in                        |   19 +-
 docs/gst/html/GstAllocator.html                    |  127 +-
 docs/gst/html/GstBin.html                          |   17 +-
 .../{gstreamer-GstBuffer.html => GstBuffer.html}   |  934 +++---
 ...eamer-GstBufferList.html => GstBufferList.html} |  168 +-
 ...eamer-GstBufferPool.html => GstBufferPool.html} |  325 +-
 docs/gst/html/GstBus.html                          |  102 +-
 .../html/{gstreamer-GstCaps.html => GstCaps.html}  |  777 ++---
 ...r-GstCapsFeatures.html => GstCapsFeatures.html} |  359 +-
 docs/gst/html/GstChildProxy.html                   |    8 +-
 docs/gst/html/GstClock.html                        |    1 -
 .../{gstreamer-GstContext.html => GstContext.html} |  148 +-
 docs/gst/html/GstControlBinding.html               |   22 +-
 docs/gst/html/GstControlSource.html                |    8 +-
 ...gstreamer-GstDateTime.html => GstDateTime.html} |  291 +-
 docs/gst/html/GstDeviceMonitorFactory.html         |  563 ++++
 docs/gst/html/GstElement.html                      |   91 +-
 docs/gst/html/GstElementFactory.html               |   20 +-
 .../{gstreamer-GstEvent.html => GstEvent.html}     |  843 +++--
 docs/gst/html/GstGhostPad.html                     |   13 +-
 .../{gstreamer-GstMemory.html => GstMemory.html}   |  320 +-
 .../{gstreamer-GstMessage.html => GstMessage.html} |  679 ++--
 docs/gst/html/GstObject.html                       |   32 +-
 docs/gst/html/GstPad.html                          | 2242 ++++++++++---
 docs/gst/html/GstPadTemplate.html                  |   40 +-
 docs/gst/html/GstPipeline.html                     |    5 +-
 docs/gst/html/GstPlugin.html                       |  152 +-
 docs/gst/html/GstPluginFeature.html                |    5 +-
 docs/gst/html/GstPreset.html                       |    6 +-
 .../{gstreamer-GstQuery.html => GstQuery.html}     | 1008 +++---
 docs/gst/html/GstRegistry.html                     |  120 +-
 .../{gstreamer-GstSample.html => GstSample.html}   |  166 +-
 .../{gstreamer-GstSegment.html => GstSegment.html} |  234 +-
 ...treamer-GstStructure.html => GstStructure.html} |  791 +++--
 docs/gst/html/GstSystemClock.html                  |   51 +-
 .../{gstreamer-GstTagList.html => GstTagList.html} |  725 ++--
 docs/gst/html/GstTagSetter.html                    |   35 +-
 docs/gst/html/GstTask.html                         |    3 +-
 docs/gst/html/GstTaskPool.html                     |    5 +-
 .../html/{gstreamer-GstToc.html => GstToc.html}    |  459 +--
 docs/gst/html/GstTypeFindFactory.html              |   23 +-
 docs/gst/html/api-index-deprecated.html            |    2 +-
 docs/gst/html/api-index-full.html                  | 2256 ++++++++-----
 docs/gst/html/gst-running.html                     |   16 +-
 docs/gst/html/gstreamer-1.0.devhelp2               | 1821 +++++-----
 docs/gst/html/gstreamer-Gst.html                   |    3 +-
 docs/gst/html/gstreamer-GstAtomicQueue.html        |    2 +-
 docs/gst/html/gstreamer-GstDevice.html             |  500 +++
 docs/gst/html/gstreamer-GstDeviceMonitor.html      |  898 +++++
 docs/gst/html/gstreamer-GstFormat.html             |    4 +-
 docs/gst/html/gstreamer-GstGError.html             |   17 +-
 .../gst/html/gstreamer-GstGlobalDeviceMonitor.html |  414 +++
 docs/gst/html/gstreamer-GstInfo.html               |  246 +-
 docs/gst/html/gstreamer-GstIterator.html           |   15 +-
 docs/gst/html/gstreamer-GstMeta.html               |   72 +-
 docs/gst/html/gstreamer-GstMiniObject.html         |   11 +-
 docs/gst/html/gstreamer-GstParamSpec.html          |    1 -
 docs/gst/html/gstreamer-GstParse.html              |   69 +-
 docs/gst/html/gstreamer-GstPoll.html               |    2 +-
 docs/gst/html/gstreamer-GstTocSetter.html          |   20 +-
 docs/gst/html/gstreamer-GstTypeFind.html           |   17 +-
 docs/gst/html/gstreamer-GstUriHandler.html         |    1 -
 docs/gst/html/gstreamer-GstUtils.html              |  248 +-
 docs/gst/html/gstreamer-GstValue.html              |  302 +-
 docs/gst/html/gstreamer-GstVersion.html            |    8 +-
 ...-support.html => gstreamer-device-probing.html} |   29 +-
 docs/gst/html/gstreamer-gstconfig.html             |   12 +-
 docs/gst/html/gstreamer-hierarchy.html             |   24 +-
 docs/gst/html/gstreamer-support.html               |    4 +-
 docs/gst/html/index.html                           |   51 +-
 docs/gst/html/index.sgml                           | 2096 ++++++------
 docs/gst/html/libgstreamer.html                    |   34 +-
 docs/gst/running.xml                               |   27 +-
 docs/libs/Makefile.am                              |    1 +
 docs/libs/Makefile.in                              |    2 +-
 docs/libs/gstreamer-libs-sections.txt              |   68 +-
 docs/libs/html/GstAdapter.html                     |  304 +-
 docs/libs/html/GstBaseSink.html                    |  320 +-
 docs/libs/html/GstBaseSrc.html                     |  288 +-
 docs/libs/html/GstBaseTransform.html               |   82 +-
 docs/libs/html/GstCollectPads.html                 |  620 +++-
 docs/libs/html/GstNetClientClock.html              |   17 +-
 docs/libs/html/GstNetTimeProvider.html             |    1 -
 docs/libs/html/GstPushSrc.html                     |    1 -
 docs/libs/html/GstTestClock.html                   |   21 +-
 docs/libs/html/GstTimedValueControlSource.html     |    2 +-
 docs/libs/html/GstTriggerControlSource.html        |   16 +-
 docs/libs/html/api-index-deprecated.html           |    8 +-
 docs/libs/html/api-index-full.html                 |  172 +-
 docs/libs/html/gstreamer-libs-1.0.devhelp2         |   84 +-
 docs/libs/html/gstreamer-libs-GstBaseParse.html    |  170 +-
 docs/libs/html/gstreamer-libs-GstBufferStraw.html  |    6 +-
 docs/libs/html/gstreamer-libs-GstByteReader.html   |   12 +-
 docs/libs/html/gstreamer-libs-GstByteWriter.html   |  143 +-
 docs/libs/html/gstreamer-libs-GstCheck.html        |   39 +-
 docs/libs/html/gstreamer-libs-GstDataQueue.html    |   98 +-
 .../libs/html/gstreamer-libs-GstNetTimePacket.html |   85 +-
 docs/libs/html/gstreamer-libs-GstQueueArray.html   |   48 +-
 .../html/gstreamer-libs-GstStreamConsistency.html  |   44 +
 .../html/gstreamer-libs-GstTypeFindHelper.html     |   50 +-
 docs/libs/html/index.html                          |    2 +-
 docs/libs/html/index.sgml                          |   42 +-
 docs/manual/Makefile.in                            |    1 -
 docs/manual/advanced-buffering.xml                 |    6 +-
 docs/manual/advanced-clocks.xml                    |    2 +-
 docs/manual/advanced-dataaccess.xml                |   33 +-
 docs/manual/appendix-integration.xml               |    4 +-
 docs/manual/basics-elements.xml                    |    3 +-
 docs/plugins/Makefile.in                           |    1 -
 docs/plugins/gstreamer-plugins-sections.txt        |    3 +
 docs/plugins/gstreamer-plugins.hierarchy           |    1 +
 docs/plugins/html/gstreamer-plugins-1.0.devhelp2   |   26 +-
 .../plugins/html/gstreamer-plugins-capsfilter.html |    4 +-
 docs/plugins/html/gstreamer-plugins-fakesink.html  |    4 +-
 docs/plugins/html/gstreamer-plugins-fakesrc.html   |    7 +-
 docs/plugins/html/gstreamer-plugins-fdsink.html    |    5 +-
 docs/plugins/html/gstreamer-plugins-fdsrc.html     |    9 +-
 docs/plugins/html/gstreamer-plugins-identity.html  |    4 +-
 .../html/gstreamer-plugins-input-selector.html     |   47 +-
 .../plugins/html/gstreamer-plugins-multiqueue.html |    9 +-
 .../html/gstreamer-plugins-output-selector.html    |   56 +-
 .../gstreamer-plugins-plugin-coreelements.html     |    2 +-
 docs/plugins/html/gstreamer-plugins-queue.html     |    2 +-
 docs/plugins/html/gstreamer-plugins-queue2.html    |    5 +-
 docs/plugins/html/gstreamer-plugins-typefind.html  |   12 +-
 docs/plugins/html/gstreamer-plugins-valve.html     |    7 +-
 docs/plugins/html/index.html                       |    2 +-
 docs/plugins/html/index.sgml                       |    2 +
 docs/plugins/inspect/plugin-coreelements.xml       |    2 +-
 docs/pwg/Makefile.in                               |    1 -
 docs/pwg/advanced-clock.xml                        |    8 +-
 docs/pwg/advanced-negotiation.xml                  |    6 +-
 docs/pwg/advanced-types.xml                        |  132 +-
 docs/slides/Makefile.in                            |    1 -
 docs/xsl/Makefile.in                               |    1 -
 gst/Makefile.am                                    |   10 +-
 gst/Makefile.in                                    |   69 +-
 gst/gst.c                                          |   44 +-
 gst/gst.h                                          |    3 +
 gst/gst_private.h                                  |   24 +-
 gst/gstallocator.c                                 |    2 -
 gst/gstallocator.h                                 |   12 +-
 gst/gstatomicqueue.h                               |    2 +-
 gst/gstbin.c                                       |   68 +-
 gst/gstbin.h                                       |    4 +-
 gst/gstbuffer.c                                    |  108 +-
 gst/gstbuffer.h                                    |   16 +-
 gst/gstbufferlist.c                                |    2 -
 gst/gstbufferlist.h                                |    2 +-
 gst/gstbufferpool.c                                |  152 +-
 gst/gstbufferpool.h                                |   14 +-
 gst/gstbus.c                                       |   26 +-
 gst/gstcaps.c                                      |   75 +-
 gst/gstcapsfeatures.c                              |    8 +-
 gst/gstchildproxy.c                                |    4 +-
 gst/gstclock.c                                     |    2 -
 gst/gstconfig.h.in                                 |    6 +-
 gst/gstcontext.c                                   |   13 +-
 gst/gstcontrolbinding.h                            |    7 +-
 gst/gstcontrolsource.c                             |    4 +-
 gst/gstcontrolsource.h                             |    1 -
 gst/gstdatetime.c                                  |    2 +-
 gst/gstdatetime.h                                  |    2 +-
 gst/gstdebugutils.c                                |   34 +-
 gst/gstdevice.c                                    |  329 ++
 gst/gstdevice.h                                    |   84 +
 gst/gstdevicemonitor.c                             |  569 ++++
 gst/gstdevicemonitor.h                             |  130 +
 gst/gstdevicemonitorfactory.c                      |  594 ++++
 gst/gstdevicemonitorfactory.h                      |   82 +
 gst/gstelement.c                                   |    6 +-
 gst/gstelement.h                                   |    2 +-
 gst/gstelementfactory.c                            |    6 +-
 gst/gsterror.c                                     |    4 +-
 gst/gstevent.c                                     |   85 +-
 gst/gstevent.h                                     |    4 +
 gst/gstghostpad.c                                  |    6 +-
 gst/gstglobaldevicemonitor.c                       |  426 +++
 gst/gstglobaldevicemonitor.h                       |   92 +
 gst/gstinfo.c                                      |   90 +-
 gst/gstinfo.h                                      |    4 +-
 gst/gstiterator.c                                  |   70 +-
 gst/gstmemory.c                                    |   10 +-
 gst/gstmessage.c                                   |  126 +-
 gst/gstmessage.h                                   |   40 +-
 gst/gstmeta.c                                      |    2 -
 gst/gstmeta.h                                      |    7 +-
 gst/gstminiobject.c                                |    6 +-
 gst/gstminiobject.h                                |    4 +-
 gst/gstobject.c                                    |   41 +-
 gst/gstobject.h                                    |    2 +-
 gst/gstpad.c                                       |  210 +-
 gst/gstpad.h                                       |  373 ++-
 gst/gstpadtemplate.c                               |   15 +-
 gst/gstparamspecs.c                                |    2 -
 gst/gstparse.c                                     |   11 +-
 gst/gstparse.h                                     |    2 +-
 gst/gstpipeline.c                                  |    2 -
 gst/gstplugin.c                                    |    2 +-
 gst/gstplugin.h                                    |    6 +-
 gst/gstpluginfeature.c                             |    2 +-
 gst/gstpluginloader.c                              |   20 +
 gst/gstpoll.c                                      |   17 +-
 gst/gstpreset.c                                    |   21 +-
 gst/gstquark.c                                     |    4 +-
 gst/gstquark.h                                     |    6 +-
 gst/gstquery.c                                     |  101 +-
 gst/gstquery.h                                     |    2 +
 gst/gstregistry.c                                  |   65 +-
 gst/gstregistrybinary.c                            |    2 +
 gst/gstregistrychunks.c                            |   74 +-
 gst/gstregistrychunks.h                            |   13 +-
 gst/gstsample.c                                    |    2 -
 gst/gstsegment.c                                   |    4 +-
 gst/gstsegment.h                                   |    4 +-
 gst/gststructure.c                                 |  111 +-
 gst/gststructure.h                                 |    8 +
 gst/gstsystemclock.c                               |   43 +-
 gst/gstsystemclock.h                               |    1 +
 gst/gsttaglist.c                                   |   14 +-
 gst/gsttaglist.h                                   |   10 +
 gst/gsttagsetter.c                                 |    2 -
 gst/gsttask.c                                      |    5 +-
 gst/gsttaskpool.c                                  |    4 +-
 gst/gsttoc.c                                       |   70 +-
 gst/gsttoc.h                                       |   32 +
 gst/gsttocsetter.c                                 |    4 +-
 gst/gsttypefind.c                                  |    2 -
 gst/gsttypefind.h                                  |    2 +-
 gst/gsttypefindfactory.c                           |   16 +-
 gst/gsturi.c                                       |   10 +-
 gst/gstutils.c                                     |  102 +-
 gst/gstutils.h                                     |   44 +-
 gst/gstvalue.c                                     |  101 +-
 gst/gstvalue.h                                     |    2 +-
 gst/parse/Makefile.am                              |   19 +-
 gst/parse/Makefile.in                              |   22 +-
 gst/parse/grammar.y                                |  854 ++---
 gst/parse/parse.l                                  |   34 +-
 gst/parse/types.h                                  |   36 +-
 gst/printf/Makefile.in                             |    1 -
 gstreamer.doap                                     |   38 +-
 gstreamer.spec                                     |    2 +-
 libs/Makefile.in                                   |    1 -
 libs/gst/Makefile.in                               |    1 -
 libs/gst/base/Makefile.am                          |    2 +-
 libs/gst/base/Makefile.in                          |    3 +-
 libs/gst/base/gstadapter.c                         |   32 +-
 libs/gst/base/gstadapter.h                         |    2 +
 libs/gst/base/gstbaseparse.c                       |   21 +-
 libs/gst/base/gstbaseparse.h                       |    2 +-
 libs/gst/base/gstbasesink.c                        |  115 +-
 libs/gst/base/gstbasesink.h                        |    2 +-
 libs/gst/base/gstbasesrc.c                         |  190 +-
 libs/gst/base/gstbasesrc.h                         |    2 +
 libs/gst/base/gstbasetransform.c                   |   10 +-
 libs/gst/base/gstbasetransform.h                   |    2 +-
 libs/gst/base/gstbytereader.c                      |   12 +-
 libs/gst/base/gstbytereader.h                      |   13 +
 libs/gst/base/gstbytewriter-docs.h                 |    5 +-
 libs/gst/base/gstbytewriter.c                      |    4 +-
 libs/gst/base/gstcollectpads.c                     |  234 +-
 libs/gst/base/gstcollectpads.h                     |   34 +-
 libs/gst/base/gstdataqueue.c                       |   28 +-
 libs/gst/base/gstpushsrc.c                         |    2 -
 libs/gst/base/gstqueuearray.c                      |   24 +-
 libs/gst/check/Makefile.am                         |   12 +-
 libs/gst/check/Makefile.in                         |   12 +-
 libs/gst/check/gstcheck.c                          |  121 +-
 libs/gst/check/gstcheck.h                          |   20 +-
 libs/gst/check/gsttestclock.c                      |  209 +-
 libs/gst/check/gsttestclock.h                      |   25 +-
 libs/gst/check/libcheck/Makefile.in                |    1 -
 libs/gst/controller/Makefile.am                    |    2 +-
 libs/gst/controller/Makefile.in                    |    3 +-
 .../gst/controller/gstinterpolationcontrolsource.c |    2 +-
 libs/gst/controller/gsttimedvaluecontrolsource.c   |    2 +-
 libs/gst/helpers/Makefile.in                       |    1 -
 libs/gst/net/Makefile.am                           |    2 +-
 libs/gst/net/Makefile.in                           |    3 +-
 libs/gst/net/gstnetaddressmeta.c                   |    2 -
 libs/gst/net/gstnetclientclock.c                   |   90 +-
 libs/gst/net/gstnetclientclock.h                   |    2 +-
 libs/gst/net/gstnettimepacket.c                    |    4 +-
 libs/gst/net/gstnettimeprovider.c                  |    5 +-
 m4/Makefile.in                                     |    1 -
 missing                                            |    4 +-
 pkgconfig/Makefile.in                              |    1 -
 plugins/Makefile.in                                |    1 -
 plugins/elements/Makefile.in                       |    1 -
 plugins/elements/gstcapsfilter.c                   |   37 +-
 plugins/elements/gstfakesink.c                     |    5 +-
 plugins/elements/gstfakesrc.c                      |    7 +-
 plugins/elements/gstfdsink.c                       |    2 -
 plugins/elements/gstfdsrc.c                        |   12 +-
 plugins/elements/gstfilesrc.c                      |   18 +-
 plugins/elements/gstfunnel.c                       |   29 +-
 plugins/elements/gstidentity.c                     |    7 +-
 plugins/elements/gstinputselector.c                |   29 +-
 plugins/elements/gstmultiqueue.c                   |  112 +-
 plugins/elements/gstoutputselector.c               |   65 +-
 plugins/elements/gstoutputselector.h               |   19 +
 plugins/elements/gstqueue.c                        |   35 +-
 plugins/elements/gstqueue2.c                       |   55 +-
 plugins/elements/gstqueue2.h                       |    3 +-
 plugins/elements/gsttee.c                          |   57 +-
 plugins/elements/gsttee.h                          |    4 +-
 plugins/elements/gsttypefindelement.c              |    2 +-
 plugins/elements/gstvalve.c                        |    5 -
 po/Makefile.in.in                                  |    3 -
 po/Makevars                                        |    2 +-
 po/af.gmo                                          |  Bin 14916 -> 14454 bytes
 po/af.po                                           |   62 +-
 po/az.gmo                                          |  Bin 1683 -> 1683 bytes
 po/az.po                                           |   34 +-
 po/be.gmo                                          |  Bin 4843 -> 4843 bytes
 po/be.po                                           |   34 +-
 po/bg.gmo                                          |  Bin 43193 -> 42608 bytes
 po/bg.po                                           |   62 +-
 po/ca.gmo                                          |  Bin 33710 -> 33221 bytes
 po/ca.po                                           |   62 +-
 po/cs.gmo                                          |  Bin 36348 -> 36164 bytes
 po/cs.po                                           |   73 +-
 po/da.gmo                                          |  Bin 35349 -> 34921 bytes
 po/da.po                                           |   62 +-
 po/de.gmo                                          |  Bin 36966 -> 36513 bytes
 po/de.po                                           |   62 +-
 po/el.gmo                                          |  Bin 43965 -> 43323 bytes
 po/el.po                                           |   62 +-
 po/en_GB.gmo                                       |  Bin 11404 -> 11028 bytes
 po/en_GB.po                                        |   62 +-
 po/eo.gmo                                          |  Bin 4307 -> 4307 bytes
 po/eo.po                                           |   34 +-
 po/es.gmo                                          |  Bin 33895 -> 33418 bytes
 po/es.po                                           |   62 +-
 po/eu.gmo                                          |  Bin 29436 -> 28949 bytes
 po/eu.po                                           |   62 +-
 po/fi.gmo                                          |  Bin 32409 -> 31958 bytes
 po/fi.po                                           |   62 +-
 po/fr.gmo                                          |  Bin 35747 -> 35283 bytes
 po/fr.po                                           |   62 +-
 po/gl.gmo                                          |  Bin 35398 -> 34937 bytes
 po/gl.po                                           |   62 +-
 po/gstreamer-1.0.pot                               |  736 ++--
 po/hr.gmo                                          |  Bin 31591 -> 31213 bytes
 po/hr.po                                           |   58 +-
 po/hu.gmo                                          |  Bin 35413 -> 36442 bytes
 po/hu.po                                           |  101 +-
 po/id.gmo                                          |  Bin 34755 -> 34329 bytes
 po/id.po                                           |   62 +-
 po/it.gmo                                          |  Bin 33511 -> 33061 bytes
 po/it.po                                           |   62 +-
 po/ja.gmo                                          |  Bin 16417 -> 16417 bytes
 po/ja.po                                           |   36 +-
 po/lt.gmo                                          |  Bin 31227 -> 30798 bytes
 po/lt.po                                           |   62 +-
 po/nb.gmo                                          |  Bin 9881 -> 9881 bytes
 po/nb.po                                           |   34 +-
 po/nl.gmo                                          |  Bin 35873 -> 35438 bytes
 po/nl.po                                           |   62 +-
 po/pl.gmo                                          |  Bin 36218 -> 35747 bytes
 po/pl.po                                           |   62 +-
 po/pt_BR.gmo                                       |  Bin 36869 -> 36400 bytes
 po/pt_BR.po                                        |   62 +-
 po/ro.gmo                                          |  Bin 32641 -> 32196 bytes
 po/ro.po                                           |   62 +-
 po/ru.gmo                                          |  Bin 46675 -> 46004 bytes
 po/ru.po                                           |   62 +-
 po/rw.gmo                                          |  Bin 689 -> 689 bytes
 po/rw.po                                           |   70 +-
 po/sk.gmo                                          |  Bin 36306 -> 35880 bytes
 po/sk.po                                           |   62 +-
 po/sl.gmo                                          |  Bin 34024 -> 34967 bytes
 po/sl.po                                           |  100 +-
 po/sq.gmo                                          |  Bin 12534 -> 12127 bytes
 po/sq.po                                           |   62 +-
 po/sr.gmo                                          |  Bin 46164 -> 45584 bytes
 po/sr.po                                           |   62 +-
 po/sv.gmo                                          |  Bin 32273 -> 31847 bytes
 po/sv.po                                           |   64 +-
 po/tr.gmo                                          |  Bin 11899 -> 11490 bytes
 po/tr.po                                           |   62 +-
 po/uk.gmo                                          |  Bin 47456 -> 46872 bytes
 po/uk.po                                           |   62 +-
 po/vi.gmo                                          |  Bin 40034 -> 39397 bytes
 po/vi.po                                           |   66 +-
 po/zh_CN.gmo                                       |  Bin 25328 -> 25011 bytes
 po/zh_CN.po                                        |   68 +-
 po/zh_TW.gmo                                       |  Bin 7086 -> 6944 bytes
 po/zh_TW.po                                        |   48 +-
 scripts/gst-uninstalled                            |   20 +-
 test-driver                                        |   20 +-
 tests/Makefile.in                                  |    1 -
 tests/benchmarks/Makefile.in                       |    1 -
 tests/benchmarks/gstpoolstress.c                   |   24 +-
 tests/check/Makefile.am                            |    4 +
 tests/check/Makefile.in                            |  173 +-
 tests/check/elements/capsfilter.c                  |   99 +
 tests/check/elements/fakesink.c                    |    6 +-
 tests/check/elements/filesrc.c                     |   24 +
 tests/check/elements/funnel.c                      |   22 +
 tests/check/elements/multiqueue.c                  |  105 +-
 tests/check/elements/tee.c                         |   29 +
 tests/check/gst/gstbufferpool.c                    |  194 ++
 tests/check/gst/gstbus.c                           |   98 +-
 tests/check/gst/gstcaps.c                          |   51 +
 tests/check/gst/gstinfo.c                          |   17 +
 tests/check/gst/gstiterator.c                      |  216 ++
 tests/check/gst/gstsegment.c                       |    2 +-
 tests/check/gst/gststructure.c                     |   15 +-
 tests/check/gst/gstsystemclock.c                   |   34 +
 tests/check/gst/gstvalue.c                         |   28 +-
 tests/check/libs/baseparse.c                       |    4 +-
 tests/check/libs/basesink.c                        |   75 +
 tests/check/libs/basesrc.c                         |  154 +-
 tests/check/libs/bitreader-noinline.c              |   21 +
 tests/check/libs/bytereader-noinline.c             |   21 +
 tests/check/libs/bytewriter-noinline.c             |   21 +
 tests/check/libs/collectpads.c                     |  264 +-
 tests/check/libs/gstnetclientclock.c               |   52 +-
 tests/check/libs/gsttestclock.c                    |   76 +-
 tests/check/pipelines/parse-launch.c               |   65 +-
 tests/examples/Makefile.in                         |    1 -
 tests/examples/adapter/Makefile.in                 |    1 -
 tests/examples/controller/Makefile.in              |    1 -
 tests/examples/helloworld/Makefile.in              |    1 -
 tests/examples/launch/Makefile.in                  |    1 -
 tests/examples/manual/Makefile.in                  |    1 -
 tests/examples/manual/appsink.c                    |    1 +
 tests/examples/manual/effectswitch.c               |   32 +-
 tests/examples/memory/Makefile.in                  |    1 -
 tests/examples/metadata/Makefile.in                |    1 -
 tests/examples/queue/Makefile.in                   |    1 -
 tests/examples/stepping/Makefile.in                |    1 -
 tests/examples/streams/Makefile.in                 |    1 -
 tests/examples/typefind/Makefile.in                |    1 -
 tests/misc/Makefile.in                             |    1 -
 tools/Makefile.in                                  |    1 -
 tools/gst-inspect.c                                |  139 +-
 tools/gst-launch.c                                 |   23 +-
 tools/gst-typefind.c                               |    2 +
 win32/common/config.h                              |    8 +-
 win32/common/gstconfig.h                           |    2 +-
 win32/common/gstenumtypes.c                        |   29 +
 win32/common/gstenumtypes.h                        |    2 +
 win32/common/gstversion.h                          |    4 +-
 win32/common/libgstbase.def                        |    4 +
 win32/common/libgstreamer.def                      |   60 +
 508 files changed, 30402 insertions(+), 11955 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer1.0.git



More information about the Pkg-gstreamer-commits mailing list