GNOME Bugzilla – Bug 656289
We should be able to reuse (Py)GstMiniObject and its subclasses from outside of pygst
Last modified: 2011-08-10 16:12:32 UTC
The problem is that in GES we actually need GstMiniObjects bindings, and we should be reuse the methods that are in PyGst to do so. We need to install the pygst.h file, and move the miniobjects definition to this file so it can be reused in GES. Attaching patches here.
Created attachment 193565 [details] [review] Second patch that moves the miniobject structures to pygst.h
Created attachment 193566 [details] [review] And, the first part that installs pygst.h
commit 94491ae53567a98c73744412c7bbedd2fdf1d315 Author: Thibault Saunier <thibault.saunier@collabora.com> Date: Wed Aug 10 17:10:01 2011 +0200 Install pygst.h so it can be reused by other bindings Also add a PYGST_CFLAGS https://bugzilla.gnome.org/show_bug.cgi?id=656289 commit 3b602c14041622c48c5a92809a4a644e9aec6f5c Author: Thibault Saunier <thibault.saunier@collabora.com> Date: Wed Aug 10 17:13:17 2011 +0200 gst: Move PyGstMiniObject to public API. Allows it to be reused from 3rd party modules. https://bugzilla.gnome.org/show_bug.cgi?id=656289