Skip to content
Snippets Groups Projects
Commit c28acd94 authored by Sebastian Dröge's avatar Sebastian Dröge
Browse files

New upstream version 1.13.91

parent f6acc463
No related branches found
No related tags found
No related merge requests found
Showing
with 1261 additions and 74 deletions
=== release 1.13.91 ===
2018-03-13 19:16:42 +0000 Tim-Philipp Müller <tim@centricular.com>
* NEWS:
* RELEASE:
* configure.ac:
* gst-plugins-good.doap:
* meson.build:
Release 1.13.91
2018-03-13 19:16:42 +0000 Tim-Philipp Müller <tim@centricular.com>
* docs/plugins/gst-plugins-good-plugins.args:
* docs/plugins/inspect/plugin-1394.xml:
* docs/plugins/inspect/plugin-aasink.xml:
* docs/plugins/inspect/plugin-alaw.xml:
* docs/plugins/inspect/plugin-alpha.xml:
* docs/plugins/inspect/plugin-alphacolor.xml:
* docs/plugins/inspect/plugin-apetag.xml:
* docs/plugins/inspect/plugin-audiofx.xml:
* docs/plugins/inspect/plugin-audioparsers.xml:
* docs/plugins/inspect/plugin-auparse.xml:
* docs/plugins/inspect/plugin-autodetect.xml:
* docs/plugins/inspect/plugin-avi.xml:
* docs/plugins/inspect/plugin-cacasink.xml:
* docs/plugins/inspect/plugin-cairo.xml:
* docs/plugins/inspect/plugin-cutter.xml:
* docs/plugins/inspect/plugin-debug.xml:
* docs/plugins/inspect/plugin-deinterlace.xml:
* docs/plugins/inspect/plugin-dtmf.xml:
* docs/plugins/inspect/plugin-dv.xml:
* docs/plugins/inspect/plugin-effectv.xml:
* docs/plugins/inspect/plugin-equalizer.xml:
* docs/plugins/inspect/plugin-flac.xml:
* docs/plugins/inspect/plugin-flv.xml:
* docs/plugins/inspect/plugin-flxdec.xml:
* docs/plugins/inspect/plugin-gdkpixbuf.xml:
* docs/plugins/inspect/plugin-goom.xml:
* docs/plugins/inspect/plugin-goom2k1.xml:
* docs/plugins/inspect/plugin-gtk.xml:
* docs/plugins/inspect/plugin-icydemux.xml:
* docs/plugins/inspect/plugin-id3demux.xml:
* docs/plugins/inspect/plugin-imagefreeze.xml:
* docs/plugins/inspect/plugin-interleave.xml:
* docs/plugins/inspect/plugin-isomp4.xml:
* docs/plugins/inspect/plugin-jack.xml:
* docs/plugins/inspect/plugin-jpeg.xml:
* docs/plugins/inspect/plugin-lame.xml:
* docs/plugins/inspect/plugin-level.xml:
* docs/plugins/inspect/plugin-matroska.xml:
* docs/plugins/inspect/plugin-mpg123.xml:
* docs/plugins/inspect/plugin-mulaw.xml:
* docs/plugins/inspect/plugin-multifile.xml:
* docs/plugins/inspect/plugin-multipart.xml:
* docs/plugins/inspect/plugin-navigationtest.xml:
* docs/plugins/inspect/plugin-oss4.xml:
* docs/plugins/inspect/plugin-ossaudio.xml:
* docs/plugins/inspect/plugin-png.xml:
* docs/plugins/inspect/plugin-pulseaudio.xml:
* docs/plugins/inspect/plugin-qmlgl.xml:
* docs/plugins/inspect/plugin-replaygain.xml:
* docs/plugins/inspect/plugin-rtp.xml:
* docs/plugins/inspect/plugin-rtpmanager.xml:
* docs/plugins/inspect/plugin-rtsp.xml:
* docs/plugins/inspect/plugin-shapewipe.xml:
* docs/plugins/inspect/plugin-shout2.xml:
* docs/plugins/inspect/plugin-smpte.xml:
* docs/plugins/inspect/plugin-soup.xml:
* docs/plugins/inspect/plugin-spectrum.xml:
* docs/plugins/inspect/plugin-speex.xml:
* docs/plugins/inspect/plugin-taglib.xml:
* docs/plugins/inspect/plugin-twolame.xml:
* docs/plugins/inspect/plugin-udp.xml:
* docs/plugins/inspect/plugin-video4linux2.xml:
* docs/plugins/inspect/plugin-videobox.xml:
* docs/plugins/inspect/plugin-videocrop.xml:
* docs/plugins/inspect/plugin-videofilter.xml:
* docs/plugins/inspect/plugin-videomixer.xml:
* docs/plugins/inspect/plugin-vpx.xml:
* docs/plugins/inspect/plugin-wavenc.xml:
* docs/plugins/inspect/plugin-wavpack.xml:
* docs/plugins/inspect/plugin-wavparse.xml:
* docs/plugins/inspect/plugin-ximagesrc.xml:
* docs/plugins/inspect/plugin-y4menc.xml:
Update docs
2018-03-12 13:21:08 +0000 Tim-Philipp Müller <tim@centricular.com>
* gst/rtpmanager/gstrtpbin.c:
docs: rtpbin: add some Since markers for new properties
2018-03-10 18:57:38 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
* sys/directsound/meson.build:
meson: Add deviceprovider changes to directsoundsink
These were missed when they were added to Makefile.am
2018-03-08 10:12:16 +0100 Michael Tretter <m.tretter@pengutronix.de>
* configure.ac:
configure.ac: enable largefile support if possible
https://bugzilla.gnome.org/show_bug.cgi?id=793103
2018-03-07 14:16:02 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* sys/v4l2/gstv4l2object.c:
* sys/v4l2/gstv4l2object.h:
v4l2: Fix support for 32bit mmap
https://bugzilla.gnome.org/show_bug.cgi?id=793103
=== release 1.13.90 === === release 1.13.90 ===
   
