Commit graph

12 commits

Author SHA1 Message Date
Thiago Santos e401c49911 pbutils: Encoding profiles accept null caps restrictions
Add 'null-ok' for encoding video/audio profiles constructor
so they accept None as caps restriction parameter
2011-05-03 09:37:36 -03:00
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
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 5ab5335514 encoding: encoding_profile_get_output_caps => _get_input_caps 2011-01-05 22:18:46 +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 be08aac982 pbutils: Update for latest API change in gstdiscoverer 2010-11-08 19:01:50 +01: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
Edward Hervey 48a2737b0e pbutils: Overrides for GstDiscoverer API 2010-10-22 13:28:03 +02:00
Edward Hervey 642fed71da gst: Update to latest 0.10.31 core/base API 2010-10-18 12:00:57 +02:00
Edward Hervey f6bd62ac46 gst/Makefile.am: gst.pbutils also needs to handle miniobjects
Original commit message from CVS:
* gst/Makefile.am:
gst.pbutils also needs to handle miniobjects
* gst/pbutils.defs:
Add new InstallPluginsContext boxed definition.
All the *_new() functions should be accessible (and not act as
constructors).
* gst/pbutils.override:
Add override for install_plugins_sync().
* gst/pbutilsmodule.c:
Add pygst_debug debug category in this module too.
* testsuite/test_pbutils.py:
Test existence of new API. Needs more tests.
2008-01-11 16:30:45 +00:00
Edward Hervey cd3d33a4a6 gst/: new gst.pbutils module that wraps the gst-plugins-base pbutils helper library.
Original commit message from CVS:
* gst/Makefile.am:
* gst/common.h:
* gst/pbutils.defs:
* gst/pbutils.override:
* gst/pbutilsmodule.c: (initpbutils):
new gst.pbutils module that wraps the gst-plugins-base pbutils
helper library.
* testsuite/Makefile.am:
* testsuite/common.py:
* testsuite/test_pbutils.py:
Test case for gst.pbutils
Fixes #472822
2008-01-01 13:22:21 +00:00