[Pkg-gstreamer-commits] [gstreamer1.0] 02/03: Merge tag 'upstream/1.1.4' into debian-experimental
Sebastian Dröge
slomo at alioth.debian.org
Fri Aug 30 11:36:10 UTC 2013
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 53dbf1b0e4ce83cce03fc670a797d4fa36f07fbc
Merge: 37fa65d 63f3815
Author: Sebastian Dröge <slomo at circular-chaos.org>
Date: Fri Aug 30 12:35:43 2013 +0200
Merge tag 'upstream/1.1.4' into debian-experimental
Upstream version 1.1.4
ChangeLog | 533 +++++-
Makefile.in | 2 +-
NEWS | 2 +-
RELEASE | 42 +-
common/Makefile.in | 5 +-
common/README | 255 +++
common/gst.supp | 15 +
common/m4/Makefile.in | 2 +-
common/m4/as-docbook.m4 | 14 +-
common/m4/gst-doc.m4 | 28 +-
common/m4/gst-glib2.m4 | 6 +-
configure | 107 +-
configure.ac | 6 +-
docs/Makefile.in | 2 +-
docs/design/Makefile.in | 2 +-
docs/design/part-gstpipeline.txt | 2 +-
docs/faq/Makefile.in | 2 +-
docs/gst/Makefile.in | 2 +-
docs/gst/html/GstBin.html | 2 +-
docs/gst/html/GstElement.html | 22 +-
docs/gst/html/GstElementFactory.html | 2 +-
docs/gst/html/GstObject.html | 2 +-
docs/gst/html/GstPadTemplate.html | 2 +-
docs/gst/html/GstPipeline.html | 2 +-
docs/gst/html/GstTypeFindFactory.html | 2 +-
docs/gst/html/gst-building.html | 4 +-
docs/gst/html/gst-running.html | 4 +-
docs/gst/html/gstreamer-1.0.devhelp2 | 9 +-
docs/gst/html/gstreamer-Gst.html | 4 +-
docs/gst/html/gstreamer-GstBuffer.html | 4 +-
docs/gst/html/gstreamer-GstCaps.html | 2 +-
docs/gst/html/gstreamer-GstEvent.html | 2 +-
docs/gst/html/gstreamer-GstGError.html | 2 +-
docs/gst/html/gstreamer-GstInfo.html | 4 +-
docs/gst/html/gstreamer-GstIterator.html | 2 +-
docs/gst/html/gstreamer-GstMessage.html | 2 +-
docs/gst/html/gstreamer-GstParse.html | 14 +-
docs/gst/html/gstreamer-GstQuery.html | 23 +-
docs/gst/html/gstreamer-GstSample.html | 8 +-
docs/gst/html/gstreamer-GstTagList.html | 2 +-
docs/gst/html/gstreamer-GstUtils.html | 18 +
docs/gst/html/gstreamer-GstVersion.html | 2 +-
docs/gst/html/index.html | 2 +-
docs/gst/html/index.sgml | 1 +
docs/libs/Makefile.in | 2 +-
docs/libs/gstreamer-libs-sections.txt | 1 +
docs/libs/html/GstBaseSrc.html | 2 +-
docs/libs/html/GstBaseTransform.html | 4 +-
docs/libs/html/GstTestClock.html | 4 +-
docs/libs/html/api-index-full.html | 4 +
docs/libs/html/gstreamer-libs-1.0.devhelp2 | 7 +-
docs/libs/html/gstreamer-libs-GstDataQueue.html | 42 +
docs/libs/html/index.html | 2 +-
docs/libs/html/index.sgml | 1 +
docs/manual/Makefile.in | 2 +-
docs/plugins/Makefile.in | 2 +-
docs/plugins/html/ch01.html | 2 +-
docs/plugins/html/ch02.html | 2 +-
docs/plugins/html/gstreamer-plugins-1.0.devhelp2 | 84 +-
.../plugins/html/gstreamer-plugins-capsfilter.html | 6 +-
docs/plugins/html/gstreamer-plugins-fakesink.html | 6 +-
docs/plugins/html/gstreamer-plugins-fakesrc.html | 6 +-
docs/plugins/html/gstreamer-plugins-fdsink.html | 4 +-
docs/plugins/html/gstreamer-plugins-fdsrc.html | 6 +-
docs/plugins/html/gstreamer-plugins-filesink.html | 6 +-
docs/plugins/html/gstreamer-plugins-filesrc.html | 6 +-
docs/plugins/html/gstreamer-plugins-funnel.html | 4 +-
docs/plugins/html/gstreamer-plugins-identity.html | 4 +-
.../html/gstreamer-plugins-input-selector.html | 4 +-
.../plugins/html/gstreamer-plugins-multiqueue.html | 6 +-
.../html/gstreamer-plugins-output-selector.html | 4 +-
.../gstreamer-plugins-plugin-coreelements.html | 6 +-
docs/plugins/html/gstreamer-plugins-queue.html | 4 +-
docs/plugins/html/gstreamer-plugins-queue2.html | 4 +-
docs/plugins/html/gstreamer-plugins-tee.html | 6 +-
docs/plugins/html/gstreamer-plugins-typefind.html | 4 +-
docs/plugins/html/gstreamer-plugins-valve.html | 4 +-
docs/plugins/html/index.html | 2 +-
docs/plugins/inspect/plugin-coreelements.xml | 2 +-
docs/pwg/Makefile.in | 2 +-
docs/slides/Makefile.in | 2 +-
docs/xsl/Makefile.in | 2 +-
gst/Makefile.in | 21 +-
gst/gst.c | 11 +-
gst/gstallocator.c | 9 +-
gst/gstbuffer.c | 5 +-
gst/gstclock.c | 45 +-
gst/gstcompat.h | 7 +-
gst/gstinfo.c | 8 +-
gst/gstinfo.h | 2 +-
gst/gstparse.h | 5 +-
gst/gstpipeline.c | 2 +-
gst/gstpluginloader.c | 3 +-
gst/gstquark.c | 2 +-
gst/gstquark.h | 3 +-
gst/gstquery.c | 71 +-
gst/gstquery.h | 2 +
gst/gstsample.c | 4 +
gst/gstsample.h | 22 +
gst/gsttaglist.c | 9 +
gst/gsttaglist.h | 17 +
gst/gstutils.c | 51 +-
gst/parse/Makefile.in | 21 +-
gst/parse/grammar.tab.h | 2 +-
gst/parse/grammar.y | 8 +-
gst/printf/Makefile.in | 21 +-
gstreamer.doap | 10 +
gstreamer.spec | 2 +-
libs/Makefile.in | 2 +-
libs/gst/Makefile.in | 2 +-
libs/gst/base/Makefile.in | 21 +-
libs/gst/base/gstbaseparse.c | 72 +-
libs/gst/base/gstbasesrc.c | 43 +-
libs/gst/base/gstbasetransform.c | 12 +-
libs/gst/base/gstbytereader.c | 29 +
libs/gst/base/gstdataqueue.c | 69 +-
libs/gst/base/gstdataqueue.h | 1 +
libs/gst/base/gsttypefindhelper.c | 2 +-
libs/gst/check/Makefile.am | 3 +-
libs/gst/check/Makefile.in | 25 +-
libs/gst/check/gstcheck.c | 4 +
libs/gst/check/gsttestclock.c | 2 +-
libs/gst/check/libcheck/Makefile.in | 21 +-
libs/gst/controller/Makefile.in | 21 +-
libs/gst/controller/gstdirectcontrolbinding.c | 4 +-
libs/gst/helpers/Makefile.in | 21 +-
libs/gst/net/Makefile.in | 21 +-
m4/Makefile.in | 2 +-
pkgconfig/Makefile.in | 2 +-
plugins/Makefile.in | 2 +-
plugins/elements/Makefile.in | 21 +-
plugins/elements/gstfilesink.c | 10 +
plugins/elements/gstmultiqueue.c | 12 +
plugins/elements/gstqueue.c | 12 +-
plugins/elements/gstqueue2.c | 96 +-
po/LINGUAS | 2 +-
po/af.gmo | Bin 15086 -> 15086 bytes
po/af.po | 14 +-
po/az.gmo | Bin 1683 -> 1683 bytes
po/az.po | 14 +-
po/be.gmo | Bin 5090 -> 5090 bytes
po/be.po | 14 +-
po/bg.gmo | Bin 43541 -> 43541 bytes
po/bg.po | 14 +-
po/ca.gmo | Bin 33891 -> 33891 bytes
po/ca.po | 14 +-
po/cs.gmo | Bin 33422 -> 35320 bytes
po/cs.po | 97 +-
po/da.gmo | Bin 32162 -> 32162 bytes
po/da.po | 14 +-
po/de.gmo | Bin 33932 -> 35739 bytes
po/de.po | 80 +-
po/el.gmo | Bin 44236 -> 44236 bytes
po/el.po | 14 +-
po/en_GB.gmo | Bin 11570 -> 11570 bytes
po/en_GB.po | 14 +-
po/eo.gmo | Bin 4307 -> 4307 bytes
po/eo.po | 14 +-
po/es.gmo | Bin 34074 -> 34074 bytes
po/es.po | 14 +-
po/eu.gmo | Bin 29611 -> 29611 bytes
po/eu.po | 14 +-
po/fi.gmo | Bin 32606 -> 32606 bytes
po/fi.po | 14 +-
po/fr.gmo | Bin 34098 -> 35949 bytes
po/fr.po | 76 +-
po/gl.gmo | Bin 33732 -> 35588 bytes
po/gl.po | 75 +-
po/gstreamer-1.0.pot | 128 +-
po/hr.gmo | Bin 0 -> 31756 bytes
po/{eu.po => hr.po} | 829 +++++----
po/hu.gmo | Bin 33412 -> 35621 bytes
po/hu.po | 79 +-
po/id.gmo | Bin 31904 -> 31904 bytes
po/id.po | 17 +-
po/it.gmo | Bin 33706 -> 33706 bytes
po/it.po | 14 +-
po/ja.gmo | Bin 14239 -> 16417 bytes
po/ja.po | 161 +-
po/lt.gmo | Bin 31450 -> 31450 bytes
po/lt.po | 14 +-
po/nb.gmo | Bin 9881 -> 9881 bytes
po/nb.po | 14 +-
po/nl.gmo | Bin 32860 -> 34638 bytes
po/nl.po | 77 +-
po/pl.gmo | Bin 33187 -> 34986 bytes
po/pl.po | 95 +-
po/pt_BR.gmo | Bin 33397 -> 35589 bytes
po/pt_BR.po | 94 +-
po/ro.gmo | Bin 32820 -> 32820 bytes
po/ro.po | 14 +-
po/ru.gmo | Bin 42984 -> 45255 bytes
po/ru.po | 111 +-
po/rw.gmo | Bin 689 -> 689 bytes
po/rw.po | 14 +-
po/sk.gmo | Bin 33078 -> 33078 bytes
po/sk.po | 14 +-
po/sl.gmo | Bin 32774 -> 34227 bytes
po/sl.po | 96 +-
po/sq.gmo | Bin 12731 -> 12731 bytes
po/sq.po | 14 +-
po/sr.gmo | Bin 42372 -> 42372 bytes
po/sr.po | 14 +-
po/sv.gmo | Bin 32473 -> 32473 bytes
po/sv.po | 14 +-
po/tr.gmo | Bin 12104 -> 12104 bytes
po/tr.po | 14 +-
po/uk.gmo | Bin 43236 -> 45626 bytes
po/uk.po | 75 +-
po/vi.gmo | Bin 34602 -> 38465 bytes
po/vi.po | 240 +--
po/zh_CN.gmo | Bin 25530 -> 25530 bytes
po/zh_CN.po | 17 +-
po/zh_TW.gmo | Bin 7285 -> 7285 bytes
po/zh_TW.po | 14 +-
tests/Makefile.in | 2 +-
tests/benchmarks/Makefile.in | 21 +-
tests/check/Makefile.in | 1785 +++++---------------
tests/check/elements/filesink.c | 120 +-
tests/check/gst/gstbuffer.c | 28 +
tests/examples/Makefile.in | 2 +-
tests/examples/adapter/Makefile.in | 21 +-
tests/examples/controller/Makefile.in | 21 +-
tests/examples/helloworld/Makefile.in | 21 +-
tests/examples/launch/Makefile.in | 21 +-
tests/examples/manual/Makefile.in | 21 +-
tests/examples/memory/Makefile.in | 21 +-
tests/examples/metadata/Makefile.in | 21 +-
tests/examples/queue/Makefile.in | 21 +-
tests/examples/stepping/Makefile.in | 21 +-
tests/examples/streams/Makefile.in | 21 +-
tests/examples/typefind/Makefile.in | 21 +-
tests/misc/Makefile.in | 2 +-
tools/Makefile.in | 21 +-
tools/gst-launch.c | 7 +-
win32/common/config.h | 8 +-
win32/common/gstenumtypes.c | 2 +
win32/common/gstversion.h | 2 +-
win32/common/libgstbase.def | 1 +
win32/common/libgstreamer.def | 2 +
240 files changed, 4011 insertions(+), 3220 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