Commit graph

18 commits

Author SHA1 Message Date
Thibault Saunier
10803b553d ges: Rework the ges_pitivi_get_sources method
+ Remove the URI parameter of ges_pitivi_get_sources

    + Rework how we handle the PitiviFormatterPrivate.source_table HashTable
      rename it to sources_table to make a difference between it and the
      source_table(s) it containes
2012-01-11 11:56:17 -03:00
Thibault Saunier
31430b1e0a ges: Let user set a source list on the PitiviFormatter
API: ges_pitivi_formatter_set_sources

Bind it in python
2012-01-11 11:56:17 -03:00
mathieu duponchelle
ac6f8599fe Add API to get all sources from xptv project 2012-01-11 11:56:17 -03:00
Thibault Saunier
ba57355d95 ges: Add a runtime version checking function
Bind it in python

API: ges_version
2012-01-11 11:56:17 -03:00
Mathieu Duponchelle
ba37d07261 python: bind and override the ges_track_get_objects method 2012-01-11 11:56:14 -03:00
Tim-Philipp Müller
01cd77e423 bindings: fix up pygst includes for new install directory
Changes from pygst/pygst.h to gst/pygst.h to match the source
code layout, which makes things easier in an uninstalled setup.

https://bugzilla.gnome.org/show_bug.cgi?id=657435
https://bugzilla.gnome.org/show_bug.cgi?id=657436
2011-10-12 12:37:54 +01:00
Thibault Saunier
0e437d4069 pyges: link against pygst and use GstMiniObject 2011-08-11 14:40:10 +02:00
Mathieu Duponchelle
0711c8d2c4 pyges : Add overrides 2011-08-11 14:40:09 +02:00
Mathieu Duponchelle
f738133ccf pyges : Add *_valist and *_by_pspec to the ignore-glob 2011-08-11 14:40:09 +02:00
Mathieu Duponchelle
6390ab1798 pyges : override unhandled methods 2011-08-11 14:40:09 +02:00
Mathieu Duponchelle
0b09331dbb pyges : Remove ges_formatter_set_data and get_data from the .defs 2011-08-11 14:40:08 +02:00
Mathieu Duponchelle
18be79ac57 pyges : Override ges_timeline_parse_launch_effect_new to make it accept None 2011-08-11 14:40:08 +02:00
Thibault Saunier
b0114a79c4 pyges: add get_type method to the ignore_blob list 2011-08-10 17:12:46 +02:00
Mathieu Duponchelle
ee96719f3c pyges: Override methods using GList 2011-08-10 17:12:46 +02:00
Thibault Saunier
20db3b7e78 pyges: override ges_track_get_timeline
This make the bindings compiling without warning
2011-08-10 17:12:45 +02:00
Thibault Saunier
168d3cef72 pyges: add registering functions prototypes to ges.override 2011-08-10 17:12:45 +02:00
Thibault Saunier
fbeb43ad39 pyges: Define missing types 2011-08-10 17:12:45 +02:00
Mathieu Duponchelle
9237a997cb pyges: Add ges.override 2011-08-10 17:12:45 +02:00