From ac91fc230c869aa7ec6adf3ac867c2999aa10f07 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 13 Nov 2003 21:25:38 +0000 Subject: [PATCH] er, no, signal should be VOID__POINTER. :) Original commit message from CVS: er, no, signal should be VOID__POINTER. :) --- gst-libs/gst/interfaces/propertyprobe.c | 4 ++-- gst-libs/gst/propertyprobe/propertyprobe.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gst-libs/gst/interfaces/propertyprobe.c b/gst-libs/gst/interfaces/propertyprobe.c index c99eb31..a8de4a9 100644 --- a/gst-libs/gst/interfaces/propertyprobe.c +++ b/gst-libs/gst/interfaces/propertyprobe.c @@ -72,8 +72,8 @@ gst_property_probe_iface_init (GstPropertyProbeInterface *iface) gst_property_probe_signals[SIGNAL_PROBE_NEEDED] = g_signal_new ("probe_needed", G_TYPE_FROM_CLASS (iface), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstPropertyProbeInterface, probe_needed), - NULL, NULL, g_cclosure_marshal_VOID__VOID, - G_TYPE_NONE, 0); + NULL, NULL, g_cclosure_marshal_VOID__POINTER, + G_TYPE_NONE, 1, G_TYPE_POINTER); initialized = TRUE; } diff --git a/gst-libs/gst/propertyprobe/propertyprobe.c b/gst-libs/gst/propertyprobe/propertyprobe.c index c99eb31..a8de4a9 100644 --- a/gst-libs/gst/propertyprobe/propertyprobe.c +++ b/gst-libs/gst/propertyprobe/propertyprobe.c @@ -72,8 +72,8 @@ gst_property_probe_iface_init (GstPropertyProbeInterface *iface) gst_property_probe_signals[SIGNAL_PROBE_NEEDED] = g_signal_new ("probe_needed", G_TYPE_FROM_CLASS (iface), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstPropertyProbeInterface, probe_needed), - NULL, NULL, g_cclosure_marshal_VOID__VOID, - G_TYPE_NONE, 0); + NULL, NULL, g_cclosure_marshal_VOID__POINTER, + G_TYPE_NONE, 1, G_TYPE_POINTER); initialized = TRUE; } -- 2.7.4