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 157263 - use G_SIGNAL_TYPE_STATIC_SCOPE for GstBuffers in handoff signals
use G_SIGNAL_TYPE_STATIC_SCOPE for GstBuffers in handoff signals
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-11-03 18:12 UTC by Christophe Fergeau
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add _STATIC to GstBuffer in handoff signals (1.72 KB, patch)
2004-11-03 18:13 UTC, Christophe Fergeau
none Details | Review

Description Christophe Fergeau 2004-11-03 18:12:46 UTC
<BBB> teuf, be sure to use _STATIC as a flag in the signal
<BBB> else it'll copy each buffer for the handoff
<BBB> which sucks
Comment 1 Christophe Fergeau 2004-11-03 18:13:34 UTC
Created attachment 33396 [details] [review]
add _STATIC to GstBuffer in handoff signals
Comment 2 Ronald Bultje 2004-11-08 15:45:31 UTC
Thanks, applied.