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
6de8ad8d
Commit
6de8ad8d
authored
Oct 05, 2009
by
Jan Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.10.17
parent
a38bcc2b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
58 additions
and
12 deletions
+58
-12
ChangeLog
ChangeLog
+30
-0
NEWS
NEWS
+14
-1
RELEASE
RELEASE
+13
-10
configure.ac
configure.ac
+1
-1
No files found.
ChangeLog
View file @
6de8ad8d
=== release 0.10.17 ===
2009-10-05 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac:
releasing 0.10.17, "Shiny new button"
2009-09-17 01:21:47 +0100 Jan Schmidt <thaytan@noraisin.net>
* configure.ac:
0.10.16.3 pre-release
2009-09-16 16:23:27 +0200 Edward Hervey <bilboed@bilboed.com>
* configure.ac:
* gst/Makefile.am:
* gst/gst-0.10.25.ignore:
* gst/gst-pb-0.10.25.ignore:
* gst/gst.defs:
* gst/gstversion.override.in:
* gst/interfaces.defs:
* gst/interfaces.override:
Update definitions and ignores for core/base 0.10.25. Fixes #587432
2009-09-12 00:26:57 +0100 Jan Schmidt <thaytan@noraisin.net>
* ChangeLog:
* configure.ac:
0.10.16.2 pre-release
2009-09-11 22:41:28 +0100 Jan Schmidt <thaytan@noraisin.net>
* testsuite/test_message.py:
...
...
NEWS
View file @
6de8ad8d
This is GStreamer Python Bindings 0.10.16, "Distorted memory"
This is GStreamer Python Bindings 0.10.17, "Shiny new button"
Changes since 0.10.16:
* Fix leak in gst_base_sink_get_last_buffer()
* Fix linking of pygstminiobject
* Add test_audio.py example
* Fix deadlocks calling gst_pad_link()
Bugs fixed since 0.10.16:
* 590348 : [audio (and other modules)] can't use pygstminiobject !
* 590803 : checks fail in non-English locale
* 592447 : memory leak on certain pipelines with appsink
Changes since 0.10.15:
...
...
RELEASE
View file @
6de8ad8d
Release notes for GStreamer Python bindings 0.10.1
6 "Distorted memory
"
Release notes for GStreamer Python bindings 0.10.1
7 "Shiny new button
"
...
...
@@ -17,15 +17,16 @@ It is, however, parallel installable with the 0.8.x series.
Features of this release
* Update bindings for GStreamer 0.10.24
* Fixes for the python plugin loader
* Fix leak in gst_base_sink_get_last_buffer()
* Fix linking of pygstminiobject
* Add test_audio.py example
* Fix deadlocks calling gst_pad_link()
Bugs fixed in this release
* 580992 : gst_preset_get_preset_names not wrapped in gst-python
* 583378 : libgstpython.so causes a segfault
* 583607 : Error when building from tarball
* 584445 : gst.TagList getters and setters should convert unicode ob...
* 590348 : [audio (and other modules)] can't use pygstminiobject !
* 590803 : checks fail in non-English locale
* 592447 : memory leak on certain pipelines with appsink
Download
...
...
@@ -54,9 +55,11 @@ Applications
Contributors to this release
* Alessandro Decina
* Christian Schaller
* Edward Hervey
* Jan Schmidt
*
Olivier Crête
*
Stefan Kost
*
Thomas Vander Stichel
e
*
Johannes Berg
*
Marc-Andre Lureau
*
Sebastian Drög
e
\ No newline at end of file
configure.ac
View file @
6de8ad8d
...
...
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
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 Python Bindings, 0.10.1
6.3
,
AC_INIT(GStreamer Python Bindings, 0.10.1
7
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)
...
...
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