[Gtk-sharp-list] gst-sharp 0.6 patch

Mike Kestner mkestner@speakeasy.net
Tue, 04 Nov 2003 13:45:34 -0600


On Sun, 2003-11-02 at 12:18, John Luke wrote:
> Hello,
> 
> Here is a patch to update gst# to 0.6 version.  It even compiles and
> runs the samples, but they do not quite work yet.  (bin.Iterate () is
> always returning false and thus nothing is played.)  Also, it depends on
> the patch from yesterday to the generator for Callbacks with out
> parameters.

Thanks for the patch.  The only question I have is related to the rename
of the Autoplug object.  I think instead you probably want to do
something like:

  <move-node
path="//class[@cname='GstAutoplug_']/method">//object[@cname='GstAutoplug']</move-node>

The parser should've put those static methods on the object to start
with.  Not sure why it wouldn't have.

-- 
Mike Kestner <mkestner@speakeasy.net>