[Pkg-gstreamer-commits] [gst-plugins-base1.0] branch upstream updated (b886205 -> 444cfbd)
Sebastian Dröge
slomo at moszumanska.debian.org
Thu Dec 18 11:43:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
slomo pushed a change to branch upstream
in repository gst-plugins-base1.0.
from b886205 Imported Upstream version 1.4.4
new 444cfbd Imported Upstream version 1.4.5
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 292 +++-
Makefile.in | 2 +-
NEWS | 2 +-
RELEASE | 35 +-
configure | 34 +-
configure.ac | 4 +-
.../html/gst-plugins-base-libs-gstdiscoverer.html | 2 +-
...st-plugins-base-libs-gstpluginsbaseversion.html | 2 +-
docs/libs/html/index.html | 2 +-
.../gst-plugins-base-plugins-plugin-adder.html | 2 +-
.../html/gst-plugins-base-plugins-plugin-alsa.html | 2 +-
.../html/gst-plugins-base-plugins-plugin-app.html | 2 +-
...t-plugins-base-plugins-plugin-audioconvert.html | 2 +-
.../gst-plugins-base-plugins-plugin-audiorate.html | 2 +-
...-plugins-base-plugins-plugin-audioresample.html | 2 +-
...t-plugins-base-plugins-plugin-audiotestsrc.html | 2 +-
...gst-plugins-base-plugins-plugin-cdparanoia.html | 2 +-
.../gst-plugins-base-plugins-plugin-encoding.html | 2 +-
.../html/gst-plugins-base-plugins-plugin-gio.html | 2 +-
.../gst-plugins-base-plugins-plugin-libvisual.html | 2 +-
.../html/gst-plugins-base-plugins-plugin-ogg.html | 2 +-
.../gst-plugins-base-plugins-plugin-pango.html | 2 +-
.../gst-plugins-base-plugins-plugin-playback.html | 2 +-
.../gst-plugins-base-plugins-plugin-subparse.html | 2 +-
.../html/gst-plugins-base-plugins-plugin-tcp.html | 2 +-
.../gst-plugins-base-plugins-plugin-theora.html | 2 +-
...gins-base-plugins-plugin-typefindfunctions.html | 2 +-
...t-plugins-base-plugins-plugin-videoconvert.html | 2 +-
.../gst-plugins-base-plugins-plugin-videorate.html | 2 +-
...gst-plugins-base-plugins-plugin-videoscale.html | 2 +-
...t-plugins-base-plugins-plugin-videotestsrc.html | 2 +-
.../gst-plugins-base-plugins-plugin-volume.html | 2 +-
.../gst-plugins-base-plugins-plugin-vorbis.html | 2 +-
...gst-plugins-base-plugins-plugin-ximagesink.html | 2 +-
...st-plugins-base-plugins-plugin-xvimagesink.html | 2 +-
docs/plugins/html/index.html | 2 +-
docs/plugins/inspect/plugin-adder.xml | 2 +-
docs/plugins/inspect/plugin-alsa.xml | 2 +-
docs/plugins/inspect/plugin-app.xml | 2 +-
docs/plugins/inspect/plugin-audioconvert.xml | 2 +-
docs/plugins/inspect/plugin-audiorate.xml | 2 +-
docs/plugins/inspect/plugin-audioresample.xml | 2 +-
docs/plugins/inspect/plugin-audiotestsrc.xml | 2 +-
docs/plugins/inspect/plugin-cdparanoia.xml | 2 +-
docs/plugins/inspect/plugin-encoding.xml | 2 +-
docs/plugins/inspect/plugin-gio.xml | 2 +-
docs/plugins/inspect/plugin-libvisual.xml | 2 +-
docs/plugins/inspect/plugin-ogg.xml | 2 +-
docs/plugins/inspect/plugin-pango.xml | 2 +-
docs/plugins/inspect/plugin-playback.xml | 2 +-
docs/plugins/inspect/plugin-subparse.xml | 2 +-
docs/plugins/inspect/plugin-tcp.xml | 2 +-
docs/plugins/inspect/plugin-theora.xml | 2 +-
docs/plugins/inspect/plugin-typefindfunctions.xml | 2 +-
docs/plugins/inspect/plugin-videoconvert.xml | 2 +-
docs/plugins/inspect/plugin-videorate.xml | 2 +-
docs/plugins/inspect/plugin-videoscale.xml | 2 +-
docs/plugins/inspect/plugin-videotestsrc.xml | 2 +-
docs/plugins/inspect/plugin-volume.xml | 2 +-
docs/plugins/inspect/plugin-vorbis.xml | 2 +-
docs/plugins/inspect/plugin-ximagesink.xml | 2 +-
docs/plugins/inspect/plugin-xvimagesink.xml | 2 +-
ext/alsa/gstalsasink.c | 4 +
ext/alsa/gstalsasrc.c | 4 +
gst-libs/gst/audio/gstaudiodecoder.c | 3 +-
gst-libs/gst/audio/gstaudiopack-dist.c | 40 +-
gst-libs/gst/pbutils/descriptions.c | 2 +
gst-libs/gst/pbutils/gstdiscoverer.h | 2 +-
gst-libs/gst/rtsp/gstrtspconnection.c | 6 +-
gst-libs/gst/video/gstvideodecoder.c | 1 -
gst-libs/gst/video/gstvideodecoder.h | 1 +
gst-libs/gst/video/gstvideoencoder.c | 4 +-
gst-libs/gst/video/gstvideopool.c | 7 +-
gst-libs/gst/video/video-orc-dist.c | 32 +-
gst-plugins-base.doap | 10 +
gst-plugins-base.spec | 2 +-
gst/adder/gstadderorc-dist.c | 436 +++---
gst/audioconvert/gstaudioconvertorc-dist.c | 80 +-
gst/audiorate/gstaudiorate.c | 20 +-
gst/playback/gstdecodebin2.c | 2 +-
gst/playback/gstplaybin2.c | 41 +-
gst/playback/gstplaysink.c | 2 +
gst/tcp/gstmultihandlesink.c | 4 +
gst/tcp/gsttcpserversink.c | 3 +
gst/typefind/gsttypefindfunctions.c | 34 +
gst/videoconvert/gstvideoconvertorc-dist.c | 1390 +++++++++-----------
gst/videoscale/gstvideoscaleorc-dist.c | 58 +-
gst/volume/gstvolumeorc-dist.c | 30 +-
po/af.gmo | Bin 555 -> 555 bytes
po/af.po | 2 +-
po/az.gmo | Bin 616 -> 616 bytes
po/az.po | 2 +-
po/bg.gmo | Bin 15986 -> 15986 bytes
po/bg.po | 2 +-
po/ca.gmo | Bin 12557 -> 12557 bytes
po/ca.po | 2 +-
po/cs.gmo | Bin 15222 -> 15222 bytes
po/cs.po | 2 +-
po/da.gmo | Bin 14803 -> 14803 bytes
po/da.po | 2 +-
po/de.gmo | Bin 15550 -> 15550 bytes
po/de.po | 2 +-
po/el.gmo | Bin 16109 -> 16109 bytes
po/el.po | 2 +-
po/en_GB.gmo | Bin 559 -> 559 bytes
po/en_GB.po | 2 +-
po/eo.gmo | Bin 3409 -> 3409 bytes
po/eo.po | 2 +-
po/es.gmo | Bin 12536 -> 12536 bytes
po/es.po | 2 +-
po/eu.gmo | Bin 8196 -> 8196 bytes
po/eu.po | 2 +-
po/fi.gmo | Bin 11553 -> 11553 bytes
po/fi.po | 2 +-
po/fr.gmo | Bin 12930 -> 12930 bytes
po/fr.po | 2 +-
po/gl.gmo | Bin 13234 -> 13234 bytes
po/gl.po | 2 +-
po/gst-plugins-base-1.0.pot | 152 +--
po/hr.gmo | Bin 11851 -> 11851 bytes
po/hr.po | 2 +-
po/hu.gmo | Bin 15541 -> 15541 bytes
po/hu.po | 2 +-
po/id.gmo | Bin 14876 -> 14876 bytes
po/id.po | 2 +-
po/it.gmo | Bin 8432 -> 8432 bytes
po/it.po | 2 +-
po/ja.gmo | Bin 10257 -> 10257 bytes
po/ja.po | 2 +-
po/lt.gmo | Bin 6356 -> 6356 bytes
po/lt.po | 2 +-
po/lv.gmo | Bin 14627 -> 14627 bytes
po/lv.po | 2 +-
po/nb.gmo | Bin 14611 -> 14611 bytes
po/nb.po | 2 +-
po/nl.gmo | Bin 15323 -> 15323 bytes
po/nl.po | 2 +-
po/or.gmo | Bin 649 -> 649 bytes
po/or.po | 2 +-
po/pl.gmo | Bin 15396 -> 15396 bytes
po/pl.po | 2 +-
po/pt_BR.gmo | Bin 15350 -> 15350 bytes
po/pt_BR.po | 2 +-
po/ro.gmo | Bin 7912 -> 7912 bytes
po/ro.po | 2 +-
po/ru.gmo | Bin 19229 -> 19229 bytes
po/ru.po | 2 +-
po/sk.gmo | Bin 13990 -> 13990 bytes
po/sk.po | 2 +-
po/sl.gmo | Bin 12719 -> 12719 bytes
po/sl.po | 2 +-
po/sq.gmo | Bin 568 -> 568 bytes
po/sq.po | 2 +-
po/sr.gmo | Bin 19502 -> 19502 bytes
po/sr.po | 2 +-
po/sv.gmo | Bin 14723 -> 14723 bytes
po/sv.po | 2 +-
po/tr.gmo | Bin 12710 -> 12710 bytes
po/tr.po | 2 +-
po/uk.gmo | Bin 20398 -> 20398 bytes
po/uk.po | 2 +-
po/vi.gmo | Bin 17293 -> 17293 bytes
po/vi.po | 2 +-
po/zh_CN.gmo | Bin 5928 -> 5928 bytes
po/zh_CN.po | 2 +-
sys/ximage/ximagepool.c | 7 +-
sys/ximage/ximagesink.c | 4 +-
sys/xvimage/xvimagepool.c | 7 +-
sys/xvimage/xvimagesink.c | 7 +-
tests/check/Makefile.am | 3 +-
tests/check/Makefile.in | 3 +-
tests/check/libs/audiodecoder.c | 40 +-
tools/gst-play.c | 5 +-
win32/common/_stdint.h | 4 +-
win32/common/config.h | 8 +-
175 files changed, 1630 insertions(+), 1385 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gst-plugins-base1.0.git
More information about the Pkg-gstreamer-commits
mailing list