[Pkg-gstreamer-commits] [gstreamer1.0] branch upstream-experimental updated (71fa795 -> bb9c685)

Sebastian Dröge slomo at moszumanska.debian.org
Wed May 21 11:24:36 UTC 2014


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

slomo pushed a change to branch upstream-experimental
in repository gstreamer1.0.

      from  71fa795   Imported Upstream version 1.3.1
       new  bb9c685   Imported Upstream version 1.3.2

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                                          |  336 +++-
 NEWS                                               |   18 +-
 RELEASE                                            |  108 +-
 configure                                          |   34 +-
 configure.ac                                       |    4 +-
 docs/design/part-caps.txt                          |    2 +-
 docs/faq/getting.xml                               |   15 +-
 docs/gst/gstreamer-sections.txt                    |    1 +
 docs/gst/html/GstAllocator.html                    |   72 +-
 docs/gst/html/GstBuffer.html                       |    2 +-
 docs/gst/html/GstBufferPool.html                   |  140 +-
 docs/gst/html/GstElement.html                      |    9 +-
 docs/gst/html/GstPadTemplate.html                  |    2 +-
 docs/gst/html/GstQuery.html                        |    8 +-
 docs/gst/html/api-index-full.html                  |   26 +-
 docs/gst/html/gstreamer-1.0.devhelp2               |    3 +-
 docs/gst/html/gstreamer-GstVersion.html            |    2 +-
 docs/gst/html/gstreamer-hierarchy.html             |    1 +
 docs/gst/html/index.html                           |    2 +-
 docs/gst/html/index.sgml                           |    4 +-
 docs/libs/gstreamer-libs-sections.txt              |    2 +-
 docs/libs/gstreamer-libs.types                     |    2 +
 ...er-libs-GstBaseParse.html => GstBaseParse.html} |  320 ++--
 docs/libs/html/GstBaseSrc.html                     |    4 +-
 docs/libs/html/GstPushSrc.html                     |   26 +-
 docs/libs/html/api-index-full.html                 |   74 +-
 docs/libs/html/gstreamer-base.html                 |    6 +-
 docs/libs/html/gstreamer-hierarchy.html            |    1 +
 docs/libs/html/gstreamer-libs-1.0.devhelp2         |   62 +-
 docs/libs/html/gstreamer-libs.html                 |    2 +-
 docs/libs/html/index.html                          |    4 +-
 docs/libs/html/index.sgml                          |   80 +-
 docs/plugins/Makefile.am                           |    1 +
 docs/plugins/Makefile.in                           |    1 +
 docs/plugins/gstreamer-plugins-docs.sgml           |    1 +
 docs/plugins/gstreamer-plugins-sections.txt        |   15 +
 docs/plugins/gstreamer-plugins.args                |   70 +
 docs/plugins/gstreamer-plugins.hierarchy           |    1 +
 docs/plugins/html/ch01.html                        |    3 +
 docs/plugins/html/gstreamer-plugins-1.0.devhelp2   |   89 +-
 .../plugins/html/gstreamer-plugins-capsfilter.html |    4 +-
 .../html/gstreamer-plugins-downloadbuffer.html     |  290 +++
 docs/plugins/html/gstreamer-plugins-fakesink.html  |   12 +-
 docs/plugins/html/gstreamer-plugins-fakesrc.html   |   20 +-
 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  |    6 +-
 .../html/gstreamer-plugins-input-selector.html     |    8 +-
 .../plugins/html/gstreamer-plugins-multiqueue.html |   12 +-
 .../html/gstreamer-plugins-output-selector.html    |    6 +-
 .../gstreamer-plugins-plugin-coreelements.html     |    6 +-
 docs/plugins/html/gstreamer-plugins-queue.html     |   14 +-
 docs/plugins/html/gstreamer-plugins-queue2.html    |    4 +-
 docs/plugins/html/gstreamer-plugins-tee.html       |    8 +-
 docs/plugins/html/gstreamer-plugins-typefind.html  |    6 +-
 docs/plugins/html/gstreamer-plugins-valve.html     |    4 +-
 docs/plugins/html/index.html                       |    5 +-
 docs/plugins/html/index.sgml                       |   17 +
 docs/plugins/inspect/plugin-coreelements.xml       |   23 +-
 gst/gstbufferpool.c                                |   83 +-
 gst/gstbufferpool.h                                |    2 +
 gst/gstcaps.c                                      |    3 +
 gst/gstelement.c                                   |    9 +-
 gst/gstpadtemplate.h                               |    2 +-
 gst/gstplugin.c                                    |    3 +
 gst/gstpluginloader.c                              |   13 +-
 gst/gstvalue.c                                     |   71 +-
 gstreamer.doap                                     |   10 +
 gstreamer.spec                                     |    2 +-
 libs/gst/base/gstbasesrc.c                         |   26 +-
 libs/gst/base/gstbasetransform.c                   |   26 +-
 libs/gst/check/libcheck/check.c                    |    2 +-
 libs/gst/net/gstnettimeprovider.c                  |    3 +-
 plugins/elements/Makefile.am                       |    4 +
 plugins/elements/Makefile.in                       |   22 +
 plugins/elements/gstdownloadbuffer.c               | 1894 ++++++++++++++++++++
 plugins/elements/gstdownloadbuffer.h               |  128 ++
 plugins/elements/gstelements.c                     |    4 +
 plugins/elements/gstfilesrc.c                      |    2 +-
 plugins/elements/gstmultiqueue.c                   |    2 +-
 plugins/elements/gstsparsefile.c                   |  668 +++++++
 plugins/elements/gstsparsefile.h                   |  108 ++
 po/af.gmo                                          |  Bin 14454 -> 14454 bytes
 po/af.po                                           |    2 +-
 po/az.gmo                                          |  Bin 1683 -> 1683 bytes
 po/az.po                                           |    2 +-
 po/be.gmo                                          |  Bin 4843 -> 4843 bytes
 po/be.po                                           |    2 +-
 po/bg.gmo                                          |  Bin 42608 -> 42608 bytes
 po/bg.po                                           |    2 +-
 po/ca.gmo                                          |  Bin 33221 -> 33221 bytes
 po/ca.po                                           |    2 +-
 po/cs.gmo                                          |  Bin 36164 -> 36164 bytes
 po/cs.po                                           |    2 +-
 po/da.gmo                                          |  Bin 34921 -> 34921 bytes
 po/da.po                                           |    2 +-
 po/de.gmo                                          |  Bin 36513 -> 36513 bytes
 po/de.po                                           |    2 +-
 po/el.gmo                                          |  Bin 43323 -> 43323 bytes
 po/el.po                                           |    2 +-
 po/en_GB.gmo                                       |  Bin 11028 -> 11028 bytes
 po/en_GB.po                                        |    2 +-
 po/eo.gmo                                          |  Bin 4307 -> 4307 bytes
 po/eo.po                                           |    2 +-
 po/es.gmo                                          |  Bin 33418 -> 33418 bytes
 po/es.po                                           |    2 +-
 po/eu.gmo                                          |  Bin 28949 -> 28949 bytes
 po/eu.po                                           |    2 +-
 po/fi.gmo                                          |  Bin 31958 -> 31958 bytes
 po/fi.po                                           |    2 +-
 po/fr.gmo                                          |  Bin 35283 -> 35283 bytes
 po/fr.po                                           |    2 +-
 po/gl.gmo                                          |  Bin 34937 -> 34937 bytes
 po/gl.po                                           |    2 +-
 po/gstreamer-1.0.pot                               |    4 +-
 po/hr.gmo                                          |  Bin 31213 -> 31213 bytes
 po/hr.po                                           |    2 +-
 po/hu.gmo                                          |  Bin 36442 -> 36442 bytes
 po/hu.po                                           |    2 +-
 po/id.gmo                                          |  Bin 34329 -> 34329 bytes
 po/id.po                                           |    2 +-
 po/it.gmo                                          |  Bin 33061 -> 33061 bytes
 po/it.po                                           |    2 +-
 po/ja.gmo                                          |  Bin 16417 -> 16417 bytes
 po/ja.po                                           |    2 +-
 po/lt.gmo                                          |  Bin 30798 -> 30798 bytes
 po/lt.po                                           |    2 +-
 po/nb.gmo                                          |  Bin 9881 -> 9881 bytes
 po/nb.po                                           |    2 +-
 po/nl.gmo                                          |  Bin 35438 -> 35438 bytes
 po/nl.po                                           |    2 +-
 po/pl.gmo                                          |  Bin 35747 -> 35747 bytes
 po/pl.po                                           |    2 +-
 po/pt_BR.gmo                                       |  Bin 36400 -> 36400 bytes
 po/pt_BR.po                                        |    2 +-
 po/ro.gmo                                          |  Bin 32196 -> 32196 bytes
 po/ro.po                                           |    2 +-
 po/ru.gmo                                          |  Bin 46004 -> 46004 bytes
 po/ru.po                                           |    2 +-
 po/rw.gmo                                          |  Bin 689 -> 689 bytes
 po/rw.po                                           |    2 +-
 po/sk.gmo                                          |  Bin 35880 -> 35880 bytes
 po/sk.po                                           |    2 +-
 po/sl.gmo                                          |  Bin 34967 -> 34967 bytes
 po/sl.po                                           |    2 +-
 po/sq.gmo                                          |  Bin 12127 -> 12127 bytes
 po/sq.po                                           |    2 +-
 po/sr.gmo                                          |  Bin 45584 -> 45584 bytes
 po/sr.po                                           |    2 +-
 po/sv.gmo                                          |  Bin 31847 -> 31847 bytes
 po/sv.po                                           |    2 +-
 po/tr.gmo                                          |  Bin 11490 -> 11490 bytes
 po/tr.po                                           |    2 +-
 po/uk.gmo                                          |  Bin 46872 -> 46872 bytes
 po/uk.po                                           |    2 +-
 po/vi.gmo                                          |  Bin 39397 -> 39397 bytes
 po/vi.po                                           |    2 +-
 po/zh_CN.gmo                                       |  Bin 25011 -> 25011 bytes
 po/zh_CN.po                                        |    2 +-
 po/zh_TW.gmo                                       |  Bin 6944 -> 6944 bytes
 po/zh_TW.po                                        |    2 +-
 tests/check/Makefile.am                            |    2 +
 tests/check/Makefile.in                            |   46 +-
 tests/check/elements/multiqueue.c                  |  133 ++
 tests/check/gst/gstbufferpool.c                    |   74 +-
 tests/check/gst/gstvalue.c                         |   26 +
 tests/check/libs/sparsefile.c                      |  227 +++
 win32/common/config.h                              |    8 +-
 win32/common/gstversion.h                          |    2 +-
 win32/common/libgstreamer.def                      |    1 +
 173 files changed, 5035 insertions(+), 677 deletions(-)
 rename docs/libs/html/{gstreamer-libs-GstBaseParse.html => GstBaseParse.html} (75%)
 create mode 100644 docs/plugins/html/gstreamer-plugins-downloadbuffer.html
 create mode 100644 plugins/elements/gstdownloadbuffer.c
 create mode 100644 plugins/elements/gstdownloadbuffer.h
 create mode 100644 plugins/elements/gstsparsefile.c
 create mode 100644 plugins/elements/gstsparsefile.h
 create mode 100644 tests/check/libs/sparsefile.c

-- 
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