[arch-commits] Commit in gstreamer0.10-good/repos (14 files)

Antonio Rojas arojas at archlinux.org
Sun Aug 7 19:37:51 UTC 2016


    Date: Sunday, August 7, 2016 @ 19:37:51
  Author: arojas
Revision: 273458

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gstreamer0.10-good/repos/extra-i686/PKGBUILD
    (from rev 273457, gstreamer0.10-good/trunk/PKGBUILD)
  gstreamer0.10-good/repos/extra-i686/souptest.patch
    (from rev 273457, gstreamer0.10-good/trunk/souptest.patch)
  gstreamer0.10-good/repos/extra-i686/test-rtp-payloading.patch
    (from rev 273457, gstreamer0.10-good/trunk/test-rtp-payloading.patch)
  gstreamer0.10-good/repos/extra-x86_64/PKGBUILD
    (from rev 273457, gstreamer0.10-good/trunk/PKGBUILD)
  gstreamer0.10-good/repos/extra-x86_64/souptest.patch
    (from rev 273457, gstreamer0.10-good/trunk/souptest.patch)
  gstreamer0.10-good/repos/extra-x86_64/test-rtp-payloading.patch
    (from rev 273457, gstreamer0.10-good/trunk/test-rtp-payloading.patch)
Deleted:
  gstreamer0.10-good/repos/extra-i686/PKGBUILD
  gstreamer0.10-good/repos/extra-i686/gstreamer0.10-good-plugins.install
  gstreamer0.10-good/repos/extra-i686/souptest.patch
  gstreamer0.10-good/repos/extra-i686/test-rtp-payloading.patch
  gstreamer0.10-good/repos/extra-x86_64/PKGBUILD
  gstreamer0.10-good/repos/extra-x86_64/gstreamer0.10-good-plugins.install
  gstreamer0.10-good/repos/extra-x86_64/souptest.patch
  gstreamer0.10-good/repos/extra-x86_64/test-rtp-payloading.patch

-------------------------------------------------+
 /PKGBUILD                                       |  144 +++
 /souptest.patch                                 |   56 +
 /test-rtp-payloading.patch                      |  844 ++++++++++++++++++++++
 extra-i686/PKGBUILD                             |   73 -
 extra-i686/gstreamer0.10-good-plugins.install   |   19 
 extra-i686/souptest.patch                       |   28 
 extra-i686/test-rtp-payloading.patch            |  422 -----------
 extra-x86_64/PKGBUILD                           |   73 -
 extra-x86_64/gstreamer0.10-good-plugins.install |   19 
 extra-x86_64/souptest.patch                     |   28 
 extra-x86_64/test-rtp-payloading.patch          |  422 -----------
 11 files changed, 1044 insertions(+), 1084 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-08-07 19:37:03 UTC (rev 273457)
+++ extra-i686/PKGBUILD	2016-08-07 19:37:51 UTC (rev 273458)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=gstreamer0.10-good
-pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
-pkgver=0.10.31
-pkgrel=10
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 'git' 'cairo' 'libgudev')
-url="http://gstreamer.freedesktop.org/"
-options=(!emptydirs)
-source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-good#commit=e28fd8886f05bb51c147f871f3a1db2fc2b735a9"
-        test-rtp-payloading.patch
-        souptest.patch)
-sha256sums=('SKIP'
-            'c2f7f07f9bf5ca3afddc81d0a44665d2d54b1e9aea0ef1b25d219cf34bf7bb29'
-            '3a74492c3d2939efabe7e22211c2350084e0a8cc3af23f553130f1e774c5f1e1')
-
-prepare() {
-  cd gst-plugins-good
-
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
-
-  patch -Np1 -i ../test-rtp-payloading.patch
-  patch -Np1 -i ../souptest.patch
-}
-
-build() {
-  cd gst-plugins-good
-  NOCONFIGURE=1 ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --disable-static --enable-experimental \
-    --disable-schemas-install \
-    --disable-hal \
-    --disable-esd \
-    --disable-gtk-doc \
-    --with-package-name="GStreamer Good Plugins (Archlinux)" \
-    --with-package-origin="http://www.archlinux.org/"
-
-  make
-  sed -e 's/gst sys ext/gst/' -i Makefile
-}
-
-check() {
-  cd gst-plugins-good
-  make check
-}
-
-package_gstreamer0.10-good() {
-  depends=('gstreamer0.10-base>=0.10.34' 'bzip2')
-  pkgdesc="GStreamer Multimedia Framework Good plugin libraries"
-
-  cd gst-plugins-good
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/etc/gconf"
-}
-
-package_gstreamer0.10-good-plugins() {
-  depends=("gstreamer0.10-good=${pkgver}" 'libavc1394' 'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'libpng' 'libjpeg' 'jack' 'libpulse' 'cairo' 'gdk-pixbuf2' 'libgudev')
-  pkgdesc="GStreamer Multimedia Framework Good Plugins (gst-plugins-good)"
-  groups=('gstreamer0.10-plugins')
-  replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 'gstreamer0.10-soup' 'gstreamer0.10-pulse')
-  conflicts=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 'gstreamer0.10-bad-plugins<0.10.7' 'gstreamer0.10-soup' 'gstreamer0.10-pulse')
-  install=gstreamer0.10-good-plugins.install
-
-  cd gst-plugins-good
-  make -C sys DESTDIR="${pkgdir}" install
-  make -C ext GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  install -m644 gconf/gstreamer-0.10.schemas "${pkgdir}/usr/share/gconf/schemas/gstreamer0.10-good-plugins.schemas"
-}

Copied: gstreamer0.10-good/repos/extra-i686/PKGBUILD (from rev 273457, gstreamer0.10-good/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-08-07 19:37:51 UTC (rev 273458)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=gstreamer0.10-good
+pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
+pkgver=0.10.31
+pkgrel=10
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 'git' 'cairo' 'libgudev')
+url="http://gstreamer.freedesktop.org/"
+options=(!emptydirs)
+source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-good#commit=e28fd8886f05bb51c147f871f3a1db2fc2b735a9"
+        test-rtp-payloading.patch
+        souptest.patch)
+sha256sums=('SKIP'
+            'c2f7f07f9bf5ca3afddc81d0a44665d2d54b1e9aea0ef1b25d219cf34bf7bb29'
+            '3a74492c3d2939efabe7e22211c2350084e0a8cc3af23f553130f1e774c5f1e1')
+
+prepare() {
+  cd gst-plugins-good
+
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
+
+  patch -Np1 -i ../test-rtp-payloading.patch
+  patch -Np1 -i ../souptest.patch
+}
+
+build() {
+  cd gst-plugins-good
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static --enable-experimental \
+    --disable-schemas-install \
+    --disable-hal \
+    --disable-esd \
+    --disable-gtk-doc \
+    --with-package-name="GStreamer Good Plugins (Archlinux)" \
+    --with-package-origin="http://www.archlinux.org/"
+
+  make
+  sed -e 's/gst sys ext/gst/' -i Makefile
+}
+
+check() {
+  cd gst-plugins-good
+  make check
+}
+
+package_gstreamer0.10-good() {
+  depends=('gstreamer0.10-base>=0.10.34' 'bzip2')
+  pkgdesc="GStreamer Multimedia Framework Good plugin libraries"
+
+  cd gst-plugins-good
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/etc/gconf"
+}
+
+package_gstreamer0.10-good-plugins() {
+  depends=("gstreamer0.10-good=${pkgver}" 'libavc1394' 'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'libpng' 'libjpeg' 'jack' 'libpulse' 'cairo' 'gdk-pixbuf2' 'libgudev')
+  pkgdesc="GStreamer Multimedia Framework Good Plugins (gst-plugins-good)"
+  groups=('gstreamer0.10-plugins')
+  replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 'gstreamer0.10-soup' 'gstreamer0.10-pulse')
+  conflicts=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 'gstreamer0.10-bad-plugins<0.10.7' 'gstreamer0.10-soup' 'gstreamer0.10-pulse')
+
+  cd gst-plugins-good
+  make -C sys DESTDIR="${pkgdir}" install
+  make -C ext GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  install -m644 gconf/gstreamer-0.10.schemas "${pkgdir}/usr/share/gconf/schemas/gstreamer0.10-good-plugins.schemas"
+}

Deleted: extra-i686/gstreamer0.10-good-plugins.install
===================================================================
--- extra-i686/gstreamer0.10-good-plugins.install	2016-08-07 19:37:03 UTC (rev 273457)
+++ extra-i686/gstreamer0.10-good-plugins.install	2016-08-07 19:37:51 UTC (rev 273458)
@@ -1,19 +0,0 @@
-pkgname=gstreamer0.10-good-plugins
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-    pre_remove
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}

