Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-python
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
26
Issues
26
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-python
Commits
53934de3
Commit
53934de3
authored
Feb 19, 2016
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.7.2
parent
7b627c49
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
46 additions
and
12 deletions
+46
-12
ChangeLog
ChangeLog
+30
-2
NEWS
NEWS
+1
-1
RELEASE
RELEASE
+4
-7
configure.ac
configure.ac
+2
-2
gst-python.doap
gst-python.doap
+9
-0
No files found.
ChangeLog
View file @
53934de3
=== release 1.7.2 ===
2016-02-19 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.7.2
2016-02-15 23:26:06 +0100 Thibault Saunier <tsaunier@gnome.org>
* gi/overrides/gstmodule.c:
* testsuite/common.py:
gst: Fix a crash when passing wrong type as __templates__
2016-02-08 11:30:08 +0100 Thibault Saunier <tsaunier@gnome.org>
* gi/overrides/GstPbutils.py:
* plugin/gstpythonplugin.c:
Avoid warning about gi.require_version not being called
2015-12-24 15:30:00 +0100 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
Back to development
=== release 1.7.1 ===
2015-12-24
Sebastian Dröge <slomo@coaxion.net
>
2015-12-24
15:00:41 +0100 Sebastian Dröge <sebastian@centricular.com
>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.7.1
* gst-python.doap:
Release 1.7.1
2015-12-14 13:03:24 +0100 Sebastian Dröge <sebastian@centricular.com>
...
...
NEWS
View file @
53934de3
This is GStreamer 1.7.
1
This is GStreamer 1.7.
2
RELEASE
View file @
53934de3
Release notes for GStreamer Python bindings 1.7.
1
Release notes for GStreamer Python bindings 1.7.
2
The GStreamer team is pleased to announce the first release of the unstable
The GStreamer team is pleased to announce the second release of the unstable
1.7 release series. The 1.7 release series is adding new features on top of
the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.7 release series
...
...
@@ -13,20 +12,19 @@ API can still change until that point.
Binaries for Android, iOS, Mac OS X and Windows will be provided separately
during the unstable 1.7 release series.
==== Download ====
You can find source releases of gst-python in the download
directory: http://gstreamer.freedesktop.org/src/gst-python/
directory: http
s
://gstreamer.freedesktop.org/src/gst-python/
The git repository and details how to clone it can be found at
http://cgit.freedesktop.org/gstreamer/gst-python/
==== Homepage ====
The project's website is http://gstreamer.freedesktop.org/
The project's website is http
s
://gstreamer.freedesktop.org/
==== Support and Bugs ====
...
...
@@ -51,7 +49,6 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Mark Nauwelaerts
* Sebastian Dröge
* Thibault Saunier
\ No newline at end of file
configure.ac
View file @
53934de3
...
...
@@ -3,7 +3,7 @@ AC_PREREQ([2.68])
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT(GStreamer GObject Introspection overrides for Python , 1.7.
1.1
,
AC_INIT(GStreamer GObject Introspection overrides for Python , 1.7.
2
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)
...
...
@@ -38,7 +38,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
dnl required versions of other packages
dnl Note that they are runtime requirements
AC_SUBST(GST_REQ, 1.7.
1.1
)
AC_SUBST(GST_REQ, 1.7.
2
)
AC_SUBST(PYGOBJECT_REQ, 3.0)
AC_DISABLE_STATIC
...
...
gst-python.doap
View file @
53934de3
...
...
@@ -30,6 +30,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
</GitRepository>
</repository>
<release>
<Version>
<revision>1.7.2</revision>
<branch>master</branch>
<created>2016-02-19</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.7.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.7.1</revision>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment