Commit graph

1426 commits

Author SHA1 Message Date
Edward Hervey
7672946935 pbutils: Specify which string variables can be NULL
Without this you can't pass None to the various methods/constructors
2011-02-06 12:08:14 +01:00
Tim-Philipp Müller
fac013c033 gstmodule: remove unused label to fix compiler warning
gstmodule.c: In function 'pygst_fraction_to_value':
gstmodule.c:129:1: error: label 'out' defined but not used

https://bugzilla.gnome.org/show_bug.cgi?id=640837
2011-01-28 16:59:11 +00:00
Andoni Morales Alastruey
8c60dc788e tests: fix checks when the locale is not the default one
Some tests (test_pbutils.py) checks against strings for the
english locale, so we should force it before running any test

https://bugzilla.gnome.org/show_bug.cgi?id=640207
2011-01-25 13:55:48 +00:00
Edward Hervey
fb8beea70a configure.ac: And back to development we go 2011-01-25 11:17:12 +01:00
Edward Hervey
725bc2f11a Release 0.10.21 2011-01-20 21:16:38 +01:00
christian schaller
b7a8c732d0 Update spec file with latest changes 2011-01-17 13:37:28 +00:00
Edward Hervey
2f79198599 gstmodule: Add tags introduced in 0.10.31
Fixes #639632
2011-01-16 14:58:37 +01:00
Edward Hervey
dfb6a5b099 gstmodule: Use a macro to register tags
Avoids human error when registering them (like USER_RATING previously
being TRACK_PEAK).
2011-01-16 14:55:26 +01:00
Arun Raghavan
59fc7cb120 codegen: Ignore functions whose return type is ignored
This makes sure that if X is an ignored type, then functions that return
an object of type X (or a pointer type based on X) are also ignored.

Fixes #639293
2011-01-12 15:04:27 +01:00
Arun Raghavan
778159a685 codegen: Handle pointer types in is_type_ignored()
This ensures that if type X is ignored, then pointers to X (and pointers
to pointers to X, etc.) are also ignored.

Caveat: this also means that ignore-type should only be used with base
types and not pointer types.

