Codebase list gst-python1.0 / 6f62a89
Imported Upstream version 1.7.1 Sebastian Dröge 8 years ago
6 changed file(s) with 54 addition(s) and 75 deletion(s). Raw diff Collapse all Expand all
0 === release 1.6.2 ===
1
2 2015-12-14 Sebastian Dröge <slomo@coaxion.net>
3
4 * configure.ac:
5 releasing 1.6.2
6
7 2015-11-08 11:56:20 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
8
9 * gi/overrides/Gst.py:
10 overrides: fix a few typos in exception messages
0 === release 1.7.1 ===
1
2 2015-12-24 Sebastian Dröge <slomo@coaxion.net>
3
4 * configure.ac:
5 releasing 1.7.1
116
127 2015-12-14 13:03:24 +0100 Sebastian Dröge <sebastian@centricular.com>
138
2924 g_error() would kill the application immediately.
3025 Also check if we can actually get gi.repository.Gst before using it.
3126
32 === release 1.6.1 ===
33
34 2015-10-30 17:10:43 +0200 Sebastian Dröge <sebastian@centricular.com>
35
36 * ChangeLog:
37 * NEWS:
38 * RELEASE:
39 * configure.ac:
40 * gst-python.doap:
41 Release 1.6.1
27 2015-11-08 11:56:28 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
28
29 * gi/overrides/Gst.py:
30 * gi/overrides/gstmodule.c:
31 overrides: also provide wrapper for trace level debug logging
32
33 2015-11-08 11:56:20 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
34
35 * gi/overrides/Gst.py:
36 overrides: fix a few typos in exception messages
37
38 2015-10-27 22:19:19 +0100 Thibault Saunier <tsaunier@gnome.org>
39
40 * examples/plugins/python/sinkelement.py:
41 examples: Port the sink example to GstBaseSink
42 Also we now need to explicitly call Gst.init() from python bindings.
4243
4344 2015-10-25 21:33:46 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
4445
4546 * gi/overrides/Gst.py:
4647 overrides: chain up to base __init__ in Pad override
4748 Fixes https://bugzilla.gnome.org/show_bug.cgi?id=757108
49
50 2015-09-25 12:03:45 +0200 Thibault Saunier <tsaunier@gnome.org>
51
52 * configure.ac:
53 Back to development
4854
4955 === release 1.6.0 ===
5056
0 This is GStreamer 1.6.2
1
2 The GStreamer team is proud to announce the second bugfix release in the stable
3 1.6 release series of your favourite cross-platform multimedia framework!
4
5 This release only contains bugfixes and it is safe to update from 1.6.0 and
6 1.6.1. For a full list of bugfixes see Bugzilla:
7 https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&limit=0&list_id=83309&order=bug_id&product=GStreamer&resolution=FIXED&target_milestone=1.6.2
8
9 See http://gstreamer.freedesktop.org/releases/1.6/ for the latest version of this document.
10
11 Major bugfixes
12
13 - Crashes in gst-libav with sinks that did not provide a buffer pool
14 but supported video metadata were fixed. This affected d3dvideosink
15 and some 3rd party sinks. Also related fixes for crashes when a downstream
16 buffer pool failed allocation.
17 - Big GL performance improvement on iOS by a factor of 2 by using Apple's sync
18 extension.
19 - Deadlocks in the DirectSound elements on Windows, and the behaviour of its
20 mute property were fixed.
21 - The Direct3D video sink does not crash anymore when minimizing the window
22 - The library soname generation on Android >= 6.0 was fixed, which previously
23 caused GStreamer to fail to load there.
24 - File related elements have large-file (>2GB) support on Android now.
25 - gst-libav was updated to ffmpeg 2.8.3.
26 - Deserialization of custom events in the GDP depayloader was fixed.
27 - Missing OpenGL context initialization in the Qt/QML video sink was fixed in
28 certain situations.
29 - Interoperability with some broken RTSP servers using HTTP tunnel was
30 improved.
31 - Various compilation fixes for Windows.
32 - Various smaller memory leak and other fixes in different places.
33 - and many, many more:
34 https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&limit=0&list_id=83309&order=bug_id&product=GStreamer&resolution=FIXED&target_milestone=1.6.2
35
36
0 This is GStreamer 1.7.1
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for GStreamer GObject Introspection overrides for Python 1.6.2.
2 # Generated by GNU Autoconf 2.69 for GStreamer GObject Introspection overrides for Python 1.7.1.
33 #
44 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
55 #
590590 # Identity of this package.
591591 PACKAGE_NAME='GStreamer GObject Introspection overrides for Python '
592592 PACKAGE_TARNAME='gst-python'
593 PACKAGE_VERSION='1.6.2'
594 PACKAGE_STRING='GStreamer GObject Introspection overrides for Python 1.6.2'
593 PACKAGE_VERSION='1.7.1'
594 PACKAGE_STRING='GStreamer GObject Introspection overrides for Python 1.7.1'
595595 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
596596 PACKAGE_URL=''
597597
13791379 # Omit some internal or obsolete options to make the list less imposing.
13801380 # This message is too long to be a string in the A/UX 3.1 sh.
13811381 cat <<_ACEOF
1382 \`configure' configures GStreamer GObject Introspection overrides for Python 1.6.2 to adapt to many kinds of systems.
1382 \`configure' configures GStreamer GObject Introspection overrides for Python 1.7.1 to adapt to many kinds of systems.
13831383
13841384 Usage: $0 [OPTION]... [VAR=VALUE]...
13851385
14511451
14521452 if test -n "$ac_init_help"; then
14531453 case $ac_init_help in
1454 short | recursive ) echo "Configuration of GStreamer GObject Introspection overrides for Python 1.6.2:";;
1454 short | recursive ) echo "Configuration of GStreamer GObject Introspection overrides for Python 1.7.1:";;
14551455 esac
14561456 cat <<\_ACEOF
14571457
15751575 test -n "$ac_init_help" && exit $ac_status
15761576 if $ac_init_version; then
15771577 cat <<\_ACEOF
1578 GStreamer GObject Introspection overrides for Python configure 1.6.2
1578 GStreamer GObject Introspection overrides for Python configure 1.7.1
15791579 generated by GNU Autoconf 2.69
15801580
15811581 Copyright (C) 2012 Free Software Foundation, Inc.
18531853 This file contains any messages produced by compilers while
18541854 running configure, to aid debugging if configure makes a mistake.
18551855
1856 It was created by GStreamer GObject Introspection overrides for Python $as_me 1.6.2, which was
1856 It was created by GStreamer GObject Introspection overrides for Python $as_me 1.7.1, which was
18571857 generated by GNU Autoconf 2.69. Invocation command line was
18581858
18591859 $ $0 $@
28312831
28322832 # Define the identity of the package.
28332833 PACKAGE='gst-python'
2834 VERSION='1.6.2'
2834 VERSION='1.7.1'
28352835
28362836
28372837 cat >>confdefs.h <<_ACEOF
30423042
30433043
30443044
3045 PACKAGE_VERSION_MAJOR=$(echo 1.6.2 | cut -d'.' -f1)
3046 PACKAGE_VERSION_MINOR=$(echo 1.6.2 | cut -d'.' -f2)
3047 PACKAGE_VERSION_MICRO=$(echo 1.6.2 | cut -d'.' -f3)
3045 PACKAGE_VERSION_MAJOR=$(echo 1.7.1 | cut -d'.' -f1)
3046 PACKAGE_VERSION_MINOR=$(echo 1.7.1 | cut -d'.' -f2)
3047 PACKAGE_VERSION_MICRO=$(echo 1.7.1 | cut -d'.' -f3)
30483048
30493049
30503050
30553055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
30563056 $as_echo_n "checking nano version... " >&6; }
30573057
3058 NANO=$(echo 1.6.2 | cut -d'.' -f4)
3058 NANO=$(echo 1.7.1 | cut -d'.' -f4)
30593059
30603060 if test x"$NANO" = x || test "x$NANO" = "x0" ; then
30613061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
31513151 ACLOCAL_AMFLAGS="-I m4 -I common/m4"
31523152
31533153
3154 GST_REQ=1.6.2
3154 GST_REQ=1.7.1
31553155
31563156 PYGOBJECT_REQ=3.0
31573157
1475214752 # report actual input values of CONFIG_FILES etc. instead of their
1475314753 # values after options handling.
1475414754 ac_log="
14755 This file was extended by GStreamer GObject Introspection overrides for Python $as_me 1.6.2, which was
14755 This file was extended by GStreamer GObject Introspection overrides for Python $as_me 1.7.1, which was
1475614756 generated by GNU Autoconf 2.69. Invocation command line was
1475714757
1475814758 CONFIG_FILES = $CONFIG_FILES
1481814818 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1481914819 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1482014820 ac_cs_version="\\
14821 GStreamer GObject Introspection overrides for Python config.status 1.6.2
14821 GStreamer GObject Introspection overrides for Python config.status 1.7.1
1482214822 configured by $0, generated by GNU Autoconf 2.69,
1482314823 with options \\"\$ac_cs_config\\"
1482414824
22 dnl initialize autoconf
33 dnl when going to/from release please set the nano (fourth number) right !
44 dnl releases only do Wall, cvs and prerelease does Werror too
5 AC_INIT(GStreamer GObject Introspection overrides for Python , 1.6.2,
5 AC_INIT(GStreamer GObject Introspection overrides for Python , 1.7.1,
66 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
77 gst-python)
88
3737
3838 dnl required versions of other packages
3939 dnl Note that they are runtime requirements
40 AC_SUBST(GST_REQ, 1.6.2)
40 AC_SUBST(GST_REQ, 1.7.1)
4141 AC_SUBST(PYGOBJECT_REQ, 3.0)
4242
4343 AC_DISABLE_STATIC
329329
330330 # maybe more python and less C some day if core turns a bit more introspection
331331 # and binding friendly in the debug area
332 Gst.trace = _gi_gst.trace
332333 Gst.log = _gi_gst.log
333334 Gst.debug = _gi_gst.debug
334335 Gst.info = _gi_gst.info
286286 }
287287
288288 static PyObject *
289 _wrap_gst_trace (PyObject * whatever, PyObject * string)
290 {
291 return pygst_debug_log (whatever, string, GST_LEVEL_TRACE, FALSE);
292 }
293
294 static PyObject *
289295 _wrap_gst_log (PyObject * whatever, PyObject * string)
290296 {
291297 return pygst_debug_log (whatever, string, GST_LEVEL_LOG, FALSE);
328334 }
329335
330336 static PyMethodDef _gi_gst_functions[] = {
337 {"trace", (PyCFunction) _wrap_gst_trace, METH_VARARGS,
338 NULL},
331339 {"log", (PyCFunction) _wrap_gst_log, METH_VARARGS,
332340 NULL},
333341 {"debug", (PyCFunction) _wrap_gst_debug, METH_VARARGS,