summaryrefslogtreecommitdiff
path: root/plugins/elements/gstfakesink.c
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2004-11-03 18:01:29 +0000
committerChristophe Fergeau <teuf@gnome.org>2004-11-03 18:01:29 +0000
commit074dc0340cabd675ddd9130568de1194678b4a71 (patch)
treed778f3abeb4e0349eec28e412318fe65ba4934c8 /plugins/elements/gstfakesink.c
parente3b6aa4916d455c2c00b3509ec21fc3945ad6d6e (diff)
gst/elements/: more
Original commit message from CVS: 2004-11-03 Christophe Fergeau <teuf@gnome.org> * gst/elements/gstfakesink.c: (gst_fakesink_class_init): * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init): more POINTER=>BOXED changes to marshal GstBuffers
Diffstat (limited to 'plugins/elements/gstfakesink.c')
-rw-r--r--plugins/elements/gstfakesink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gstfakesink.c b/plugins/elements/gstfakesink.c
index e87212204..2327db80b 100644
--- a/plugins/elements/gstfakesink.c
+++ b/plugins/elements/gstfakesink.c
@@ -166,7 +166,7 @@ gst_fakesink_class_init (GstFakeSinkClass * klass)
gst_fakesink_signals[SIGNAL_HANDOFF] =
g_signal_new ("handoff", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GstFakeSinkClass, handoff), NULL, NULL,
- gst_marshal_VOID__POINTER_OBJECT, G_TYPE_NONE, 2,
+ gst_marshal_VOID__BOXED_OBJECT, G_TYPE_NONE, 2,
GST_TYPE_BUFFER, GST_TYPE_PAD);
gobject_class->set_property = GST_DEBUG_FUNCPTR (gst_fakesink_set_property);