2018-03-03 22:19:36 +0000 Tim-Philipp Müller <tim@centricular.com> 2018-03-03 22:19:36 +0000 Tim-Philipp Müller <tim@centricular.com>
   
* ChangeLog:
* NEWS: * NEWS:
* RELEASE: * RELEASE:
* configure.ac: * configure.ac:
This diff is collapsed.
This is GStreamer gst-plugins-good 1.13.90. This is GStreamer gst-plugins-good 1.13.91.
The GStreamer team is pleased to announce the first release candidate for the The GStreamer team is pleased to announce the first release candidate for the
upcoming stable 1.14 release series. upcoming stable 1.14 release series.
......
...@@ -482,3 +482,14 @@ ...@@ -482,3 +482,14 @@
# undef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN
# endif # endif
#endif #endif
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for GStreamer Good Plug-ins 1.13.90. # Generated by GNU Autoconf 2.69 for GStreamer Good Plug-ins 1.13.91.
# #
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>. # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
# #
...@@ -591,8 +591,8 @@ MAKEFLAGS= ...@@ -591,8 +591,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='GStreamer Good Plug-ins' PACKAGE_NAME='GStreamer Good Plug-ins'
PACKAGE_TARNAME='gst-plugins-good' PACKAGE_TARNAME='gst-plugins-good'
PACKAGE_VERSION='1.13.90' PACKAGE_VERSION='1.13.91'
PACKAGE_STRING='GStreamer Good Plug-ins 1.13.90' PACKAGE_STRING='GStreamer Good Plug-ins 1.13.91'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
PACKAGE_URL='' PACKAGE_URL=''
   