Fixes #639293
2011-01-12 15:04:04 +01:00
Edward Hervey
21a885d462 testsuite: Add a make command to run tests forever
And will stop once they fail. Useful to debug racy tests.
2011-01-12 15:01:39 +01:00
Edward Hervey
4e4393c40c 0.10.20.3 pre-release 2011-01-11 20:31:59 +01:00
Stefan Kost
0eac19ec28 Automatic update of common submodule
From e572c87 to f94d739
2011-01-11 15:51:55 +02:00
Tim-Philipp Müller
d18e266474 Automatic update of common submodule
From ccbaa85 to e572c87
2011-01-10 16:38:09 +00:00
Tim-Philipp Müller
7b0f34f889 Automatic update of common submodule
From 46445ad to ccbaa85
2011-01-10 14:55:31 +00:00
Edward Hervey
fd4deb7664 pbutils: Fix discoverer miniobject methods
They were declared as functions and not methods :(
2011-01-07 21:52:03 +01:00
Edward Hervey
3c90163dac 0.10.20.2 pre-release 2011-01-07 17:20:44 +01:00
Edward Hervey
7996f97df8 pbutils: Add overrides for new API 2011-01-07 17:17:05 +01:00
Edward Hervey
5ab5335514 encoding: encoding_profile_get_output_caps => _get_input_caps 2011-01-05 22:18:46 +01:00
Edward Hervey
8e82bc4187 gst: update for latest API addition 2011-01-05 21:28:12 +01:00
Edward Hervey
59dc6032b4 pbutils: Update .defs for latest addition 2011-01-05 21:28:05 +01:00
Edward Hervey
0ef52abad4 gst: Update to 0.10.32 core/base API 2011-01-05 15:05:02 +01:00
Edward Hervey
28fca28378 arg-types: Properly handle const-GstCaps* return values 2011-01-05 15:05:02 +01:00
Edward Hervey
e9409c6d43 Automatic update of common submodule
From 169462a to 46445ad
2010-12-20 17:48:03 +01:00
Stefan Kost
0eb8767c67 Automatic update of common submodule
From 20742ae to 169462a
2010-12-15 14:57:05 +02:00
Stefan Kost
e77c46ce90 Automatic update of common submodule
From 011bcc8 to 20742ae
2010-12-13 16:24:39 +02:00
Edward Hervey
fd6a936f24 test_pad: Fix pad refcount checking due to fix in core
The event source wasn't previously set correctly. Now that it is,
check the refcount on the proper pad.
2010-12-05 14:09:03 +01:00
Edward Hervey
7806e77ab5 configure.ac: back to development
And the crowd goes mad \o/
2010-12-03 14:49:13 +01:00
Edward Hervey
e0f0bce8d6 Release 0.10.20 2010-12-01 23:43:57 +01:00
Tim-Philipp Müller
ba89cdd2e9 0.10.19.5 pre-release 2010-11-22 13:27:15 +00:00
Alessandro Decina
a1584d04c5 Fix distcheck some more.
In testsuite/common.py look for gst/__init__.py in builddir now.
Clean gst/__init__.pyc after make check.
2010-11-22 14:18:05 +01:00
Alessandro Decina
cac4f31f1a Fix distcheck.
Before this change gst/__init__.py wasn't being copied to
$(top_builddir)/gst/, making make check fail to import gst.
2010-11-22 13:41:17 +01:00
Thiago Santos
67495d15f8 gst: updating datetime functions
Updating datetime _from_unix functions for the new 2 variants (utc/local)

https://bugzilla.gnome.org/show_bug.cgi?id=635031
2010-11-17 09:59:29 -03:00
Edward Hervey
4af2afe2c6 pbutils: Check that pygst_init() succeeded 2010-11-09 11:04:13 +01:00
Edward Hervey
ab46967800 gst: run gst-indent all C files
We hadn't done it since the switch to git... whoops
2010-11-09 11:02:44 +01:00
Edward Hervey
ee647847f3 pygst: Get the _PyGst_API symbol from the proper module
https://bugzilla.gnome.org/show_bug.cgi?id=634365
2010-11-09 11:01:11 +01:00
Edward Hervey
be08aac982 pbutils: Update for latest API change in gstdiscoverer 2010-11-08 19:01:50 +01:00
Tim-Philipp Müller
d7a89ac66d configure.ac: 0.10.19.4 pre-release
Skip .3 to align number with the other pre-releases.
2010-11-01 19:37:03 +00:00
Tim-Philipp Müller
366f1650a5 pbutils: update for discoverer API changes in last gst-plugins-base pre-release
https://bugzilla.gnome.org/show_bug.cgi?id=633311
2010-10-30 16:22:59 +01:00
David Hoyt
dc5d2e6167 plugin: Fix build on MSVC
Fixes #633141
2010-10-27 16:59:08 +02:00
Jan Schmidt
89bda041ac Automatic update of common submodule
From 7bbd708 to 011bcc8
2010-10-27 13:17:57 +01:00
Jan Schmidt
ce850ed9a8 filesrc.py: Call gobject.threads_init() in the example
Fixes: #633033
2010-10-27 09:46:06 +01:00
Edward Hervey
34bf6206a7 configure.ac: 0.10.19.2 pre-release 2010-10-22 18:17:34 +02:00
Edward Hervey
48a2737b0e pbutils: Overrides for GstDiscoverer API 2010-10-22 13:28:03 +02:00
Edward Hervey
79b851ff26 gst: Register new GST_ELEMENT_FACTORY_LIST_TYPE constants 2010-10-22 13:27:33 +02:00
Edward Hervey
dea61b1c5f gst: Add override for new qos messages 2010-10-22 13:27:02 +02:00
Edward Hervey
44767148ba gst: Add override for gst_event_parse_sink_message 2010-10-22 13:26:44 +02:00
Edward Hervey
32feb729d4 gst: Add overrides for new GstElementFactoryList functions 2010-10-22 13:26:21 +02:00
Edward Hervey
f611419015 arg-types: GstElementFactoryListType is a guint64 2010-10-22 13:25:45 +02:00
Edward Hervey
5e0b6ccc8e gst: Add GstDateTime as a boxed 2010-10-22 13:25:22 +02:00