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
Edward Hervey
0238e12e01
gst: Make all libraries use shared PyGst_API
...
Fixes #590348
2010-10-18 12:01:02 +02:00
Edward Hervey
3e73bfc4b2
gst: Export some pygst API to be used by external modules
...
Partially fixes #590348
2010-10-18 12:01:02 +02:00
Edward Hervey
eb8869dce1
gst: Bump required core/base to 0.10.20
...
And clean up code accordingly
2010-10-18 12:01:02 +02:00
Edward Hervey
642fed71da
gst: Update to latest 0.10.31 core/base API
2010-10-18 12:00:57 +02:00
Leo Singer
84f6e26768
gst: add bindings for more gst.util_uint64_scale_*
2010-08-27 12:43:59 +02:00
Alessandro Decina
dc6b4f7a0a
gst.Structure: raise TypeError when assigning None to a key
2010-08-06 23:18:02 +02:00
Alessandro Decina
e20157bda2
gst: implement getters and setters for GST_TYPE_FRACTION properties. Fixes #624882 .
2010-07-26 19:42:34 +02:00
Alessandro Decina
56a725879d
gst.GhostPad: allow set_target(None) to unset the target. Fixes #590735 .
2010-07-14 12:35:35 +02:00
Edward Hervey
22db96fc6d
gst: Add GST_TAG_IMAGE_ORIENTATION
2010-07-07 12:12:09 +02:00
Edward Hervey
3573dfefa9
base: Add new GstBaseSink methods
2010-07-07 12:07:55 +02:00
Edward Hervey
110de36d65
Add gst-plugins-base 0.10.29/0.10.30 API additions
2010-06-27 10:35:55 +02:00
Edward Hervey
e485bad78b
Add new core library API from 0.10.30
2010-06-27 10:14:58 +02:00
Edward Hervey
7ac79bfef9
Add new core 0.10.29 and 0.10.30 API definitions
2010-06-27 10:08:02 +02:00
Thiago Santos
5ea379d845
gstmodule: Add missing tags
...
Map GST_TAG_* that were missing in gst-python bindings
2010-05-03 14:15:20 -03:00
Olivier Aubert
f01b950a4c
Implement setter for gst.Buffer.size
...
https://bugzilla.gnome.org/show_bug.cgi?id=589582
2010-04-29 16:10:20 +02:00
Thiago Santos
697c8e73f7
tag: Adds xmp functions mappings
...
Maps gst_tag_list_from_xmp_buffer and
gst_tag_list_to_xmp_buffer
https://bugzilla.gnome.org/show_bug.cgi?id=617068
2010-04-29 16:05:26 +02:00
Thiago Santos
8331db15ca
arg-types: Map const GstMiniObject
...
Adds GstMiniObjectArg to be able to use GstMiniObject objects
and its const versions in functions
https://bugzilla.gnome.org/show_bug.cgi?id=617068
2010-04-29 16:05:26 +02:00
Emilio Pozuelo Monfort
df44e7b426
Fix import on GNU/Hurd
2010-03-15 11:37:19 +01:00
Sebastian Dröge
60e9fa42a1
build: Make some more rules silent if requested
2010-02-26 16:45:38 +01:00
Luca Bruno
5f22436694
Fix importing of gst module on GNU/kFreeBSD
2010-01-23 12:39:46 +01:00
Edward Hervey
75b08daff2
bump minimum requirement to 0.10.18 and remove cruft
2010-01-18 15:03:22 +01:00
Edward Hervey
1ec21f61ce
ignore new API additions for 0.10.26 core/base releases
2010-01-18 15:03:22 +01:00
Edward Hervey
589e66102f
gst: Update .defs to new API
2010-01-18 15:03:22 +01:00
Thiago Santos
64e9d7f25b
python: Do not pop tags in discoverer.py
...
Do not use pop on dicts because it destroys the tags info.
Fixes #592459
2010-01-18 09:06:28 -03:00
Edward Hervey
5d90f1d431
Update definitions and ignores for core/base 0.10.25. Fixes #587432
2009-09-16 16:23:27 +02:00
Johannes Berg
e2de828bba
Use only one copy of pygstminiobject. Fixes #590348 .
...
Instead of linking pygstminiobject.c into all the modules,
we can link it only into _gst and export the symbols for
the other modules. This fixes bug #590348 because now the
class key/id is common for all modules as a side-effect.
Also makes the modules smaller.
2009-08-21 16:38:32 +02:00
Alessandro Decina
9350cfa633
Fix leak in gst_base_sink_get_lasy_buffer. Fixes #592447 .
2009-08-20 15:46:53 +02:00
Alessandro Decina
3bcc688758
Release the GIL around gst_pad_link.
2009-08-13 11:46:05 +02:00
Edward Hervey
f46cb7c335
gstpad: Don't forget to acquire/release the GIL in pac_block_destroy_data
2009-08-13 11:00:49 +02:00
Edward Hervey
065a82a88a
gst: More API additions to gstreamer core. Fixes #587432
2009-07-17 11:48:36 +02:00
Edward Hervey
dfc49916ec
gstquery.override: Wrap remainig gst_query_parse*() methods.
2009-07-01 16:01:53 +02:00
Edward Hervey
70f4f4c646
gstevent.override: Fix typos.
2009-07-01 16:01:41 +02:00
Edward Hervey
7ad1b84f50
gst.Message: Wrap remaining parse_*() methods.
2009-07-01 13:54:57 +02:00
Edward Hervey
13d2cb2145
gst.Event: wrap parse_new_segment_full()
2009-07-01 13:54:40 +02:00
Edward Hervey
92d6245ff6
gst.defs: Properly mark functions returning new objects
2009-07-01 13:53:54 +02:00
Edward Hervey
eb2aedc523
gst.Message: Add overrides for new 0.10.24 messages
2009-07-01 12:30:59 +02:00
Edward Hervey
f1bbb486ae
gst.Event: Add override for step event
2009-07-01 12:30:40 +02:00
Edward Hervey
a018096a7c
Update .defs for core API additions
2009-07-01 10:58:42 +02:00
Jan Schmidt
71539efe7f
values: Fix segfault in the testsuite
...
It seems pygst_value_from_pyobject should not unref the passed
in object. Wrap the original pygst_value_from_pyobject in a function
that converts unicode python objects and then unrefs the temporary
object after extraction into a GValue.
2009-06-05 23:26:11 +01:00
Thomas Vander Stichele
26fa6dd184
wrap gst_tag_to_vorbis_comment; fix uint tag setting
...
Setting gst.TAG_TRACK_NUMBER was failing because GStreamer
expects a uint while Python object -> GValue conversion was
giving an int. gst_tag_to_vorbis_comment was wrapped so
this conversion could be tested and failed on properly.
2009-06-01 22:02:47 +02:00
Thomas Vander Stichele
88f3323bfe
Convert unicode objects to utf-8 encoded G_STRINGs
2009-06-01 19:08:47 +02:00
Thomas Vander Stichele
eb3701dfe5
fix some grammar, add some debug
2009-06-01 12:46:03 +02:00
Edward Hervey
db8ae1f191
gst.defs: Replace gchar** by GStrv to wrap more methods. Fixes #580992
2009-05-26 21:02:19 +02:00
Edward Hervey
f72c2fe02a
gst-pb-0.10.23.ignore: Remove stray empty line.
...
This caused some issues on some systems.
2009-05-12 11:52:11 +02:00
Edward Hervey
ed998fec03
gst-pb-0.10.23: Fix the ignores, globs need to go in a special section.
...
Finishes fixing #581729
2009-05-07 14:50:04 +02:00
Edward Hervey
ff43cb3c67
gst-0.10.23.ignore: Add newly added enum values. Partially fixes #581729
2009-05-07 14:49:53 +02:00
Thomas Vander Stichele
12a210c613
TIME_ARGS: Catch bad input. Fixes #579455
2009-04-23 17:08:04 +02:00