...@@ -1272,6 +1272,7 @@ with_package_origin ...@@ -1272,6 +1272,7 @@ with_package_origin
with_plugins with_plugins
enable_external enable_external
enable_experimental enable_experimental
enable_largefile
with_html_dir with_html_dir
enable_gtk_doc enable_gtk_doc
enable_gtk_doc_html enable_gtk_doc_html
...@@ -2047,7 +2048,7 @@ if test "$ac_init_help" = "long"; then ...@@ -2047,7 +2048,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures GStreamer Good Plug-ins 1.13.90 to adapt to many kinds of systems. \`configure' configures GStreamer Good Plug-ins 1.13.91 to adapt to many kinds of systems.
   
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
   
...@@ -2120,7 +2121,7 @@ fi ...@@ -2120,7 +2121,7 @@ fi
   
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of GStreamer Good Plug-ins 1.13.90:";; short | recursive ) echo "Configuration of GStreamer Good Plug-ins 1.13.91:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
   
...@@ -2155,6 +2156,7 @@ Optional Features: ...@@ -2155,6 +2156,7 @@ Optional Features:
--disable-examples disable building examples --disable-examples disable building examples
--disable-external disable building of plug-ins with external deps --disable-external disable building of plug-ins with external deps
--enable-experimental enable building of experimental plug-ins --enable-experimental enable building of experimental plug-ins
--disable-largefile omit support for large files
--enable-gtk-doc use gtk-doc to build documentation [[default=no]] --enable-gtk-doc use gtk-doc to build documentation [[default=no]]
--enable-gtk-doc-html build documentation in html format [[default=yes]] --enable-gtk-doc-html build documentation in html format [[default=yes]]
--enable-gtk-doc-pdf build documentation in pdf format [[default=no]] --enable-gtk-doc-pdf build documentation in pdf format [[default=no]]
...@@ -2549,7 +2551,7 @@ fi ...@@ -2549,7 +2551,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
GStreamer Good Plug-ins configure 1.13.90 GStreamer Good Plug-ins configure 1.13.91
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
   
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
...@@ -3360,7 +3362,7 @@ cat >config.log <<_ACEOF ...@@ -3360,7 +3362,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
   
It was created by GStreamer Good Plug-ins $as_me 1.13.90, which was It was created by GStreamer Good Plug-ins $as_me 1.13.91, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
   
$ $0 $@ $ $0 $@
...@@ -4342,7 +4344,7 @@ fi ...@@ -4342,7 +4344,7 @@ fi
   
# Define the identity of the package. # Define the identity of the package.
PACKAGE='gst-plugins-good' PACKAGE='gst-plugins-good'
VERSION='1.13.90' VERSION='1.13.91'
   
   
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
...@@ -4553,9 +4555,9 @@ fi ...@@ -4553,9 +4555,9 @@ fi
   
   
   
PACKAGE_VERSION_MAJOR=$(echo 1.13.90 | cut -d'.' -f1) PACKAGE_VERSION_MAJOR=$(echo 1.13.91 | cut -d'.' -f1)
PACKAGE_VERSION_MINOR=$(echo 1.13.90 | cut -d'.' -f2) PACKAGE_VERSION_MINOR=$(echo 1.13.91 | cut -d'.' -f2)
PACKAGE_VERSION_MICRO=$(echo 1.13.90 | cut -d'.' -f3) PACKAGE_VERSION_MICRO=$(echo 1.13.91 | cut -d'.' -f3)
   
   
   
...@@ -4566,7 +4568,7 @@ fi ...@@ -4566,7 +4568,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
$as_echo_n "checking nano version... " >&6; } $as_echo_n "checking nano version... " >&6; }
   
NANO=$(echo 1.13.90 | cut -d'.' -f4) NANO=$(echo 1.13.91 | cut -d'.' -f4)
   
if test x"$NANO" = x || test "x$NANO" = "x0" ; then if test x"$NANO" = x || test "x$NANO" = "x0" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
...@@ -9409,10 +9411,10 @@ fi ...@@ -9409,10 +9411,10 @@ fi
done done
   
   
GST_CURRENT=1390 GST_CURRENT=1391
GST_REVISION=0 GST_REVISION=0
GST_AGE=1390 GST_AGE=1391
GST_LIBVERSION=1390:0:1390 GST_LIBVERSION=1391:0:1391
   
   
   
...@@ -14040,8 +14042,8 @@ CC=$lt_save_CC ...@@ -14040,8 +14042,8 @@ CC=$lt_save_CC
   
   
   
GST_REQ=1.13.90 GST_REQ=1.13.91
GSTPB_REQ=1.13.90 GSTPB_REQ=1.13.91
   
   
   
...@@ -17534,6 +17536,208 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h ...@@ -17534,6 +17536,208 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
   
   
   
# Check whether --enable-largefile was given.
if test "${enable_largefile+set}" = set; then :
enableval=$enable_largefile;
fi
if test "$enable_largefile" != no; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
if ${ac_cv_sys_largefile_CC+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_cv_sys_largefile_CC=no
if test "$GCC" != yes; then
ac_save_CC=$CC
while :; do
# IRIX 6.2 and later do not support large files by default,
# so use the C compiler's -n32 option if that helps.
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
int
main ()
{
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
break
fi
rm -f core conftest.err conftest.$ac_objext
CC="$CC -n32"
if ac_fn_c_try_compile "$LINENO"; then :
ac_cv_sys_largefile_CC=' -n32'; break
fi
rm -f core conftest.err conftest.$ac_objext
break
done
CC=$ac_save_CC
rm -f conftest.$ac_ext
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
$as_echo "$ac_cv_sys_largefile_CC" >&6; }
if test "$ac_cv_sys_largefile_CC" != no; then
CC=$CC$ac_cv_sys_largefile_CC
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
if ${ac_cv_sys_file_offset_bits+:} false; then :
$as_echo_n "(cached) " >&6
else
while :; do
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
int
main ()
{
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
ac_cv_sys_file_offset_bits=no; break
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#define _FILE_OFFSET_BITS 64
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
int
main ()
{
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
ac_cv_sys_file_offset_bits=64; break
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac_cv_sys_file_offset_bits=unknown
break
done
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
case $ac_cv_sys_file_offset_bits in #(
no | unknown) ;;
*)
cat >>confdefs.h <<_ACEOF
#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
_ACEOF
;;
esac
rm -rf conftest*
if test $ac_cv_sys_file_offset_bits = unknown; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
if ${ac_cv_sys_large_files+:} false; then :
$as_echo_n "(cached) " >&6
else
while :; do
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
int
main ()
{
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
ac_cv_sys_large_files=no; break
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#define _LARGE_FILES 1
#include <sys/types.h>
/* Check that off_t can represent 2**63 - 1 correctly.
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
int
main ()
{
;
return 0;
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
ac_cv_sys_large_files=1; break
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac_cv_sys_large_files=unknown
break
done
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
$as_echo "$ac_cv_sys_large_files" >&6; }
case $ac_cv_sys_large_files in #(
no | unknown) ;;
*)
cat >>confdefs.h <<_ACEOF
#define _LARGE_FILES $ac_cv_sys_large_files
_ACEOF
;;
esac
rm -rf conftest*
fi
fi
ac_ext=c ac_ext=c
ac_cpp='$CPP $CPPFLAGS' ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
...@@ -39686,7 +39890,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ...@@ -39686,7 +39890,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by GStreamer Good Plug-ins $as_me 1.13.90, which was This file was extended by GStreamer Good Plug-ins $as_me 1.13.91, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
   
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
...@@ -39752,7 +39956,7 @@ _ACEOF ...@@ -39752,7 +39956,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
GStreamer Good Plug-ins config.status 1.13.90 GStreamer Good Plug-ins config.status 1.13.91
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"
   
...@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file ...@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre dnl use a three digit version number for releases, and four for git/pre
AC_INIT([GStreamer Good Plug-ins],[1.13.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) AC_INIT([GStreamer Good Plug-ins],[1.13.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
AG_GST_INIT AG_GST_INIT
...@@ -46,11 +46,11 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", ...@@ -46,11 +46,11 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version]) [GStreamer API Version])
AG_GST_LIBTOOL_PREPARE AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 1390, 0, 1390) AS_LIBTOOL(GST, 1391, 0, 1391)
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***
GST_REQ=1.13.90 GST_REQ=1.13.91
GSTPB_REQ=1.13.90 GSTPB_REQ=1.13.91
dnl *** autotools stuff **** dnl *** autotools stuff ****
...@@ -101,6 +101,12 @@ AG_GST_ARCH ...@@ -101,6 +101,12 @@ AG_GST_ARCH
dnl Determine endianness dnl Determine endianness
AC_C_BIGENDIAN AC_C_BIGENDIAN
dnl *** software ***
dnl check for large file support
dnl affected plugins must include config.h
AC_SYS_LARGEFILE
dnl *** checks for programs *** dnl *** checks for programs ***
dnl find a compiler dnl find a compiler
......
...@@ -1015,7 +1015,7 @@ ...@@ -1015,7 +1015,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>User Agent</NICK> <NICK>User Agent</NICK>
<BLURB>The User-Agent string to send to the server.</BLURB> <BLURB>The User-Agent string to send to the server.</BLURB>
<DEFAULT>"GStreamer/1.13.90"</DEFAULT> <DEFAULT>"GStreamer/1.13.91"</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
...@@ -3535,7 +3535,7 @@ ...@@ -3535,7 +3535,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>User-Agent</NICK> <NICK>User-Agent</NICK>
<BLURB>Value of the User-Agent HTTP request header field.</BLURB> <BLURB>Value of the User-Agent HTTP request header field.</BLURB>
<DEFAULT>"GStreamer souphttpsrc 1.13.90 "</DEFAULT> <DEFAULT>"GStreamer souphttpsrc 1.13.91 "</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td><p><span class="term">version</span></p></td> <td><p><span class="term">version</span></p></td>
<td>1.13.90</td> <td>1.13.91</td>
</tr> </tr>
<tr> <tr>
<td><p><span class="term">run-time license</span></p></td> <td><p><span class="term">run-time license</span></p></td>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td><p><span class="term">version</span></p></td> <td><p><span class="term">version</span></p></td>
<td>1.13.90</td> <td>1.13.91</td>
</tr> </tr>
<tr> <tr>
<td><p><span class="term">run-time license</span></p></td> <td><p><span class="term">run-time license</span></p></td>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td><p><span class="term">version</span></p></td> <td><p><span class="term">version</span></p></td>
<td>1.13.90</td> <td>1.13.91</td>
</tr> </tr>
<tr> <tr>
<td><p><span class="term">run-time license</span></p></td> <td><p><span class="term">run-time license</span></p></td>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td><p><span class="term">version</span></p></td> <td><p><span class="term">version</span></p></td>
<td>1.13.90</td> <td>1.13.91</td>
</tr> </tr>
<tr> <tr>
<td><p><span class="term">run-time license</span></p></td> <td><p><span class="term">run-time license</span></p></td>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td><p><span class="term">version</span></p></td> <td><p><span class="term">version</span></p></td>
<td>1.13.90</td> <td>1.13.91</td>
</tr> </tr>
<tr> <tr>
<td><p><span class="term">run-time license</span></p></td> <td><p><span class="term">run-time license</span></p></td>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td><p><span class="term">version</span></p></td> <td><p><span class="term">version</span></p></td>
<td>1.13.90</td> <td>1.13.91</td>
</tr> </tr>
<tr> <tr>
<td><p><span class="term">run-time license</span></p></td> <td><p><span class="term">run-time license</span></p></td>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td><p><span class="term">version</span></p></td> <td><p><span class="term">version</span></p></td>
<td>1.13.90</td> <td>1.13.91</td>
</tr> </tr>
<tr> <tr>
<td><p><span class="term">run-time license</span></p></td> <td><p><span class="term">run-time license</span></p></td>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td><p><span class="term">version</span></p></td> <td><p><span class="term">version</span></p></td>
<td>1.13.90</td> <td>1.13.91</td>
</tr> </tr>
<tr> <tr>
<td><p><span class="term">run-time license</span></p></td> <td><p><span class="term">run-time license</span></p></td>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td><p><span class="term">version</span></p></td> <td><p><span class="term">version</span></p></td>
<td>1.13.90</td> <td>1.13.91</td>
</tr> </tr>
<tr> <tr>
<td><p><span class="term">run-time license</span></p></td> <td><p><span class="term">run-time license</span></p></td>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td><p><span class="term">version</span></p></td> <td><p><span class="term">version</span></p></td>
<td>1.13.90</td> <td>1.13.91</td>
</tr> </tr>
<tr> <tr>
<td><p><span class="term">run-time license</span></p></td> <td><p><span class="term">run-time license</span></p></td>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td><p><span class="term">version</span></p></td> <td><p><span class="term">version</span></p></td>
<td>1.13.90</td> <td>1.13.91</td>
</tr> </tr>
<tr> <tr>
<td><p><span class="term">run-time license</span></p></td> <td><p><span class="term">run-time license</span></p></td>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td><p><span class="term">version</span></p></td> <td><p><span class="term">version</span></p></td>
<td>1.13.90</td> <td>1.13.91</td>
</tr> </tr>
<tr> <tr>
<td><p><span class="term">run-time license</span></p></td> <td><p><span class="term">run-time license</span></p></td>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</tr> </tr>
<tr> <tr>
<td><p><span class="term">version</span></p></td> <td><p><span class="term">version</span></p></td>
<td>1.13.90</td> <td>1.13.91</td>
</tr> </tr>
<tr> <tr>
<td><p><span class="term">run-time license</span></p></td> <td><p><span class="term">run-time license</span></p></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment