gst/.cvsignore: Ignore generated pbutils.c

Original commit message from CVS:
* gst/.cvsignore:
Ignore generated pbutils.c
* gst/gst.override:
Fix compiler warning about the return type.
This commit is contained in:
Jan Schmidt 2008-01-31 14:14:50 +00:00
parent e97c51a473
commit a50f4736b8
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2008-01-31 Jan Schmidt <Jan.Schmidt@sun.com>
* gst/.cvsignore:
Ignore generated pbutils.c
* gst/gst.override:
Fix compiler warning about the return type.
2008-01-30 Edward Hervey <edward.hervey@collabora.co.uk> 2008-01-30 Edward Hervey <edward.hervey@collabora.co.uk>
* gst/gstmodule.c: (init_gst): * gst/gstmodule.c: (init_gst):

1
gst/.gitignore vendored
View file

@ -8,6 +8,7 @@ Makefile.in
.libs .libs
.deps .deps
gst.c gst.c
pbutils.c
gen-*.c gen-*.c
interfaces.c interfaces.c
play.c play.c

View file

@ -1212,7 +1212,7 @@ _wrap_gst_segment_clip (PyObject * self, PyObject * args, PyObject * kwargs)
%% %%
override GstURIHandler__proxy_do_get_type_full override GstURIHandler__proxy_do_get_type_full
static guint static GstURIType
_wrap_GstURIHandler__proxy_do_get_type_full (GType type) _wrap_GstURIHandler__proxy_do_get_type_full (GType type)
{ {
PyGILState_STATE __py_state; PyGILState_STATE __py_state;