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
6981cbfb
Commit
6981cbfb
authored
May 04, 2017
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.12.0
parent
dddffea0
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
767 additions
and
16 deletions
+767
-16
ChangeLog
ChangeLog
+14
-2
NEWS
NEWS
+734
-1
RELEASE
RELEASE
+6
-10
configure.ac
configure.ac
+2
-2
gst-python.doap
gst-python.doap
+10
-0
meson.build
meson.build
+1
-1
No files found.
ChangeLog
View file @
6981cbfb
=== release 1.12.0 ===
2017-05-04 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.12.0
=== release 1.11.91 ===
2017-04-27
Sebastian Dröge <slomo@coaxion.net
>
2017-04-27
17:37:36 +0300 Sebastian Dröge <sebastian@centricular.com
>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.11.91
* gst-python.doap:
* meson.build:
Release 1.11.91
=== release 1.11.90 ===
...
...
NEWS
View file @
6981cbfb
This diff is collapsed.
Click to expand it.
RELEASE
View file @
6981cbfb
Release notes for GStreamer Python bindings 1.1
1.91
Release notes for GStreamer Python bindings 1.1
2.0
The GStreamer team is pleased to announce the
second release candidate of the
stable 1.12 release series. The 1.12 release series is adding new features on
top of the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and
ABI-stable
1.x release series of the GStreamer multimedia framework.
The GStreamer team is pleased to announce the
first release in the stable 1.12
release series. The 1.12 release series is adding new features on top of the
1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and ABI-stable
1.x release series of the GStreamer multimedia framework.
Full release notes will be provided with the 1.12.0 release, highlighting all
the new features, bugfixes, performance optimizations and other important
changes.
Full release notes can be found here
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
...
...
@@ -51,7 +49,5 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Nicolas Dufresne
* Sebastian Dröge
* Thibault Saunier
\ No newline at end of file
configure.ac
View file @
6981cbfb
...
...
@@ -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.1
1.91
,
AC_INIT(GStreamer GObject Introspection overrides for Python , 1.1
2.0
,
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.1
1.91
)
AC_SUBST(GST_REQ, 1.1
2.0
)
AC_SUBST(PYGOBJECT_REQ, 3.0)
AC_DISABLE_STATIC
...
...
gst-python.doap
View file @
6981cbfb
...
...
@@ -30,6 +30,16 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
</GitRepository>
</repository>
<release>
<Version>
<revision>1.12.0</revision>
<branch>master</branch>
<name></name>
<created>2017-05-04</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.12.0.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.11.91</revision>
...
...
meson.build
View file @
6981cbfb
project('gst-python', 'c', 'cpp',
version : '1.1
1.91
',
version : '1.1
2.0
',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',
...
...
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