GStreamer multimedia framework
Go to file
Edward Hervey e97416a785 configure.ac: Only require GStreamer core >= 0.10.2
Original commit message from CVS:
* configure.ac:
Only require GStreamer core >= 0.10.2
Detect version of core the bindings are being compiled against and
write gst/gstversion.override file with eventual API additions that
should be ignored.
* gst/Makefile.am:
* gst/base.defs:
Added gst_base_sync_[set|get]_[sync|max_lateness]() and
gst_type_find_helper_get_range() definitions
* gst/gst-0.10.3.ignore:
API added in gstreamer core 0.10.3
* gst/gst-0.10.4.ignore:
API added in gstreamer core 0.10.4
* gst/gst.override:
Include gstversion.override.
* gst/gstversion.override.in:
Magic file for API additions to ignore.
2006-03-14 12:56:46 +00:00
codegen codegen/: New --extendpath option for codegenerator so we can add extra path to search for included override files. 2006-03-14 12:25:22 +00:00
common@9200457d08 gst/: Added new API: gst_pipeline_[get|set]_auto_flush_bus() gst_uri_has_protocol() 2006-03-10 10:54:40 +00:00
examples examples/vumeter.py: In fact it wasn't an application message, but an element message :) 2006-02-20 18:07:59 +00:00
gst configure.ac: Only require GStreamer core >= 0.10.2 2006-03-14 12:56:46 +00:00
pkgconfig pkgconfig/gst-python-uninstalled.pc.in: set pyexecdir for uninstalled as well 2004-11-11 16:23:58 +00:00
testsuite testsuite/test_event.py: Properly use tempfile 2006-02-01 16:37:41 +00:00
.gitignore add Makefile.am 2005-10-04 08:18:27 +00:00
.gitmodules initial python bindings 2002-03-24 04:32:10 +00:00
acinclude.m4 fix underquotedness 2004-02-11 17:38:15 +00:00
AUTHORS distcheck and final release prep fixes 2003-07-10 04:27:47 +00:00
autogen.sh autogen.sh (CONFIGURE_DEF_OPT): Check for automake 1.9 and 1.8, but not for 1.5. 2005-10-12 17:20:17 +00:00
ChangeLog configure.ac: Only require GStreamer core >= 0.10.2 2006-03-14 12:56:46 +00:00
configure.ac configure.ac: Only require GStreamer core >= 0.10.2 2006-03-14 12:56:46 +00:00
COPYING Remove the literal "^L" strings. 2002-10-04 05:34:24 +00:00
env gst/: Update for core changes. 2005-09-02 16:21:45 +00:00
gst-python.spec.in update spec file 2006-01-25 11:23:20 +00:00
INSTALL initial python bindings 2002-03-24 04:32:10 +00:00
ltihooks.py Backport from 0.8 branch and added new .defs file from GStreamer 0.9 2005-06-17 10:59:47 +00:00
Makefile.am Follow pygtk's lead in installing pygst.py and .pth in pyexecdir - this will do the right thing on multilib 64 bit 2005-12-14 17:18:38 +00:00
NEWS releasing 0.10.2 2006-01-16 20:59:29 +00:00
pygst.py.in pygst.py.in: Fix a silly logic inversion typo 2006-02-28 00:17:45 +00:00
README distcheck and final release prep fixes 2003-07-10 04:27:47 +00:00
RELEASE releasing 0.10.2 2006-01-16 20:59:29 +00:00
TODO configure.ac (PYGTK_CODEGEN): Use built in code generator again and don't require 2.3.91, 2.0.0 should do fine (FC1 o... 2004-04-16 16:53:29 +00:00

This file will be autogenerated.  Please read README-docs.