summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2007-11-08 10:51:07 +0000
committerJohan Dahlin <johan@gnome.org>2007-11-08 10:51:07 +0000
commit5b5311a64f943cb75408703edb4d00a3ce3b7921 (patch)
tree38a04f225bb71cfc761ffc92b95218542dd5a5e6 /ChangeLog
parentfbd4ea3772f3a7f4170d95355a8122bc3d65ff83 (diff)
Add a new module, gstoption which allows you to fetch the
Original commit message from CVS: 2007-11-05 Johan Dahlin <johan@gnome.org> * gstoptionmodule.c: * Makefile.am: * configure.ac: Add a new module, gstoption which allows you to fetch the GOptionGroup from gstreamer without initializing and parsing the command line arguments. Requires PyGObject 2.15.0 Fixes #425847 * examples/option-parser.py (main): Example
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec353f8f10..609d90bf61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-11-05 Johan Dahlin <johan@gnome.org>
+
+ * gstoptionmodule.c:
+ * Makefile.am:
+ * configure.ac:
+ Add a new module, gstoption which allows you to fetch the
+ GOptionGroup from gstreamer without initializing and parsing
+ the command line arguments. Requires PyGObject 2.15.0
+ Fixes #425847
+
+ * examples/option-parser.py (main): Example
+
2007-11-01 Johan Dahlin <johan@gnome.org>
* gst/gst.override: