add GstClockID as a pointer arg type (not too useful, really need to make it a boxed...
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Sat, 4 Jan 2003 18:42:29 +0000 (18:42 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Sat, 4 Jan 2003 18:42:29 +0000 (18:42 +0000)
Original commit message from CVS:
add GstClockID as a pointer arg type (not too useful, really need to make it a boxed type)

gst/gstreamer-arg-types.py
gstreamer/gstreamer-arg-types.py

index 8619d0e..4c6f7b3 100644 (file)
@@ -27,3 +27,6 @@ argtypes.matcher.register('GstClockTime', arg)
 
 arg = argtypes.Int64Arg()
 argtypes.matcher.register('GstClockTimeDiff', arg)
+
+arg = argtypes.PointerArg('gpointer', 'G_TYPE_POINTER')
+argtypes.matcher.register('GstClockID', arg)
index 8619d0e..4c6f7b3 100644 (file)
@@ -27,3 +27,6 @@ argtypes.matcher.register('GstClockTime', arg)
 
 arg = argtypes.Int64Arg()
 argtypes.matcher.register('GstClockTimeDiff', arg)
+
+arg = argtypes.PointerArg('gpointer', 'G_TYPE_POINTER')
+argtypes.matcher.register('GstClockID', arg)