diff --git a/gst/gstreamer-arg-types.py b/gst/gstreamer-arg-types.py index 8619d0ecb2..4c6f7b30d3 100644 --- a/gst/gstreamer-arg-types.py +++ b/gst/gstreamer-arg-types.py @@ -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) diff --git a/gstreamer/gstreamer-arg-types.py b/gstreamer/gstreamer-arg-types.py index 8619d0ecb2..4c6f7b30d3 100644 --- a/gstreamer/gstreamer-arg-types.py +++ b/gstreamer/gstreamer-arg-types.py @@ -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)