vala r1714 - in trunk: . vapi vapi/packages/gstreamer-0.10



Author: jaredm
Date: Sat Jul 19 13:27:54 2008
New Revision: 1714
URL: http://svn.gnome.org/viewvc/vala?rev=1714&view=rev

Log:
2008-07-19  Jared Moore  <jaredm svn gnome org>

	* vapi/packages/gstreamer-0.10/:

	Fixes to gst_event_new_custom and gst_event_new_navigation,
	based on patch by Thijs Vermeir, fixes bug 543720.

	* vapi/gstreamer-0.10.vapi: regenerated




Modified:
   trunk/ChangeLog
   trunk/vapi/gstreamer-0.10.vapi
   trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

Modified: trunk/vapi/gstreamer-0.10.vapi
==============================================================================
--- trunk/vapi/gstreamer-0.10.vapi	(original)
+++ trunk/vapi/gstreamer-0.10.vapi	Sat Jul 19 13:27:54 2008
@@ -635,12 +635,12 @@
 		public weak Gst.Structure get_structure ();
 		public bool has_name (string name);
 		public Event.buffer_size (Gst.Format format, int64 minsize, int64 maxsize, bool async);
-		public Event.custom (Gst.EventType type, Gst.Structure structure);
+		public Event.custom (Gst.EventType type, Gst.Structure# structure);
 		public Event.eos ();
 		public Event.flush_start ();
 		public Event.flush_stop ();
 		public Event.latency (Gst.ClockTime latency);
-		public Event.navigation (Gst.Structure structure);
+		public Event.navigation (Gst.Structure# structure);
 		public Event.new_segment (bool update, double rate, Gst.Format format, int64 start, int64 stop, int64 position);
 		public Event.new_segment_full (bool update, double rate, double applied_rate, Gst.Format format, int64 start, int64 stop, int64 position);
 		public Event.qos (double proportion, Gst.ClockTimeDiff diff, Gst.ClockTime timestamp);

Modified: trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
==============================================================================
--- trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata	(original)
+++ trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata	Sat Jul 19 13:27:54 2008
@@ -45,6 +45,8 @@
 GstEvent base_class="GstMiniObject"
 GstEvent.mini_object hidden="1"
 GstEventClass hidden="1"
+gst_event_new_custom.structure takes_ownership="1"
+gst_event_new_navigation.structure takes_ownership="1"
 gst_event_parse_buffer_size.format is_out="1"
 gst_event_parse_buffer_size.minsize is_out="1"
 gst_event_parse_buffer_size.maxsize is_out="1"



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