mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
e97c51a473
commit
a50f4736b8
3 changed files with 9 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* gst/gstmodule.c: (init_gst):
|
||||
|
|
1
gst/.gitignore
vendored
1
gst/.gitignore
vendored
|
@ -8,6 +8,7 @@ Makefile.in
|
|||
.libs
|
||||
.deps
|
||||
gst.c
|
||||
pbutils.c
|
||||
gen-*.c
|
||||
interfaces.c
|
||||
play.c
|
||||
|
|
|
@ -1212,7 +1212,7 @@ _wrap_gst_segment_clip (PyObject * self, PyObject * args, PyObject * kwargs)
|
|||
|
||||
%%
|
||||
override GstURIHandler__proxy_do_get_type_full
|
||||
static guint
|
||||
static GstURIType
|
||||
_wrap_GstURIHandler__proxy_do_get_type_full (GType type)
|
||||
{
|
||||
PyGILState_STATE __py_state;
|
||||
|
|
Loading…
Reference in a new issue