plugins/elements/: Use custom marshalers that take GstMiniObject as first parameter.
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 13 May 2008 12:54:00 +0000 (12:54 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 13 May 2008 12:54:00 +0000 (12:54 +0000)
commit65715dbc6676c74487cf57f91fcf598fbd058803
tree08163d721ece5c9e8d9765672c03d2a6ef8353a2
parentf2422145dae51fced61bb2bb8ae02e7f290e59f7
plugins/elements/: Use custom marshalers that take GstMiniObject as first parameter.

Original commit message from CVS:
* plugins/elements/gstfakesink.c:
(marshal_VOID__MINIOBJECT_OBJECT), (gst_fake_sink_class_init):
* plugins/elements/gstfakesrc.c: (marshal_VOID__MINIOBJECT_OBJECT),
(gst_fake_src_class_init):
Use custom marshalers that take GstMiniObject as first parameter.
Using OBJECT as parameter while a GstMiniObject is given will lead
to assertions if built with G_ENABLE_DEBUG. Fixes bug #525532.
ChangeLog
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c