After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 498694 - Patches to avoid g_signal_emit(SIGNAL_HANDOFF) on identity element
Patches to avoid g_signal_emit(SIGNAL_HANDOFF) on identity element
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-21 08:23 UTC by Laurent Glayal
Modified: 2007-11-21 13:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gstidentity.h patch (290 bytes, patch)
2007-11-21 08:24 UTC, Laurent Glayal
committed Details | Review
gstidentity.c patch (2.33 KB, patch)
2007-11-21 08:25 UTC, Laurent Glayal
committed Details | Review

Description Laurent Glayal 2007-11-21 08:23:32 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.
Comment 1 Laurent Glayal 2007-11-21 08:24:47 UTC
Created attachment 99424 [details] [review]
gstidentity.h patch
Comment 2 Laurent Glayal 2007-11-21 08:25:09 UTC
Created attachment 99425 [details] [review]
gstidentity.c patch
Comment 3 Wim Taymans 2007-11-21 13:28:21 UTC
        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