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 113488 - replace GstBuffer with GstData where events may be passed
replace GstBuffer with GstData where events may be passed
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.7.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-22 00:33 UTC by Benjamin Otte (Company)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to GstData-ify the core, with Thomasvs' sched patches (55.59 KB, patch)
2003-10-07 13:53 UTC, Andy Wingo
none Details | Review
Short script to GstData-ify a file (one more attachment coming) (575 bytes, text/plain)
2003-10-07 13:59 UTC, Andy Wingo
  Details
Patch to the plugins for datification (103.64 KB, patch)
2003-10-08 08:07 UTC, Andy Wingo
none Details | Review

Description Benjamin Otte (Company) 2003-05-22 00:33:26 UTC
A lot of code uses GstBuffers when these may be GstEvents, too.
It should use GstData in these cases.

Examples include get- and chainfunctions, gst_pad_pull and gst_pad_push.

We need to change that to currectly support gcc's -fstrict-aliasing option
 (which is used by default in gcc 3.3)
Comment 1 Andy Wingo 2003-10-07 13:48:17 UTC
Attaching two patches (if the connection holds out), one against core
and the other against plugins.
Comment 2 Andy Wingo 2003-10-07 13:53:09 UTC
Created attachment 20535 [details] [review]
Patch to GstData-ify the core, with Thomasvs' sched patches
Comment 3 Andy Wingo 2003-10-07 13:59:41 UTC
Created attachment 20536 [details]
Short script to GstData-ify a file (one more attachment coming)
Comment 4 Andy Wingo 2003-10-08 08:07:20 UTC
Created attachment 20560 [details] [review]
Patch to the plugins for datification
Comment 5 David Schleef 2003-10-31 04:24:11 UTC
Applied at some point in the past.