perl-GStreamer r95 - trunk



Author: tsch
Date: Mon Dec 15 20:15:15 2008
New Revision: 95
URL: http://svn.gnome.org/viewvc/perl-GStreamer?rev=95&view=rev

Log:
Always use our custom wrappers for GstClockTime and GstClockTimeDiff.


Modified:
   trunk/ChangeLog
   trunk/gst.typemap

Modified: trunk/gst.typemap
==============================================================================
--- trunk/gst.typemap	(original)
+++ trunk/gst.typemap	Mon Dec 15 20:15:15 2008
@@ -1,7 +1,7 @@
 TYPEMAP
 
-GstClockTime		T_GUINT64
-GstClockTimeDiff	T_GINT64
+GstClockTime		T_GPERL_GENERIC_WRAPPER
+GstClockTimeDiff	T_GPERL_GENERIC_WRAPPER
 
 GstStructure *		T_GPERL_GENERIC_WRAPPER
 const GstStructure *	T_GPERL_GENERIC_WRAPPER



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