Upstream didn't implement the Player interface correctly, so the types are
not matching up.
}
[CCode (cheader_filename = "clutter-gst/clutter-gst.h")]
[Version (since = "1.4")]
- public interface Player : Clutter.Media, GLib.Object, Clutter.Media {
+ public interface Player : Clutter.Media, GLib.Object {
public static void class_init (GLib.ObjectClass object_class);
public void deinit ();
public abstract int get_audio_stream ();
[CCode (cheader_filename = "clutter-gst/clutter-gst.h", cname = "CLUTTER_GST_CHECK_VERSION")]
public static bool check(int major, int minor, int micro);
}
- public interface Player : Clutter.Media, GLib.Object {
+ public interface Player {
public abstract Cogl.Handle idle_material { get; set; }
}
}
.argv unowned
.entries array nullable default=null
.translation_domain nullable default=null
+
+VideoTexture
+ .get_audio_streams skip
+ .get_subtitle_tracks skip