GNOME Bugzilla – Bug 498694
Patches to avoid g_signal_emit(SIGNAL_HANDOFF) on identity element
Last modified: 2007-11-21 13:28:21 UTC
These patches add a property 'signal-handoffs' to identity element. By default property is set to TRUE (to keep current behaviour). Setting property to FALSE avoids call to g_signal_emit(SIGNAL_HANDOFF) for each buffer.
Created attachment 99424 [details] [review] gstidentity.h patch
Created attachment 99425 [details] [review] gstidentity.c patch
Patch by: Laurent Glayal <spglegle at yahoo dot fr> * plugins/elements/gstidentity.c: (gst_identity_class_init), (gst_identity_init), (gst_identity_transform_ip), (gst_identity_set_property), (gst_identity_get_property): * plugins/elements/gstidentity.h: Add property to disable handoff signal emission. Fixes #498694. API: GstIdentity::signal-handoffs