Deleted: extra-i686/souptest.patch
===================================================================
--- extra-i686/souptest.patch	2016-08-07 19:37:03 UTC (rev 273457)
+++ extra-i686/souptest.patch	2016-08-07 19:37:51 UTC (rev 273458)
@@ -1,28 +0,0 @@
-From 5765db50a19498e3d1576b4279cb2ca984da9dcd Mon Sep 17 00:00:00 2001
-From: Edward Hervey <bilboed at bilboed.com>
-Date: Tue, 23 Sep 2014 09:47:31 +0200
-Subject: check/soup: Temporarily disable G_ENABLE_DIAGNOSTIC
-
-The SOUP_SERVER_PORT property has been deprecated in recent libsoup
-versions.
-
-diff --git a/tests/check/elements/souphttpsrc.c b/tests/check/elements/souphttpsrc.c
-index 33431ac..dfb682b 100644
---- a/tests/check/elements/souphttpsrc.c
-+++ b/tests/check/elements/souphttpsrc.c
-@@ -602,7 +602,12 @@ run_server (guint * http_port, guint * https_port)
- 
-   *http_port = *https_port = 0;
- 
-+  /* The G_ENABLE_DIAGNOSTIC is temporarily overriden to avoid
-+   * property deprecation warnings (for the SOUP_SERVER_PORT
-+   * property) */
-+  g_setenv ("G_ENABLE_DIAGNOSTIC", "0", TRUE);
-   server = soup_server_new (SOUP_SERVER_PORT, port, NULL);
-+  g_setenv ("G_ENABLE_DIAGNOSTIC", "1", TRUE);
-   if (!server) {
-     GST_DEBUG ("Unable to bind to server port %u", port);
-     return FALSE;
--- 
-cgit v0.10.2
-

Copied: gstreamer0.10-good/repos/extra-i686/souptest.patch (from rev 273457, gstreamer0.10-good/trunk/souptest.patch)
===================================================================
--- extra-i686/souptest.patch	                        (rev 0)
+++ extra-i686/souptest.patch	2016-08-07 19:37:51 UTC (rev 273458)
@@ -0,0 +1,28 @@
+From 5765db50a19498e3d1576b4279cb2ca984da9dcd Mon Sep 17 00:00:00 2001
+From: Edward Hervey <bilboed at bilboed.com>
+Date: Tue, 23 Sep 2014 09:47:31 +0200
+Subject: check/soup: Temporarily disable G_ENABLE_DIAGNOSTIC
+
+The SOUP_SERVER_PORT property has been deprecated in recent libsoup
+versions.
+
+diff --git a/tests/check/elements/souphttpsrc.c b/tests/check/elements/souphttpsrc.c
+index 33431ac..dfb682b 100644
+--- a/tests/check/elements/souphttpsrc.c
++++ b/tests/check/elements/souphttpsrc.c
+@@ -602,7 +602,12 @@ run_server (guint * http_port, guint * https_port)
+ 
+   *http_port = *https_port = 0;
+ 
++  /* The G_ENABLE_DIAGNOSTIC is temporarily overriden to avoid
++   * property deprecation warnings (for the SOUP_SERVER_PORT
++   * property) */
++  g_setenv ("G_ENABLE_DIAGNOSTIC", "0", TRUE);
+   server = soup_server_new (SOUP_SERVER_PORT, port, NULL);
++  g_setenv ("G_ENABLE_DIAGNOSTIC", "1", TRUE);
+   if (!server) {
+     GST_DEBUG ("Unable to bind to server port %u", port);
+     return FALSE;
+-- 
+cgit v0.10.2
+

Deleted: extra-i686/test-rtp-payloading.patch
===================================================================
--- extra-i686/test-rtp-payloading.patch	2016-08-07 19:37:03 UTC (rev 273457)
+++ extra-i686/test-rtp-payloading.patch	2016-08-07 19:37:51 UTC (rev 273458)
@@ -1,422 +0,0 @@
-From dca42d4767adff3578e5d5990604766735ec1f9b Mon Sep 17 00:00:00 2001
-From: Tim-Philipp Müller <tim.muller at collabora.co.uk>
-Date: Fri, 10 Feb 2012 13:44:43 +0000
-Subject: tests: clean up rtp-payloading test a little
-
-Feed data into the pipeline using appsrc instead of fdsrc and
-a pipe. Store unsigned byte values in guint8 instead of char.
-Getting rid of the capsfilter also helps to avoid 'format is
-not fully specified' warnings when pushing "video/x-h264" data
-into rtph264pay with fully specified h264 caps in the sink template.
----
-diff --git a/tests/check/elements/rtp-payloading.c b/tests/check/elements/rtp-payloading.c
-index b2160f4..7b4985b 100644
---- a/tests/check/elements/rtp-payloading.c
-+++ b/tests/check/elements/rtp-payloading.c
-@@ -31,13 +31,11 @@
- typedef struct
- {
-   GstElement *pipeline;
--  GstElement *fdsrc;
--  GstElement *capsfilter;
-+  GstElement *appsrc;
-   GstElement *rtppay;
-   GstElement *rtpdepay;
-   GstElement *fakesink;
--  int fd[2];
--  const char *frame_data;
-+  const guint8 *frame_data;
-   int frame_data_size;
-   int frame_count;
- } rtp_pipeline;
-@@ -140,13 +138,11 @@ rtp_bus_callback (GstBus * bus, GstMessage * message, gpointer data)
-  * The user must free the RTP pipeline when it's not used anymore.
-  */
- static rtp_pipeline *
--rtp_pipeline_create (const char *frame_data, int frame_data_size,
-+rtp_pipeline_create (const guint8 * frame_data, int frame_data_size,
-     int frame_count, const char *filtercaps, const char *pay, const char *depay)
- {
-   gchar *pipeline_name;
--
-   rtp_pipeline *p;
--
-   GstCaps *caps;
- 
-   /* Check parameters. */
-@@ -165,60 +161,39 @@ rtp_pipeline_create (const char *frame_data, int frame_data_size,
-   pipeline_name = g_strdup_printf ("%s-%s-pipeline", pay, depay);
-   p->pipeline = gst_pipeline_new (pipeline_name);
-   g_free (pipeline_name);
--  p->fdsrc = gst_element_factory_make ("fdsrc", NULL);
--  p->capsfilter = gst_element_factory_make ("capsfilter", NULL);
-+  p->appsrc = gst_element_factory_make ("appsrc", NULL);
-   p->rtppay = gst_element_factory_make (pay, NULL);
-   p->rtpdepay = gst_element_factory_make (depay, NULL);
-   p->fakesink = gst_element_factory_make ("fakesink", NULL);
- 
-   /* One or more elements are not created successfully or failed to create p? */
--  if (!p->pipeline || !p->fdsrc || !p->capsfilter || !p->rtppay || !p->rtpdepay
--      || !p->fakesink || pipe (p->fd) == -1) {
-+  if (!p->pipeline || !p->appsrc || !p->rtppay || !p->rtpdepay || !p->fakesink) {
-     /* Release created elements. */
-     RELEASE_ELEMENT (p->pipeline);
--    RELEASE_ELEMENT (p->fdsrc);
--    RELEASE_ELEMENT (p->capsfilter);
-+    RELEASE_ELEMENT (p->appsrc);
-     RELEASE_ELEMENT (p->rtppay);
-     RELEASE_ELEMENT (p->rtpdepay);
-     RELEASE_ELEMENT (p->fakesink);
- 
--    /* Close pipe. */
--    if (p->fd[0]) {
--      close (p->fd[0]);
--    }
--
--    if (p->fd[1]) {
--      close (p->fd[1]);
--    }
--
-     /* Release allocated memory. */
-     free (p);
- 
-     return NULL;
-   }
- 
--  /* Set fdsrc properties. */
--  g_object_set (p->fdsrc, "fd", p->fd[0], NULL);
--  g_object_set (p->fdsrc, "do-timestamp", TRUE, NULL);
--  g_object_set (p->fdsrc, "blocksize", p->frame_data_size, NULL);
--  g_object_set (p->fdsrc, "num-buffers", p->frame_count * LOOP_COUNT, NULL);
--
--  /* Set caps filters. */
-+  /* Set src properties. */
-   caps = gst_caps_from_string (filtercaps);
--
--  g_object_set (p->capsfilter, "caps", caps, NULL);
-+  g_object_set (p->appsrc, "do-timestamp", TRUE, "caps", caps, NULL);
-   gst_caps_unref (caps);
- 
-   /* Add elements to the pipeline. */
--  gst_bin_add (GST_BIN (p->pipeline), p->fdsrc);
--  gst_bin_add (GST_BIN (p->pipeline), p->capsfilter);
-+  gst_bin_add (GST_BIN (p->pipeline), p->appsrc);
-   gst_bin_add (GST_BIN (p->pipeline), p->rtppay);
-   gst_bin_add (GST_BIN (p->pipeline), p->rtpdepay);
-   gst_bin_add (GST_BIN (p->pipeline), p->fakesink);
- 
-   /* Link elements. */
--  gst_element_link (p->fdsrc, p->capsfilter);
--  gst_element_link (p->capsfilter, p->rtppay);
-+  gst_element_link (p->appsrc, p->rtppay);
-   gst_element_link (p->rtppay, p->rtpdepay);
-   gst_element_link (p->rtpdepay, p->fakesink);
- 
-@@ -240,15 +215,6 @@ rtp_pipeline_destroy (rtp_pipeline * p)
-   /* Release pipeline. */
-   RELEASE_ELEMENT (p->pipeline);
- 
--  /* Close pipe. */
--  if (p->fd[0]) {
--    close (p->fd[0]);
--  }
--
--  if (p->fd[1]) {
--    close (p->fd[1]);
--  }
--
-   /* Release allocated memory. */
-   free (p);
- }
-@@ -260,11 +226,10 @@ rtp_pipeline_destroy (rtp_pipeline * p)
- static void
- rtp_pipeline_run (rtp_pipeline * p)
- {
-+  GstFlowReturn flow_ret;
-   GMainLoop *mainloop = NULL;
--
-   GstBus *bus;
--
--  gint i;
-+  gint i, j;
- 
-   /* Check parameters. */
-   if (p == NULL) {
-@@ -286,22 +251,28 @@ rtp_pipeline_run (rtp_pipeline * p)
-   /* Set pipeline to PLAYING. */
-   gst_element_set_state (p->pipeline, GST_STATE_PLAYING);
- 
--  /* TODO: Writing may need some changes... */
--
-+  /* Push data into the pipeline */
-   for (i = 0; i < LOOP_COUNT; i++) {
--    const char *frame_data_pointer = p->frame_data;
--    int res;
--    int frame_count = p->frame_count;
--
--    /* Write in to the pipe. */
--    while (frame_count > 0) {
--      res = write (p->fd[1], frame_data_pointer, p->frame_data_size);
--      fail_unless_equals_int (res, p->frame_data_size);
--      frame_data_pointer += p->frame_data_size;
--      frame_count--;
-+    const guint8 *data = p->frame_data;
-+
-+    for (j = 0; j < p->frame_count; j++) {
-+      GstBuffer *buf;
-+
-+      buf = gst_buffer_new ();
-+      GST_BUFFER_DATA (buf) = (guint8 *) data;
-+      GST_BUFFER_SIZE (buf) = p->frame_data_size;
-+      GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_READONLY);
-+
-+      g_signal_emit_by_name (p->appsrc, "push-buffer", buf, &flow_ret);
-+      fail_unless_equals_int (flow_ret, GST_FLOW_OK);
-+      data += p->frame_data_size;
-+
-+      gst_buffer_unref (buf);
-     }
-   }
- 
-+  g_signal_emit_by_name (p->appsrc, "end-of-stream", &flow_ret);
-+
-   /* Run mainloop. */
-   g_main_loop_run (mainloop);
- 
-@@ -350,8 +321,8 @@ rtp_pipeline_enable_lists (rtp_pipeline * p, guint mtu_size)
-  * @use_lists enable buffer lists
-  */
- static void
--rtp_pipeline_test (const char *frame_data, int frame_data_size, int frame_count,
--    const char *filtercaps, const char *pay, const char *depay,
-+rtp_pipeline_test (const guint8 * frame_data, int frame_data_size,
-+    int frame_count, const char *filtercaps, const char *pay, const char *depay,
-     guint bytes_sent, guint mtu_size, gboolean use_lists)
- {
-   /* Create RTP pipeline. */
-@@ -380,7 +351,7 @@ rtp_pipeline_test (const char *frame_data, int frame_data_size, int frame_count,
-   }
- }
- 
--static char rtp_ilbc_frame_data[] =
-+static const guint8 rtp_ilbc_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -397,7 +368,7 @@ GST_START_TEST (rtp_ilbc)
- }
- 
- GST_END_TEST;
--static char rtp_gsm_frame_data[] =
-+static const guint8 rtp_gsm_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -414,7 +385,7 @@ GST_START_TEST (rtp_gsm)
- }
- 
- GST_END_TEST;
--static char rtp_amr_frame_data[] =
-+static const guint8 rtp_amr_frame_data[] =
-     { 0x3c, 0x24, 0x03, 0xb3, 0x48, 0x10, 0x68, 0x46, 0x6c, 0xec, 0x03,
-   0x7a, 0x37, 0x16, 0x41, 0x41, 0xc0, 0x00, 0x0d, 0xcd, 0x12, 0xed,
-   0xad, 0x80, 0x00, 0x00, 0x11, 0x31, 0x00, 0x00, 0x0d, 0xa0
-@@ -432,7 +403,7 @@ GST_START_TEST (rtp_amr)
- }
- 
- GST_END_TEST;
--static char rtp_pcma_frame_data[] =
-+static const guint8 rtp_pcma_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -449,7 +420,7 @@ GST_START_TEST (rtp_pcma)
- }
- 
- GST_END_TEST;
--static char rtp_pcmu_frame_data[] =
-+static const guint8 rtp_pcmu_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -466,7 +437,7 @@ GST_START_TEST (rtp_pcmu)
- }
- 
- GST_END_TEST;
--static char rtp_mpa_frame_data[] =
-+static const guint8 rtp_mpa_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -483,7 +454,7 @@ GST_START_TEST (rtp_mpa)
- }
- 
- GST_END_TEST;
--static char rtp_h263_frame_data[] =
-+static const guint8 rtp_h263_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -495,12 +466,12 @@ static int rtp_h263_frame_count = 1;
- GST_START_TEST (rtp_h263)
- {
-   rtp_pipeline_test (rtp_h263_frame_data, rtp_h263_frame_data_size,
--      rtp_h263_frame_count, "video/x-h263,variant=itu,h263version=h263",
-+      rtp_h263_frame_count, "video/x-h263,variant=(string)itu,h263version=h263",
-       "rtph263pay", "rtph263depay", 0, 0, FALSE);
- }
- 
- GST_END_TEST;
--static char rtp_h263p_frame_data[] =
-+static const guint8 rtp_h263p_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -512,12 +483,12 @@ static int rtp_h263p_frame_count = 1;
- GST_START_TEST (rtp_h263p)
- {
-   rtp_pipeline_test (rtp_h263p_frame_data, rtp_h263p_frame_data_size,
--      rtp_h263p_frame_count, "video/x-h263,variant=itu", "rtph263ppay",
-+      rtp_h263p_frame_count, "video/x-h263,variant=(string)itu", "rtph263ppay",
-       "rtph263pdepay", 0, 0, FALSE);
- }
- 
- GST_END_TEST;
--static char rtp_h264_frame_data[] =
-+static const guint8 rtp_h264_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -528,13 +499,14 @@ static int rtp_h264_frame_count = 1;
- 
- GST_START_TEST (rtp_h264)
- {
-+  /* FIXME 0.11: fully specify h264 caps (and make payloader check) */
-   rtp_pipeline_test (rtp_h264_frame_data, rtp_h264_frame_data_size,
-       rtp_h264_frame_count, "video/x-h264", "rtph264pay", "rtph264depay",
-       0, 0, FALSE);
- }
- 
- GST_END_TEST;
--static char rtp_h264_list_lt_mtu_frame_data[] =
-+static const guint8 rtp_h264_list_lt_mtu_frame_data[] =
-     /* not packetized, next NAL starts with 0001 */
- { 0x00, 0x00, 0x00, 0x01, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
-@@ -552,6 +524,7 @@ static int rtp_h264_list_lt_mtu_mtu_size = 1024;
- 
- GST_START_TEST (rtp_h264_list_lt_mtu)
- {
-+  /* FIXME 0.11: fully specify h264 caps (and make payloader check) */
-   rtp_pipeline_test (rtp_h264_list_lt_mtu_frame_data,
-       rtp_h264_list_lt_mtu_frame_data_size, rtp_h264_list_lt_mtu_frame_count,
-       "video/x-h264", "rtph264pay", "rtph264depay",
-@@ -559,7 +532,7 @@ GST_START_TEST (rtp_h264_list_lt_mtu)
- }
- 
- GST_END_TEST;
--static char rtp_h264_list_gt_mtu_frame_data[] =
-+static const guint8 rtp_h264_list_gt_mtu_frame_data[] =
-     /* not packetized, next NAL starts with 0001 */
- { 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-@@ -580,6 +553,7 @@ static int rtp_h264_list_gt_mtu_mty_size = 28;
- 
- GST_START_TEST (rtp_h264_list_gt_mtu)
- {
-+  /* FIXME 0.11: fully specify h264 caps (and make payloader check) */
-   rtp_pipeline_test (rtp_h264_list_gt_mtu_frame_data,
-       rtp_h264_list_gt_mtu_frame_data_size, rtp_h264_list_gt_mtu_frame_count,
-       "video/x-h264", "rtph264pay", "rtph264depay",
-@@ -587,7 +561,7 @@ GST_START_TEST (rtp_h264_list_gt_mtu)
- }
- 
- GST_END_TEST;
--static char rtp_L16_frame_data[] =
-+static const guint8 rtp_L16_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -605,7 +579,7 @@ GST_START_TEST (rtp_L16)
- }
- 
- GST_END_TEST;
--static char rtp_mp2t_frame_data[] =
-+static const guint8 rtp_mp2t_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -622,7 +596,7 @@ GST_START_TEST (rtp_mp2t)
- }
- 
- GST_END_TEST;
--static char rtp_mp4v_frame_data[] =
-+static const guint8 rtp_mp4v_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -639,7 +613,7 @@ GST_START_TEST (rtp_mp4v)
- }
- 
- GST_END_TEST;
--static char rtp_mp4v_list_frame_data[] =
-+static const guint8 rtp_mp4v_list_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -659,7 +633,7 @@ GST_START_TEST (rtp_mp4v_list)
- }
- 
- GST_END_TEST;
--static char rtp_mp4g_frame_data[] =
-+static const guint8 rtp_mp4g_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -677,7 +651,7 @@ GST_START_TEST (rtp_mp4g)
- }
- 
- GST_END_TEST;
--static char rtp_theora_frame_data[] =
-+static const guint8 rtp_theora_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -694,7 +668,7 @@ GST_START_TEST (rtp_theora)
- }
- 
- GST_END_TEST;
--static char rtp_vorbis_frame_data[] =
-+static const guint8 rtp_vorbis_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -711,7 +685,7 @@ GST_START_TEST (rtp_vorbis)
- }
- 
- GST_END_TEST;
--static char rtp_jpeg_frame_data[] =
-+static const guint8 rtp_jpeg_frame_data[] =
-     { /* SOF */ 0xFF, 0xC0, 0x00, 0x11, 0x08, 0x00, 0x08, 0x00, 0x08,
-   0x03, 0x00, 0x21, 0x08, 0x01, 0x11, 0x08, 0x02, 0x11, 0x08,
-   /* DQT */ 0xFF, 0xDB, 0x00, 0x43, 0x08,
-@@ -738,7 +712,7 @@ GST_START_TEST (rtp_jpeg)
- }
- 
- GST_END_TEST;
--static char rtp_jpeg_list_frame_data[] =
-+static const guint8 rtp_jpeg_list_frame_data[] =
-     { /* SOF */ 0xFF, 0xC0, 0x00, 0x11, 0x08, 0x00, 0x08, 0x00, 0x08,
-   0x03, 0x00, 0x21, 0x08, 0x01, 0x11, 0x08, 0x02, 0x11, 0x08,
-   /* DQT */ 0xFF, 0xDB, 0x00, 0x43, 0x08,
-@@ -767,7 +741,7 @@ GST_START_TEST (rtp_jpeg_list)
- }
- 
- GST_END_TEST;
--static char rtp_g729_frame_data[] =
-+static const guint8 rtp_g729_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
---
-cgit v0.9.0.2-2-gbebe

