[vala] Gst.Navigation requires Gst.Element



commit c3d8f09ddc7f5b923ab0b923df035f92afbf0def
Author: Jaap A. Haitsma <jaap haitsma org>
Date:   Sun Jun 28 19:25:27 2009 +0200

    Gst.Navigation requires Gst.Element
    
    Patch by Victor Manuel Jaquez Leal <vjaquez igalia com>
    Fixes bug #584912

 vapi/gstreamer-interfaces-0.10.vapi                |    2 +-
 .../gstreamer-interfaces-0.10-custom.vala          |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gstreamer-interfaces-0.10.vapi b/vapi/gstreamer-interfaces-0.10.vapi
index 8f8dea2..95eeb05 100644
--- a/vapi/gstreamer-interfaces-0.10.vapi
+++ b/vapi/gstreamer-interfaces-0.10.vapi
@@ -80,7 +80,7 @@ namespace Gst {
 		public virtual signal void volume_changed (Gst.MixerTrack channel, void* volumes);
 	}
 	[CCode (cheader_filename = "gst/interfaces/navigation.h")]
-	public interface Navigation {
+	public interface Navigation : Gst.Element {
 		public abstract void send_event (Gst.Structure structure);
 		public void send_key_event (string event, string key);
 		public void send_mouse_event (string event, int button, double x, double y);
diff --git a/vapi/packages/gstreamer-interfaces-0.10/gstreamer-interfaces-0.10-custom.vala b/vapi/packages/gstreamer-interfaces-0.10/gstreamer-interfaces-0.10-custom.vala
index 71b0312..08945e8 100644
--- a/vapi/packages/gstreamer-interfaces-0.10/gstreamer-interfaces-0.10-custom.vala
+++ b/vapi/packages/gstreamer-interfaces-0.10/gstreamer-interfaces-0.10-custom.vala
@@ -46,4 +46,8 @@ namespace Gst {
 		public abstract unowned GLib.List<Gst.TunerChannel> list_channels ();
 		public abstract unowned GLib.List<Gst.TunerNorm> list_norms ();
 	}
+
+	[CCode (cheader_filename = "gst/interfaces/navigation.h")]
+	public interface Navigation : Gst.Element {
+	}
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]