Copied: gstreamer0.10-good/repos/extra-i686/test-rtp-payloading.patch (from rev 273457, gstreamer0.10-good/trunk/test-rtp-payloading.patch)
===================================================================
--- extra-i686/test-rtp-payloading.patch	                        (rev 0)
+++ extra-i686/test-rtp-payloading.patch	2016-08-07 19:37:51 UTC (rev 273458)
@@ -0,0 +1,422 @@
+From dca42d4767adff3578e5d5990604766735ec1f9b Mon Sep 17 00:00:00 2001
+From: Tim-Philipp Müller <tim.muller at collabora.co.uk>
+Date: Fri, 10 Feb 2012 13:44:43 +0000
+Subject: tests: clean up rtp-payloading test a little
+
+Feed data into the pipeline using appsrc instead of fdsrc and
+a pipe. Store unsigned byte values in guint8 instead of char.
+Getting rid of the capsfilter also helps to avoid 'format is
+not fully specified' warnings when pushing "video/x-h264" data
+into rtph264pay with fully specified h264 caps in the sink template.
+---
+diff --git a/tests/check/elements/rtp-payloading.c b/tests/check/elements/rtp-payloading.c
+index b2160f4..7b4985b 100644
+--- a/tests/check/elements/rtp-payloading.c
++++ b/tests/check/elements/rtp-payloading.c
+@@ -31,13 +31,11 @@
+ typedef struct
+ {
+   GstElement *pipeline;
+-  GstElement *fdsrc;
+-  GstElement *capsfilter;
++  GstElement *appsrc;
+   GstElement *rtppay;
+   GstElement *rtpdepay;
+   GstElement *fakesink;
+-  int fd[2];
+-  const char *frame_data;
++  const guint8 *frame_data;
+   int frame_data_size;
+   int frame_count;
+ } rtp_pipeline;
+@@ -140,13 +138,11 @@ rtp_bus_callback (GstBus * bus, GstMessage * message, gpointer data)
+  * The user must free the RTP pipeline when it's not used anymore.
+  */
+ static rtp_pipeline *
+-rtp_pipeline_create (const char *frame_data, int frame_data_size,
++rtp_pipeline_create (const guint8 * frame_data, int frame_data_size,
+     int frame_count, const char *filtercaps, const char *pay, const char *depay)
+ {
+   gchar *pipeline_name;
+-
+   rtp_pipeline *p;
+-
+   GstCaps *caps;
+ 
+   /* Check parameters. */
+@@ -165,60 +161,39 @@ rtp_pipeline_create (const char *frame_data, int frame_data_size,
+   pipeline_name = g_strdup_printf ("%s-%s-pipeline", pay, depay);
+   p->pipeline = gst_pipeline_new (pipeline_name);
+   g_free (pipeline_name);
+-  p->fdsrc = gst_element_factory_make ("fdsrc", NULL);
+-  p->capsfilter = gst_element_factory_make ("capsfilter", NULL);
++  p->appsrc = gst_element_factory_make ("appsrc", NULL);
+   p->rtppay = gst_element_factory_make (pay, NULL);
+   p->rtpdepay = gst_element_factory_make (depay, NULL);
+   p->fakesink = gst_element_factory_make ("fakesink", NULL);
+ 
+   /* One or more elements are not created successfully or failed to create p? */
+-  if (!p->pipeline || !p->fdsrc || !p->capsfilter || !p->rtppay || !p->rtpdepay
+-      || !p->fakesink || pipe (p->fd) == -1) {
++  if (!p->pipeline || !p->appsrc || !p->rtppay || !p->rtpdepay || !p->fakesink) {
+     /* Release created elements. */
+     RELEASE_ELEMENT (p->pipeline);
+-    RELEASE_ELEMENT (p->fdsrc);
+-    RELEASE_ELEMENT (p->capsfilter);
++    RELEASE_ELEMENT (p->appsrc);
+     RELEASE_ELEMENT (p->rtppay);
+     RELEASE_ELEMENT (p->rtpdepay);
+     RELEASE_ELEMENT (p->fakesink);
+ 
+-    /* Close pipe. */
+-    if (p->fd[0]) {
+-      close (p->fd[0]);
+-    }
+-
+-    if (p->fd[1]) {
+-      close (p->fd[1]);
+-    }
+-
+     /* Release allocated memory. */
+     free (p);
+ 
+     return NULL;
+   }
+ 
+-  /* Set fdsrc properties. */
+-  g_object_set (p->fdsrc, "fd", p->fd[0], NULL);
+-  g_object_set (p->fdsrc, "do-timestamp", TRUE, NULL);
+-  g_object_set (p->fdsrc, "blocksize", p->frame_data_size, NULL);
+-  g_object_set (p->fdsrc, "num-buffers", p->frame_count * LOOP_COUNT, NULL);
+-
+-  /* Set caps filters. */
++  /* Set src properties. */
+   caps = gst_caps_from_string (filtercaps);
+-
+-  g_object_set (p->capsfilter, "caps", caps, NULL);
++  g_object_set (p->appsrc, "do-timestamp", TRUE, "caps", caps, NULL);
+   gst_caps_unref (caps);
+ 
+   /* Add elements to the pipeline. */
+-  gst_bin_add (GST_BIN (p->pipeline), p->fdsrc);
+-  gst_bin_add (GST_BIN (p->pipeline), p->capsfilter);
++  gst_bin_add (GST_BIN (p->pipeline), p->appsrc);
+   gst_bin_add (GST_BIN (p->pipeline), p->rtppay);
+   gst_bin_add (GST_BIN (p->pipeline), p->rtpdepay);
+   gst_bin_add (GST_BIN (p->pipeline), p->fakesink);
+ 
+   /* Link elements. */
+-  gst_element_link (p->fdsrc, p->capsfilter);
+-  gst_element_link (p->capsfilter, p->rtppay);
++  gst_element_link (p->appsrc, p->rtppay);
+   gst_element_link (p->rtppay, p->rtpdepay);
+   gst_element_link (p->rtpdepay, p->fakesink);
+ 
+@@ -240,15 +215,6 @@ rtp_pipeline_destroy (rtp_pipeline * p)
+   /* Release pipeline. */
+   RELEASE_ELEMENT (p->pipeline);
+ 
+-  /* Close pipe. */
+-  if (p->fd[0]) {
+-    close (p->fd[0]);
+-  }
+-
+-  if (p->fd[1]) {
+-    close (p->fd[1]);
+-  }
+-
+   /* Release allocated memory. */
+   free (p);
+ }
+@@ -260,11 +226,10 @@ rtp_pipeline_destroy (rtp_pipeline * p)
+ static void
+ rtp_pipeline_run (rtp_pipeline * p)
+ {
++  GstFlowReturn flow_ret;
+   GMainLoop *mainloop = NULL;
+-
+   GstBus *bus;
+-
+-  gint i;
++  gint i, j;
+ 
+   /* Check parameters. */
+   if (p == NULL) {
+@@ -286,22 +251,28 @@ rtp_pipeline_run (rtp_pipeline * p)
+   /* Set pipeline to PLAYING. */
+   gst_element_set_state (p->pipeline, GST_STATE_PLAYING);
+ 
+-  /* TODO: Writing may need some changes... */
+-
++  /* Push data into the pipeline */
+   for (i = 0; i < LOOP_COUNT; i++) {
+-    const char *frame_data_pointer = p->frame_data;
+-    int res;
+-    int frame_count = p->frame_count;
+-
+-    /* Write in to the pipe. */
+-    while (frame_count > 0) {
+-      res = write (p->fd[1], frame_data_pointer, p->frame_data_size);
+-      fail_unless_equals_int (res, p->frame_data_size);
+-      frame_data_pointer += p->frame_data_size;
+-      frame_count--;
++    const guint8 *data = p->frame_data;
++
++    for (j = 0; j < p->frame_count; j++) {
++      GstBuffer *buf;
++
++      buf = gst_buffer_new ();
++      GST_BUFFER_DATA (buf) = (guint8 *) data;
++      GST_BUFFER_SIZE (buf) = p->frame_data_size;
++      GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_READONLY);
++
++      g_signal_emit_by_name (p->appsrc, "push-buffer", buf, &flow_ret);
++      fail_unless_equals_int (flow_ret, GST_FLOW_OK);
++      data += p->frame_data_size;
++
++      gst_buffer_unref (buf);
+     }
+   }
+ 
++  g_signal_emit_by_name (p->appsrc, "end-of-stream", &flow_ret);
++
+   /* Run mainloop. */
+   g_main_loop_run (mainloop);
+ 
+@@ -350,8 +321,8 @@ rtp_pipeline_enable_lists (rtp_pipeline * p, guint mtu_size)
+  * @use_lists enable buffer lists
+  */
+ static void
+-rtp_pipeline_test (const char *frame_data, int frame_data_size, int frame_count,
+-    const char *filtercaps, const char *pay, const char *depay,
++rtp_pipeline_test (const guint8 * frame_data, int frame_data_size,
++    int frame_count, const char *filtercaps, const char *pay, const char *depay,
+     guint bytes_sent, guint mtu_size, gboolean use_lists)
+ {
+   /* Create RTP pipeline. */
+@@ -380,7 +351,7 @@ rtp_pipeline_test (const char *frame_data, int frame_data_size, int frame_count,
+   }
+ }
+ 
+-static char rtp_ilbc_frame_data[] =
++static const guint8 rtp_ilbc_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -397,7 +368,7 @@ GST_START_TEST (rtp_ilbc)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_gsm_frame_data[] =
++static const guint8 rtp_gsm_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -414,7 +385,7 @@ GST_START_TEST (rtp_gsm)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_amr_frame_data[] =
++static const guint8 rtp_amr_frame_data[] =
+     { 0x3c, 0x24, 0x03, 0xb3, 0x48, 0x10, 0x68, 0x46, 0x6c, 0xec, 0x03,
+   0x7a, 0x37, 0x16, 0x41, 0x41, 0xc0, 0x00, 0x0d, 0xcd, 0x12, 0xed,
+   0xad, 0x80, 0x00, 0x00, 0x11, 0x31, 0x00, 0x00, 0x0d, 0xa0
+@@ -432,7 +403,7 @@ GST_START_TEST (rtp_amr)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_pcma_frame_data[] =
++static const guint8 rtp_pcma_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -449,7 +420,7 @@ GST_START_TEST (rtp_pcma)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_pcmu_frame_data[] =
++static const guint8 rtp_pcmu_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -466,7 +437,7 @@ GST_START_TEST (rtp_pcmu)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_mpa_frame_data[] =
++static const guint8 rtp_mpa_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -483,7 +454,7 @@ GST_START_TEST (rtp_mpa)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_h263_frame_data[] =
++static const guint8 rtp_h263_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -495,12 +466,12 @@ static int rtp_h263_frame_count = 1;
+ GST_START_TEST (rtp_h263)
+ {
+   rtp_pipeline_test (rtp_h263_frame_data, rtp_h263_frame_data_size,
+-      rtp_h263_frame_count, "video/x-h263,variant=itu,h263version=h263",
++      rtp_h263_frame_count, "video/x-h263,variant=(string)itu,h263version=h263",
+       "rtph263pay", "rtph263depay", 0, 0, FALSE);
+ }
+ 
+ GST_END_TEST;
+-static char rtp_h263p_frame_data[] =
++static const guint8 rtp_h263p_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -512,12 +483,12 @@ static int rtp_h263p_frame_count = 1;
+ GST_START_TEST (rtp_h263p)
+ {
+   rtp_pipeline_test (rtp_h263p_frame_data, rtp_h263p_frame_data_size,
+-      rtp_h263p_frame_count, "video/x-h263,variant=itu", "rtph263ppay",
++      rtp_h263p_frame_count, "video/x-h263,variant=(string)itu", "rtph263ppay",
+       "rtph263pdepay", 0, 0, FALSE);
+ }
+ 
+ GST_END_TEST;
+-static char rtp_h264_frame_data[] =
++static const guint8 rtp_h264_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -528,13 +499,14 @@ static int rtp_h264_frame_count = 1;
+ 
+ GST_START_TEST (rtp_h264)
+ {
++  /* FIXME 0.11: fully specify h264 caps (and make payloader check) */
+   rtp_pipeline_test (rtp_h264_frame_data, rtp_h264_frame_data_size,
+       rtp_h264_frame_count, "video/x-h264", "rtph264pay", "rtph264depay",
+       0, 0, FALSE);
+ }
+ 
+ GST_END_TEST;
+-static char rtp_h264_list_lt_mtu_frame_data[] =
++static const guint8 rtp_h264_list_lt_mtu_frame_data[] =
+     /* not packetized, next NAL starts with 0001 */
+ { 0x00, 0x00, 0x00, 0x01, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
+@@ -552,6 +524,7 @@ static int rtp_h264_list_lt_mtu_mtu_size = 1024;
+ 
+ GST_START_TEST (rtp_h264_list_lt_mtu)
+ {
++  /* FIXME 0.11: fully specify h264 caps (and make payloader check) */
+   rtp_pipeline_test (rtp_h264_list_lt_mtu_frame_data,
+       rtp_h264_list_lt_mtu_frame_data_size, rtp_h264_list_lt_mtu_frame_count,
+       "video/x-h264", "rtph264pay", "rtph264depay",
+@@ -559,7 +532,7 @@ GST_START_TEST (rtp_h264_list_lt_mtu)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_h264_list_gt_mtu_frame_data[] =
++static const guint8 rtp_h264_list_gt_mtu_frame_data[] =
+     /* not packetized, next NAL starts with 0001 */
+ { 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+@@ -580,6 +553,7 @@ static int rtp_h264_list_gt_mtu_mty_size = 28;
+ 
+ GST_START_TEST (rtp_h264_list_gt_mtu)
+ {
++  /* FIXME 0.11: fully specify h264 caps (and make payloader check) */
+   rtp_pipeline_test (rtp_h264_list_gt_mtu_frame_data,
+       rtp_h264_list_gt_mtu_frame_data_size, rtp_h264_list_gt_mtu_frame_count,
+       "video/x-h264", "rtph264pay", "rtph264depay",
+@@ -587,7 +561,7 @@ GST_START_TEST (rtp_h264_list_gt_mtu)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_L16_frame_data[] =
++static const guint8 rtp_L16_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -605,7 +579,7 @@ GST_START_TEST (rtp_L16)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_mp2t_frame_data[] =
++static const guint8 rtp_mp2t_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -622,7 +596,7 @@ GST_START_TEST (rtp_mp2t)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_mp4v_frame_data[] =
++static const guint8 rtp_mp4v_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -639,7 +613,7 @@ GST_START_TEST (rtp_mp4v)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_mp4v_list_frame_data[] =
++static const guint8 rtp_mp4v_list_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -659,7 +633,7 @@ GST_START_TEST (rtp_mp4v_list)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_mp4g_frame_data[] =
++static const guint8 rtp_mp4g_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -677,7 +651,7 @@ GST_START_TEST (rtp_mp4g)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_theora_frame_data[] =
++static const guint8 rtp_theora_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -694,7 +668,7 @@ GST_START_TEST (rtp_theora)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_vorbis_frame_data[] =
++static const guint8 rtp_vorbis_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -711,7 +685,7 @@ GST_START_TEST (rtp_vorbis)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_jpeg_frame_data[] =
++static const guint8 rtp_jpeg_frame_data[] =
+     { /* SOF */ 0xFF, 0xC0, 0x00, 0x11, 0x08, 0x00, 0x08, 0x00, 0x08,
+   0x03, 0x00, 0x21, 0x08, 0x01, 0x11, 0x08, 0x02, 0x11, 0x08,
+   /* DQT */ 0xFF, 0xDB, 0x00, 0x43, 0x08,
+@@ -738,7 +712,7 @@ GST_START_TEST (rtp_jpeg)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_jpeg_list_frame_data[] =
++static const guint8 rtp_jpeg_list_frame_data[] =
+     { /* SOF */ 0xFF, 0xC0, 0x00, 0x11, 0x08, 0x00, 0x08, 0x00, 0x08,
+   0x03, 0x00, 0x21, 0x08, 0x01, 0x11, 0x08, 0x02, 0x11, 0x08,
+   /* DQT */ 0xFF, 0xDB, 0x00, 0x43, 0x08,
+@@ -767,7 +741,7 @@ GST_START_TEST (rtp_jpeg_list)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_g729_frame_data[] =
++static const guint8 rtp_g729_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+--
+cgit v0.9.0.2-2-gbebe

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-08-07 19:37:03 UTC (rev 273457)
+++ extra-x86_64/PKGBUILD	2016-08-07 19:37:51 UTC (rev 273458)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=gstreamer0.10-good
-pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
-pkgver=0.10.31
-pkgrel=10
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 'git' 'cairo' 'libgudev')
-url="http://gstreamer.freedesktop.org/"
-options=(!emptydirs)
-source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-good#commit=e28fd8886f05bb51c147f871f3a1db2fc2b735a9"
-        test-rtp-payloading.patch
-        souptest.patch)
-sha256sums=('SKIP'
-            'c2f7f07f9bf5ca3afddc81d0a44665d2d54b1e9aea0ef1b25d219cf34bf7bb29'
-            '3a74492c3d2939efabe7e22211c2350084e0a8cc3af23f553130f1e774c5f1e1')
-
-prepare() {
-  cd gst-plugins-good
-
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
-
-  patch -Np1 -i ../test-rtp-payloading.patch
-  patch -Np1 -i ../souptest.patch
-}
-
-build() {
-  cd gst-plugins-good
-  NOCONFIGURE=1 ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --disable-static --enable-experimental \
-    --disable-schemas-install \
-    --disable-hal \
-    --disable-esd \
-    --disable-gtk-doc \
-    --with-package-name="GStreamer Good Plugins (Archlinux)" \
-    --with-package-origin="http://www.archlinux.org/"
-
-  make
-  sed -e 's/gst sys ext/gst/' -i Makefile
-}
-
-check() {
-  cd gst-plugins-good
-  make check
-}
-
-package_gstreamer0.10-good() {
-  depends=('gstreamer0.10-base>=0.10.34' 'bzip2')
-  pkgdesc="GStreamer Multimedia Framework Good plugin libraries"
-
-  cd gst-plugins-good
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/etc/gconf"
-}
-
-package_gstreamer0.10-good-plugins() {
-  depends=("gstreamer0.10-good=${pkgver}" 'libavc1394' 'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'libpng' 'libjpeg' 'jack' 'libpulse' 'cairo' 'gdk-pixbuf2' 'libgudev')
-  pkgdesc="GStreamer Multimedia Framework Good Plugins (gst-plugins-good)"
-  groups=('gstreamer0.10-plugins')
-  replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 'gstreamer0.10-soup' 'gstreamer0.10-pulse')
-  conflicts=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 'gstreamer0.10-bad-plugins<0.10.7' 'gstreamer0.10-soup' 'gstreamer0.10-pulse')
-  install=gstreamer0.10-good-plugins.install
-
-  cd gst-plugins-good
-  make -C sys DESTDIR="${pkgdir}" install
-  make -C ext GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  install -m644 gconf/gstreamer-0.10.schemas "${pkgdir}/usr/share/gconf/schemas/gstreamer0.10-good-plugins.schemas"
-}

Copied: gstreamer0.10-good/repos/extra-x86_64/PKGBUILD (from rev 273457, gstreamer0.10-good/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-08-07 19:37:51 UTC (rev 273458)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=gstreamer0.10-good
+pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
+pkgver=0.10.31
+pkgrel=10
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 'git' 'cairo' 'libgudev')
+url="http://gstreamer.freedesktop.org/"
+options=(!emptydirs)
+source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-good#commit=e28fd8886f05bb51c147f871f3a1db2fc2b735a9"
+        test-rtp-payloading.patch
+        souptest.patch)
+sha256sums=('SKIP'
+            'c2f7f07f9bf5ca3afddc81d0a44665d2d54b1e9aea0ef1b25d219cf34bf7bb29'
+            '3a74492c3d2939efabe7e22211c2350084e0a8cc3af23f553130f1e774c5f1e1')
+
+prepare() {
+  cd gst-plugins-good
+
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
+
+  patch -Np1 -i ../test-rtp-payloading.patch
+  patch -Np1 -i ../souptest.patch
+}
+
+build() {
+  cd gst-plugins-good
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static --enable-experimental \
+    --disable-schemas-install \
+    --disable-hal \
+    --disable-esd \
+    --disable-gtk-doc \
+    --with-package-name="GStreamer Good Plugins (Archlinux)" \
+    --with-package-origin="http://www.archlinux.org/"
+
+  make
+  sed -e 's/gst sys ext/gst/' -i Makefile
+}
+
+check() {
+  cd gst-plugins-good
+  make check
+}
+
+package_gstreamer0.10-good() {
+  depends=('gstreamer0.10-base>=0.10.34' 'bzip2')
+  pkgdesc="GStreamer Multimedia Framework Good plugin libraries"
+
+  cd gst-plugins-good
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/etc/gconf"
+}
+
+package_gstreamer0.10-good-plugins() {
+  depends=("gstreamer0.10-good=${pkgver}" 'libavc1394' 'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'libpng' 'libjpeg' 'jack' 'libpulse' 'cairo' 'gdk-pixbuf2' 'libgudev')
+  pkgdesc="GStreamer Multimedia Framework Good Plugins (gst-plugins-good)"
+  groups=('gstreamer0.10-plugins')
+  replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 'gstreamer0.10-soup' 'gstreamer0.10-pulse')
+  conflicts=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 'gstreamer0.10-bad-plugins<0.10.7' 'gstreamer0.10-soup' 'gstreamer0.10-pulse')
+
+  cd gst-plugins-good
+  make -C sys DESTDIR="${pkgdir}" install
+  make -C ext GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  install -m644 gconf/gstreamer-0.10.schemas "${pkgdir}/usr/share/gconf/schemas/gstreamer0.10-good-plugins.schemas"
+}

Deleted: extra-x86_64/gstreamer0.10-good-plugins.install
===================================================================
--- extra-x86_64/gstreamer0.10-good-plugins.install	2016-08-07 19:37:03 UTC (rev 273457)
+++ extra-x86_64/gstreamer0.10-good-plugins.install	2016-08-07 19:37:51 UTC (rev 273458)
@@ -1,19 +0,0 @@
-pkgname=gstreamer0.10-good-plugins
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-    pre_remove
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}

Deleted: extra-x86_64/souptest.patch
===================================================================
--- extra-x86_64/souptest.patch	2016-08-07 19:37:03 UTC (rev 273457)
+++ extra-x86_64/souptest.patch	2016-08-07 19:37:51 UTC (rev 273458)
@@ -1,28 +0,0 @@
-From 5765db50a19498e3d1576b4279cb2ca984da9dcd Mon Sep 17 00:00:00 2001
-From: Edward Hervey <bilboed at bilboed.com>
-Date: Tue, 23 Sep 2014 09:47:31 +0200
-Subject: check/soup: Temporarily disable G_ENABLE_DIAGNOSTIC
-
-The SOUP_SERVER_PORT property has been deprecated in recent libsoup
-versions.
-
-diff --git a/tests/check/elements/souphttpsrc.c b/tests/check/elements/souphttpsrc.c
-index 33431ac..dfb682b 100644
---- a/tests/check/elements/souphttpsrc.c
-+++ b/tests/check/elements/souphttpsrc.c
-@@ -602,7 +602,12 @@ run_server (guint * http_port, guint * https_port)
- 
-   *http_port = *https_port = 0;
- 
-+  /* The G_ENABLE_DIAGNOSTIC is temporarily overriden to avoid
-+   * property deprecation warnings (for the SOUP_SERVER_PORT
-+   * property) */
-+  g_setenv ("G_ENABLE_DIAGNOSTIC", "0", TRUE);
-   server = soup_server_new (SOUP_SERVER_PORT, port, NULL);
-+  g_setenv ("G_ENABLE_DIAGNOSTIC", "1", TRUE);
-   if (!server) {
-     GST_DEBUG ("Unable to bind to server port %u", port);
-     return FALSE;
--- 
-cgit v0.10.2
-

Copied: gstreamer0.10-good/repos/extra-x86_64/souptest.patch (from rev 273457, gstreamer0.10-good/trunk/souptest.patch)
===================================================================
--- extra-x86_64/souptest.patch	                        (rev 0)
+++ extra-x86_64/souptest.patch	2016-08-07 19:37:51 UTC (rev 273458)
@@ -0,0 +1,28 @@
+From 5765db50a19498e3d1576b4279cb2ca984da9dcd Mon Sep 17 00:00:00 2001
+From: Edward Hervey <bilboed at bilboed.com>
+Date: Tue, 23 Sep 2014 09:47:31 +0200
+Subject: check/soup: Temporarily disable G_ENABLE_DIAGNOSTIC
+
+The SOUP_SERVER_PORT property has been deprecated in recent libsoup
+versions.
+
+diff --git a/tests/check/elements/souphttpsrc.c b/tests/check/elements/souphttpsrc.c
+index 33431ac..dfb682b 100644
+--- a/tests/check/elements/souphttpsrc.c
++++ b/tests/check/elements/souphttpsrc.c
+@@ -602,7 +602,12 @@ run_server (guint * http_port, guint * https_port)
+ 
+   *http_port = *https_port = 0;
+ 
++  /* The G_ENABLE_DIAGNOSTIC is temporarily overriden to avoid
++   * property deprecation warnings (for the SOUP_SERVER_PORT
++   * property) */
++  g_setenv ("G_ENABLE_DIAGNOSTIC", "0", TRUE);
+   server = soup_server_new (SOUP_SERVER_PORT, port, NULL);
++  g_setenv ("G_ENABLE_DIAGNOSTIC", "1", TRUE);
+   if (!server) {
+     GST_DEBUG ("Unable to bind to server port %u", port);
+     return FALSE;
+-- 
+cgit v0.10.2
+

Deleted: extra-x86_64/test-rtp-payloading.patch
===================================================================
--- extra-x86_64/test-rtp-payloading.patch	2016-08-07 19:37:03 UTC (rev 273457)
+++ extra-x86_64/test-rtp-payloading.patch	2016-08-07 19:37:51 UTC (rev 273458)
@@ -1,422 +0,0 @@
-From dca42d4767adff3578e5d5990604766735ec1f9b Mon Sep 17 00:00:00 2001
-From: Tim-Philipp Müller <tim.muller at collabora.co.uk>
-Date: Fri, 10 Feb 2012 13:44:43 +0000
-Subject: tests: clean up rtp-payloading test a little
-
-Feed data into the pipeline using appsrc instead of fdsrc and
-a pipe. Store unsigned byte values in guint8 instead of char.
-Getting rid of the capsfilter also helps to avoid 'format is
-not fully specified' warnings when pushing "video/x-h264" data
-into rtph264pay with fully specified h264 caps in the sink template.
----
-diff --git a/tests/check/elements/rtp-payloading.c b/tests/check/elements/rtp-payloading.c
-index b2160f4..7b4985b 100644
---- a/tests/check/elements/rtp-payloading.c
-+++ b/tests/check/elements/rtp-payloading.c
-@@ -31,13 +31,11 @@
- typedef struct
- {
-   GstElement *pipeline;
--  GstElement *fdsrc;
--  GstElement *capsfilter;
-+  GstElement *appsrc;
-   GstElement *rtppay;
-   GstElement *rtpdepay;
-   GstElement *fakesink;
--  int fd[2];
--  const char *frame_data;
-+  const guint8 *frame_data;
-   int frame_data_size;
-   int frame_count;
- } rtp_pipeline;
-@@ -140,13 +138,11 @@ rtp_bus_callback (GstBus * bus, GstMessage * message, gpointer data)
-  * The user must free the RTP pipeline when it's not used anymore.
-  */
- static rtp_pipeline *
--rtp_pipeline_create (const char *frame_data, int frame_data_size,
-+rtp_pipeline_create (const guint8 * frame_data, int frame_data_size,
-     int frame_count, const char *filtercaps, const char *pay, const char *depay)
- {
-   gchar *pipeline_name;
--
-   rtp_pipeline *p;
--
-   GstCaps *caps;
- 
-   /* Check parameters. */
-@@ -165,60 +161,39 @@ rtp_pipeline_create (const char *frame_data, int frame_data_size,
-   pipeline_name = g_strdup_printf ("%s-%s-pipeline", pay, depay);
-   p->pipeline = gst_pipeline_new (pipeline_name);
-   g_free (pipeline_name);
--  p->fdsrc = gst_element_factory_make ("fdsrc", NULL);
--  p->capsfilter = gst_element_factory_make ("capsfilter", NULL);
-+  p->appsrc = gst_element_factory_make ("appsrc", NULL);
-   p->rtppay = gst_element_factory_make (pay, NULL);
-   p->rtpdepay = gst_element_factory_make (depay, NULL);
-   p->fakesink = gst_element_factory_make ("fakesink", NULL);
- 
-   /* One or more elements are not created successfully or failed to create p? */
--  if (!p->pipeline || !p->fdsrc || !p->capsfilter || !p->rtppay || !p->rtpdepay
--      || !p->fakesink || pipe (p->fd) == -1) {
-+  if (!p->pipeline || !p->appsrc || !p->rtppay || !p->rtpdepay || !p->fakesink) {
-     /* Release created elements. */
-     RELEASE_ELEMENT (p->pipeline);
--    RELEASE_ELEMENT (p->fdsrc);
--    RELEASE_ELEMENT (p->capsfilter);
-+    RELEASE_ELEMENT (p->appsrc);
-     RELEASE_ELEMENT (p->rtppay);
-     RELEASE_ELEMENT (p->rtpdepay);
-     RELEASE_ELEMENT (p->fakesink);
- 
--    /* Close pipe. */
--    if (p->fd[0]) {
--      close (p->fd[0]);
--    }
--
--    if (p->fd[1]) {
--      close (p->fd[1]);
--    }
--
-     /* Release allocated memory. */
-     free (p);
- 
-     return NULL;
-   }
- 
--  /* Set fdsrc properties. */
--  g_object_set (p->fdsrc, "fd", p->fd[0], NULL);
--  g_object_set (p->fdsrc, "do-timestamp", TRUE, NULL);
--  g_object_set (p->fdsrc, "blocksize", p->frame_data_size, NULL);
--  g_object_set (p->fdsrc, "num-buffers", p->frame_count * LOOP_COUNT, NULL);
--
--  /* Set caps filters. */
-+  /* Set src properties. */
-   caps = gst_caps_from_string (filtercaps);
--
--  g_object_set (p->capsfilter, "caps", caps, NULL);
-+  g_object_set (p->appsrc, "do-timestamp", TRUE, "caps", caps, NULL);
-   gst_caps_unref (caps);
- 
-   /* Add elements to the pipeline. */
--  gst_bin_add (GST_BIN (p->pipeline), p->fdsrc);
--  gst_bin_add (GST_BIN (p->pipeline), p->capsfilter);
-+  gst_bin_add (GST_BIN (p->pipeline), p->appsrc);
-   gst_bin_add (GST_BIN (p->pipeline), p->rtppay);
-   gst_bin_add (GST_BIN (p->pipeline), p->rtpdepay);
-   gst_bin_add (GST_BIN (p->pipeline), p->fakesink);
- 
-   /* Link elements. */
--  gst_element_link (p->fdsrc, p->capsfilter);
--  gst_element_link (p->capsfilter, p->rtppay);
-+  gst_element_link (p->appsrc, p->rtppay);
-   gst_element_link (p->rtppay, p->rtpdepay);
-   gst_element_link (p->rtpdepay, p->fakesink);
- 
-@@ -240,15 +215,6 @@ rtp_pipeline_destroy (rtp_pipeline * p)
-   /* Release pipeline. */
-   RELEASE_ELEMENT (p->pipeline);
- 
--  /* Close pipe. */
--  if (p->fd[0]) {
--    close (p->fd[0]);
--  }
--
--  if (p->fd[1]) {
--    close (p->fd[1]);
--  }
--
-   /* Release allocated memory. */
-   free (p);
- }
-@@ -260,11 +226,10 @@ rtp_pipeline_destroy (rtp_pipeline * p)
- static void
- rtp_pipeline_run (rtp_pipeline * p)
- {
-+  GstFlowReturn flow_ret;
-   GMainLoop *mainloop = NULL;
--
-   GstBus *bus;
--
--  gint i;
-+  gint i, j;
- 
-   /* Check parameters. */
-   if (p == NULL) {
-@@ -286,22 +251,28 @@ rtp_pipeline_run (rtp_pipeline * p)
-   /* Set pipeline to PLAYING. */
-   gst_element_set_state (p->pipeline, GST_STATE_PLAYING);
- 
--  /* TODO: Writing may need some changes... */
--
-+  /* Push data into the pipeline */
-   for (i = 0; i < LOOP_COUNT; i++) {
--    const char *frame_data_pointer = p->frame_data;
--    int res;
--    int frame_count = p->frame_count;
--
--    /* Write in to the pipe. */
--    while (frame_count > 0) {
--      res = write (p->fd[1], frame_data_pointer, p->frame_data_size);
--      fail_unless_equals_int (res, p->frame_data_size);
--      frame_data_pointer += p->frame_data_size;
--      frame_count--;
-+    const guint8 *data = p->frame_data;
-+
-+    for (j = 0; j < p->frame_count; j++) {
-+      GstBuffer *buf;
-+
-+      buf = gst_buffer_new ();
-+      GST_BUFFER_DATA (buf) = (guint8 *) data;
-+      GST_BUFFER_SIZE (buf) = p->frame_data_size;
-+      GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_READONLY);
-+
-+      g_signal_emit_by_name (p->appsrc, "push-buffer", buf, &flow_ret);
-+      fail_unless_equals_int (flow_ret, GST_FLOW_OK);
-+      data += p->frame_data_size;
-+
-+      gst_buffer_unref (buf);
-     }
-   }
- 
-+  g_signal_emit_by_name (p->appsrc, "end-of-stream", &flow_ret);
-+
-   /* Run mainloop. */
-   g_main_loop_run (mainloop);
- 
-@@ -350,8 +321,8 @@ rtp_pipeline_enable_lists (rtp_pipeline * p, guint mtu_size)
-  * @use_lists enable buffer lists
-  */
- static void
--rtp_pipeline_test (const char *frame_data, int frame_data_size, int frame_count,
--    const char *filtercaps, const char *pay, const char *depay,
-+rtp_pipeline_test (const guint8 * frame_data, int frame_data_size,
-+    int frame_count, const char *filtercaps, const char *pay, const char *depay,
-     guint bytes_sent, guint mtu_size, gboolean use_lists)
- {
-   /* Create RTP pipeline. */
-@@ -380,7 +351,7 @@ rtp_pipeline_test (const char *frame_data, int frame_data_size, int frame_count,
-   }
- }
- 
--static char rtp_ilbc_frame_data[] =
-+static const guint8 rtp_ilbc_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -397,7 +368,7 @@ GST_START_TEST (rtp_ilbc)
- }
- 
- GST_END_TEST;
--static char rtp_gsm_frame_data[] =
-+static const guint8 rtp_gsm_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -414,7 +385,7 @@ GST_START_TEST (rtp_gsm)
- }
- 
- GST_END_TEST;
--static char rtp_amr_frame_data[] =
-+static const guint8 rtp_amr_frame_data[] =
-     { 0x3c, 0x24, 0x03, 0xb3, 0x48, 0x10, 0x68, 0x46, 0x6c, 0xec, 0x03,
-   0x7a, 0x37, 0x16, 0x41, 0x41, 0xc0, 0x00, 0x0d, 0xcd, 0x12, 0xed,
-   0xad, 0x80, 0x00, 0x00, 0x11, 0x31, 0x00, 0x00, 0x0d, 0xa0
-@@ -432,7 +403,7 @@ GST_START_TEST (rtp_amr)
- }
- 
- GST_END_TEST;
--static char rtp_pcma_frame_data[] =
-+static const guint8 rtp_pcma_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -449,7 +420,7 @@ GST_START_TEST (rtp_pcma)
- }
- 
- GST_END_TEST;
--static char rtp_pcmu_frame_data[] =
-+static const guint8 rtp_pcmu_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -466,7 +437,7 @@ GST_START_TEST (rtp_pcmu)
- }
- 
- GST_END_TEST;
--static char rtp_mpa_frame_data[] =
-+static const guint8 rtp_mpa_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -483,7 +454,7 @@ GST_START_TEST (rtp_mpa)
- }
- 
- GST_END_TEST;
--static char rtp_h263_frame_data[] =
-+static const guint8 rtp_h263_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -495,12 +466,12 @@ static int rtp_h263_frame_count = 1;
- GST_START_TEST (rtp_h263)
- {
-   rtp_pipeline_test (rtp_h263_frame_data, rtp_h263_frame_data_size,
--      rtp_h263_frame_count, "video/x-h263,variant=itu,h263version=h263",
-+      rtp_h263_frame_count, "video/x-h263,variant=(string)itu,h263version=h263",
-       "rtph263pay", "rtph263depay", 0, 0, FALSE);
- }
- 
- GST_END_TEST;
--static char rtp_h263p_frame_data[] =
-+static const guint8 rtp_h263p_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -512,12 +483,12 @@ static int rtp_h263p_frame_count = 1;
- GST_START_TEST (rtp_h263p)
- {
-   rtp_pipeline_test (rtp_h263p_frame_data, rtp_h263p_frame_data_size,
--      rtp_h263p_frame_count, "video/x-h263,variant=itu", "rtph263ppay",
-+      rtp_h263p_frame_count, "video/x-h263,variant=(string)itu", "rtph263ppay",
-       "rtph263pdepay", 0, 0, FALSE);
- }
- 
- GST_END_TEST;
--static char rtp_h264_frame_data[] =
-+static const guint8 rtp_h264_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -528,13 +499,14 @@ static int rtp_h264_frame_count = 1;
- 
- GST_START_TEST (rtp_h264)
- {
-+  /* FIXME 0.11: fully specify h264 caps (and make payloader check) */
-   rtp_pipeline_test (rtp_h264_frame_data, rtp_h264_frame_data_size,
-       rtp_h264_frame_count, "video/x-h264", "rtph264pay", "rtph264depay",
-       0, 0, FALSE);
- }
- 
- GST_END_TEST;
--static char rtp_h264_list_lt_mtu_frame_data[] =
-+static const guint8 rtp_h264_list_lt_mtu_frame_data[] =
-     /* not packetized, next NAL starts with 0001 */
- { 0x00, 0x00, 0x00, 0x01, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
-@@ -552,6 +524,7 @@ static int rtp_h264_list_lt_mtu_mtu_size = 1024;
- 
- GST_START_TEST (rtp_h264_list_lt_mtu)
- {
-+  /* FIXME 0.11: fully specify h264 caps (and make payloader check) */
-   rtp_pipeline_test (rtp_h264_list_lt_mtu_frame_data,
-       rtp_h264_list_lt_mtu_frame_data_size, rtp_h264_list_lt_mtu_frame_count,
-       "video/x-h264", "rtph264pay", "rtph264depay",
-@@ -559,7 +532,7 @@ GST_START_TEST (rtp_h264_list_lt_mtu)
- }
- 
- GST_END_TEST;
--static char rtp_h264_list_gt_mtu_frame_data[] =
-+static const guint8 rtp_h264_list_gt_mtu_frame_data[] =
-     /* not packetized, next NAL starts with 0001 */
- { 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-@@ -580,6 +553,7 @@ static int rtp_h264_list_gt_mtu_mty_size = 28;
- 
- GST_START_TEST (rtp_h264_list_gt_mtu)
- {
-+  /* FIXME 0.11: fully specify h264 caps (and make payloader check) */
-   rtp_pipeline_test (rtp_h264_list_gt_mtu_frame_data,
-       rtp_h264_list_gt_mtu_frame_data_size, rtp_h264_list_gt_mtu_frame_count,
-       "video/x-h264", "rtph264pay", "rtph264depay",
-@@ -587,7 +561,7 @@ GST_START_TEST (rtp_h264_list_gt_mtu)
- }
- 
- GST_END_TEST;
--static char rtp_L16_frame_data[] =
-+static const guint8 rtp_L16_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -605,7 +579,7 @@ GST_START_TEST (rtp_L16)
- }
- 
- GST_END_TEST;
--static char rtp_mp2t_frame_data[] =
-+static const guint8 rtp_mp2t_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -622,7 +596,7 @@ GST_START_TEST (rtp_mp2t)
- }
- 
- GST_END_TEST;
--static char rtp_mp4v_frame_data[] =
-+static const guint8 rtp_mp4v_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -639,7 +613,7 @@ GST_START_TEST (rtp_mp4v)
- }
- 
- GST_END_TEST;
--static char rtp_mp4v_list_frame_data[] =
-+static const guint8 rtp_mp4v_list_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -659,7 +633,7 @@ GST_START_TEST (rtp_mp4v_list)
- }
- 
- GST_END_TEST;
--static char rtp_mp4g_frame_data[] =
-+static const guint8 rtp_mp4g_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -677,7 +651,7 @@ GST_START_TEST (rtp_mp4g)
- }
- 
- GST_END_TEST;
--static char rtp_theora_frame_data[] =
-+static const guint8 rtp_theora_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -694,7 +668,7 @@ GST_START_TEST (rtp_theora)
- }
- 
- GST_END_TEST;
--static char rtp_vorbis_frame_data[] =
-+static const guint8 rtp_vorbis_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
-@@ -711,7 +685,7 @@ GST_START_TEST (rtp_vorbis)
- }
- 
- GST_END_TEST;
--static char rtp_jpeg_frame_data[] =
-+static const guint8 rtp_jpeg_frame_data[] =
-     { /* SOF */ 0xFF, 0xC0, 0x00, 0x11, 0x08, 0x00, 0x08, 0x00, 0x08,
-   0x03, 0x00, 0x21, 0x08, 0x01, 0x11, 0x08, 0x02, 0x11, 0x08,
-   /* DQT */ 0xFF, 0xDB, 0x00, 0x43, 0x08,
-@@ -738,7 +712,7 @@ GST_START_TEST (rtp_jpeg)
- }
- 
- GST_END_TEST;
--static char rtp_jpeg_list_frame_data[] =
-+static const guint8 rtp_jpeg_list_frame_data[] =
-     { /* SOF */ 0xFF, 0xC0, 0x00, 0x11, 0x08, 0x00, 0x08, 0x00, 0x08,
-   0x03, 0x00, 0x21, 0x08, 0x01, 0x11, 0x08, 0x02, 0x11, 0x08,
-   /* DQT */ 0xFF, 0xDB, 0x00, 0x43, 0x08,
-@@ -767,7 +741,7 @@ GST_START_TEST (rtp_jpeg_list)
- }
- 
- GST_END_TEST;
--static char rtp_g729_frame_data[] =
-+static const guint8 rtp_g729_frame_data[] =
-     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
- };
---
-cgit v0.9.0.2-2-gbebe

Copied: gstreamer0.10-good/repos/extra-x86_64/test-rtp-payloading.patch (from rev 273457, gstreamer0.10-good/trunk/test-rtp-payloading.patch)
===================================================================
--- extra-x86_64/test-rtp-payloading.patch	                        (rev 0)
+++ extra-x86_64/test-rtp-payloading.patch	2016-08-07 19:37:51 UTC (rev 273458)
@@ -0,0 +1,422 @@
+From dca42d4767adff3578e5d5990604766735ec1f9b Mon Sep 17 00:00:00 2001
+From: Tim-Philipp Müller <tim.muller at collabora.co.uk>
+Date: Fri, 10 Feb 2012 13:44:43 +0000
+Subject: tests: clean up rtp-payloading test a little
+
+Feed data into the pipeline using appsrc instead of fdsrc and
+a pipe. Store unsigned byte values in guint8 instead of char.
+Getting rid of the capsfilter also helps to avoid 'format is
+not fully specified' warnings when pushing "video/x-h264" data
+into rtph264pay with fully specified h264 caps in the sink template.
+---
+diff --git a/tests/check/elements/rtp-payloading.c b/tests/check/elements/rtp-payloading.c
+index b2160f4..7b4985b 100644
+--- a/tests/check/elements/rtp-payloading.c
++++ b/tests/check/elements/rtp-payloading.c
+@@ -31,13 +31,11 @@
+ typedef struct
+ {
+   GstElement *pipeline;
+-  GstElement *fdsrc;
+-  GstElement *capsfilter;
++  GstElement *appsrc;
+   GstElement *rtppay;
+   GstElement *rtpdepay;
+   GstElement *fakesink;
+-  int fd[2];
+-  const char *frame_data;
++  const guint8 *frame_data;
+   int frame_data_size;
+   int frame_count;
+ } rtp_pipeline;
+@@ -140,13 +138,11 @@ rtp_bus_callback (GstBus * bus, GstMessage * message, gpointer data)
+  * The user must free the RTP pipeline when it's not used anymore.
+  */
+ static rtp_pipeline *
+-rtp_pipeline_create (const char *frame_data, int frame_data_size,
++rtp_pipeline_create (const guint8 * frame_data, int frame_data_size,
+     int frame_count, const char *filtercaps, const char *pay, const char *depay)
+ {
+   gchar *pipeline_name;
+-
+   rtp_pipeline *p;
+-
+   GstCaps *caps;
+ 
+   /* Check parameters. */
+@@ -165,60 +161,39 @@ rtp_pipeline_create (const char *frame_data, int frame_data_size,
+   pipeline_name = g_strdup_printf ("%s-%s-pipeline", pay, depay);
+   p->pipeline = gst_pipeline_new (pipeline_name);
+   g_free (pipeline_name);
+-  p->fdsrc = gst_element_factory_make ("fdsrc", NULL);
+-  p->capsfilter = gst_element_factory_make ("capsfilter", NULL);
++  p->appsrc = gst_element_factory_make ("appsrc", NULL);
+   p->rtppay = gst_element_factory_make (pay, NULL);
+   p->rtpdepay = gst_element_factory_make (depay, NULL);
+   p->fakesink = gst_element_factory_make ("fakesink", NULL);
+ 
+   /* One or more elements are not created successfully or failed to create p? */
+-  if (!p->pipeline || !p->fdsrc || !p->capsfilter || !p->rtppay || !p->rtpdepay
+-      || !p->fakesink || pipe (p->fd) == -1) {
++  if (!p->pipeline || !p->appsrc || !p->rtppay || !p->rtpdepay || !p->fakesink) {
+     /* Release created elements. */
+     RELEASE_ELEMENT (p->pipeline);
+-    RELEASE_ELEMENT (p->fdsrc);
+-    RELEASE_ELEMENT (p->capsfilter);
++    RELEASE_ELEMENT (p->appsrc);
+     RELEASE_ELEMENT (p->rtppay);
+     RELEASE_ELEMENT (p->rtpdepay);
+     RELEASE_ELEMENT (p->fakesink);
+ 
+-    /* Close pipe. */
+-    if (p->fd[0]) {
+-      close (p->fd[0]);
+-    }
+-
+-    if (p->fd[1]) {
+-      close (p->fd[1]);
+-    }
+-
+     /* Release allocated memory. */
+     free (p);
+ 
+     return NULL;
+   }
+ 
+-  /* Set fdsrc properties. */
+-  g_object_set (p->fdsrc, "fd", p->fd[0], NULL);
+-  g_object_set (p->fdsrc, "do-timestamp", TRUE, NULL);
+-  g_object_set (p->fdsrc, "blocksize", p->frame_data_size, NULL);
+-  g_object_set (p->fdsrc, "num-buffers", p->frame_count * LOOP_COUNT, NULL);
+-
+-  /* Set caps filters. */
++  /* Set src properties. */
+   caps = gst_caps_from_string (filtercaps);
+-
+-  g_object_set (p->capsfilter, "caps", caps, NULL);
++  g_object_set (p->appsrc, "do-timestamp", TRUE, "caps", caps, NULL);
+   gst_caps_unref (caps);
+ 
+   /* Add elements to the pipeline. */
+-  gst_bin_add (GST_BIN (p->pipeline), p->fdsrc);
+-  gst_bin_add (GST_BIN (p->pipeline), p->capsfilter);
++  gst_bin_add (GST_BIN (p->pipeline), p->appsrc);
+   gst_bin_add (GST_BIN (p->pipeline), p->rtppay);
+   gst_bin_add (GST_BIN (p->pipeline), p->rtpdepay);
+   gst_bin_add (GST_BIN (p->pipeline), p->fakesink);
+ 
+   /* Link elements. */
+-  gst_element_link (p->fdsrc, p->capsfilter);
+-  gst_element_link (p->capsfilter, p->rtppay);
++  gst_element_link (p->appsrc, p->rtppay);
+   gst_element_link (p->rtppay, p->rtpdepay);
+   gst_element_link (p->rtpdepay, p->fakesink);
+ 
+@@ -240,15 +215,6 @@ rtp_pipeline_destroy (rtp_pipeline * p)
+   /* Release pipeline. */
+   RELEASE_ELEMENT (p->pipeline);
+ 
+-  /* Close pipe. */
+-  if (p->fd[0]) {
+-    close (p->fd[0]);
+-  }
+-
+-  if (p->fd[1]) {
+-    close (p->fd[1]);
+-  }
+-
+   /* Release allocated memory. */
+   free (p);
+ }
+@@ -260,11 +226,10 @@ rtp_pipeline_destroy (rtp_pipeline * p)
+ static void
+ rtp_pipeline_run (rtp_pipeline * p)
+ {
++  GstFlowReturn flow_ret;
+   GMainLoop *mainloop = NULL;
+-
+   GstBus *bus;
+-
+-  gint i;
++  gint i, j;
+ 
+   /* Check parameters. */
+   if (p == NULL) {
+@@ -286,22 +251,28 @@ rtp_pipeline_run (rtp_pipeline * p)
+   /* Set pipeline to PLAYING. */
+   gst_element_set_state (p->pipeline, GST_STATE_PLAYING);
+ 
+-  /* TODO: Writing may need some changes... */
+-
++  /* Push data into the pipeline */
+   for (i = 0; i < LOOP_COUNT; i++) {
+-    const char *frame_data_pointer = p->frame_data;
+-    int res;
+-    int frame_count = p->frame_count;
+-
+-    /* Write in to the pipe. */
+-    while (frame_count > 0) {
+-      res = write (p->fd[1], frame_data_pointer, p->frame_data_size);
+-      fail_unless_equals_int (res, p->frame_data_size);
+-      frame_data_pointer += p->frame_data_size;
+-      frame_count--;
++    const guint8 *data = p->frame_data;
++
++    for (j = 0; j < p->frame_count; j++) {
++      GstBuffer *buf;
++
++      buf = gst_buffer_new ();
++      GST_BUFFER_DATA (buf) = (guint8 *) data;
++      GST_BUFFER_SIZE (buf) = p->frame_data_size;
++      GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_READONLY);
++
++      g_signal_emit_by_name (p->appsrc, "push-buffer", buf, &flow_ret);
++      fail_unless_equals_int (flow_ret, GST_FLOW_OK);
++      data += p->frame_data_size;
++
++      gst_buffer_unref (buf);
+     }
+   }
+ 
++  g_signal_emit_by_name (p->appsrc, "end-of-stream", &flow_ret);
++
+   /* Run mainloop. */
+   g_main_loop_run (mainloop);
+ 
+@@ -350,8 +321,8 @@ rtp_pipeline_enable_lists (rtp_pipeline * p, guint mtu_size)
+  * @use_lists enable buffer lists
+  */
+ static void
+-rtp_pipeline_test (const char *frame_data, int frame_data_size, int frame_count,
+-    const char *filtercaps, const char *pay, const char *depay,
++rtp_pipeline_test (const guint8 * frame_data, int frame_data_size,
++    int frame_count, const char *filtercaps, const char *pay, const char *depay,
+     guint bytes_sent, guint mtu_size, gboolean use_lists)
+ {
+   /* Create RTP pipeline. */
+@@ -380,7 +351,7 @@ rtp_pipeline_test (const char *frame_data, int frame_data_size, int frame_count,
+   }
+ }
+ 
+-static char rtp_ilbc_frame_data[] =
++static const guint8 rtp_ilbc_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -397,7 +368,7 @@ GST_START_TEST (rtp_ilbc)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_gsm_frame_data[] =
++static const guint8 rtp_gsm_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -414,7 +385,7 @@ GST_START_TEST (rtp_gsm)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_amr_frame_data[] =
++static const guint8 rtp_amr_frame_data[] =
+     { 0x3c, 0x24, 0x03, 0xb3, 0x48, 0x10, 0x68, 0x46, 0x6c, 0xec, 0x03,
+   0x7a, 0x37, 0x16, 0x41, 0x41, 0xc0, 0x00, 0x0d, 0xcd, 0x12, 0xed,
+   0xad, 0x80, 0x00, 0x00, 0x11, 0x31, 0x00, 0x00, 0x0d, 0xa0
+@@ -432,7 +403,7 @@ GST_START_TEST (rtp_amr)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_pcma_frame_data[] =
++static const guint8 rtp_pcma_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -449,7 +420,7 @@ GST_START_TEST (rtp_pcma)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_pcmu_frame_data[] =
++static const guint8 rtp_pcmu_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -466,7 +437,7 @@ GST_START_TEST (rtp_pcmu)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_mpa_frame_data[] =
++static const guint8 rtp_mpa_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -483,7 +454,7 @@ GST_START_TEST (rtp_mpa)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_h263_frame_data[] =
++static const guint8 rtp_h263_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -495,12 +466,12 @@ static int rtp_h263_frame_count = 1;
+ GST_START_TEST (rtp_h263)
+ {
+   rtp_pipeline_test (rtp_h263_frame_data, rtp_h263_frame_data_size,
+-      rtp_h263_frame_count, "video/x-h263,variant=itu,h263version=h263",
++      rtp_h263_frame_count, "video/x-h263,variant=(string)itu,h263version=h263",
+       "rtph263pay", "rtph263depay", 0, 0, FALSE);
+ }
+ 
+ GST_END_TEST;
+-static char rtp_h263p_frame_data[] =
++static const guint8 rtp_h263p_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -512,12 +483,12 @@ static int rtp_h263p_frame_count = 1;
+ GST_START_TEST (rtp_h263p)
+ {
+   rtp_pipeline_test (rtp_h263p_frame_data, rtp_h263p_frame_data_size,
+-      rtp_h263p_frame_count, "video/x-h263,variant=itu", "rtph263ppay",
++      rtp_h263p_frame_count, "video/x-h263,variant=(string)itu", "rtph263ppay",
+       "rtph263pdepay", 0, 0, FALSE);
+ }
+ 
+ GST_END_TEST;
+-static char rtp_h264_frame_data[] =
++static const guint8 rtp_h264_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -528,13 +499,14 @@ static int rtp_h264_frame_count = 1;
+ 
+ GST_START_TEST (rtp_h264)
+ {
++  /* FIXME 0.11: fully specify h264 caps (and make payloader check) */
+   rtp_pipeline_test (rtp_h264_frame_data, rtp_h264_frame_data_size,
+       rtp_h264_frame_count, "video/x-h264", "rtph264pay", "rtph264depay",
+       0, 0, FALSE);
+ }
+ 
+ GST_END_TEST;
+-static char rtp_h264_list_lt_mtu_frame_data[] =
++static const guint8 rtp_h264_list_lt_mtu_frame_data[] =
+     /* not packetized, next NAL starts with 0001 */
+ { 0x00, 0x00, 0x00, 0x01, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
+@@ -552,6 +524,7 @@ static int rtp_h264_list_lt_mtu_mtu_size = 1024;
+ 
+ GST_START_TEST (rtp_h264_list_lt_mtu)
+ {
++  /* FIXME 0.11: fully specify h264 caps (and make payloader check) */
+   rtp_pipeline_test (rtp_h264_list_lt_mtu_frame_data,
+       rtp_h264_list_lt_mtu_frame_data_size, rtp_h264_list_lt_mtu_frame_count,
+       "video/x-h264", "rtph264pay", "rtph264depay",
+@@ -559,7 +532,7 @@ GST_START_TEST (rtp_h264_list_lt_mtu)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_h264_list_gt_mtu_frame_data[] =
++static const guint8 rtp_h264_list_gt_mtu_frame_data[] =
+     /* not packetized, next NAL starts with 0001 */
+ { 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+@@ -580,6 +553,7 @@ static int rtp_h264_list_gt_mtu_mty_size = 28;
+ 
+ GST_START_TEST (rtp_h264_list_gt_mtu)
+ {
++  /* FIXME 0.11: fully specify h264 caps (and make payloader check) */
+   rtp_pipeline_test (rtp_h264_list_gt_mtu_frame_data,
+       rtp_h264_list_gt_mtu_frame_data_size, rtp_h264_list_gt_mtu_frame_count,
+       "video/x-h264", "rtph264pay", "rtph264depay",
+@@ -587,7 +561,7 @@ GST_START_TEST (rtp_h264_list_gt_mtu)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_L16_frame_data[] =
++static const guint8 rtp_L16_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -605,7 +579,7 @@ GST_START_TEST (rtp_L16)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_mp2t_frame_data[] =
++static const guint8 rtp_mp2t_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -622,7 +596,7 @@ GST_START_TEST (rtp_mp2t)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_mp4v_frame_data[] =
++static const guint8 rtp_mp4v_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -639,7 +613,7 @@ GST_START_TEST (rtp_mp4v)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_mp4v_list_frame_data[] =
++static const guint8 rtp_mp4v_list_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -659,7 +633,7 @@ GST_START_TEST (rtp_mp4v_list)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_mp4g_frame_data[] =
++static const guint8 rtp_mp4g_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -677,7 +651,7 @@ GST_START_TEST (rtp_mp4g)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_theora_frame_data[] =
++static const guint8 rtp_theora_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -694,7 +668,7 @@ GST_START_TEST (rtp_theora)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_vorbis_frame_data[] =
++static const guint8 rtp_vorbis_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+@@ -711,7 +685,7 @@ GST_START_TEST (rtp_vorbis)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_jpeg_frame_data[] =
++static const guint8 rtp_jpeg_frame_data[] =
+     { /* SOF */ 0xFF, 0xC0, 0x00, 0x11, 0x08, 0x00, 0x08, 0x00, 0x08,
+   0x03, 0x00, 0x21, 0x08, 0x01, 0x11, 0x08, 0x02, 0x11, 0x08,
+   /* DQT */ 0xFF, 0xDB, 0x00, 0x43, 0x08,
+@@ -738,7 +712,7 @@ GST_START_TEST (rtp_jpeg)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_jpeg_list_frame_data[] =
++static const guint8 rtp_jpeg_list_frame_data[] =
+     { /* SOF */ 0xFF, 0xC0, 0x00, 0x11, 0x08, 0x00, 0x08, 0x00, 0x08,
+   0x03, 0x00, 0x21, 0x08, 0x01, 0x11, 0x08, 0x02, 0x11, 0x08,
+   /* DQT */ 0xFF, 0xDB, 0x00, 0x43, 0x08,
+@@ -767,7 +741,7 @@ GST_START_TEST (rtp_jpeg_list)
+ }
+ 
+ GST_END_TEST;
+-static char rtp_g729_frame_data[] =
++static const guint8 rtp_g729_frame_data[] =
+     { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+ };
+--
+cgit v0.9.0.2-2-gbebe



More information about the arch-commits mailing list