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 134841 - gst-inspect.c is defining GList *pads twice
gst-inspect.c is defining GList *pads twice
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: 0.7.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-19 14:33 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
moves top-level declaration of *pads to the local scope and add 'const' (252 bytes, patch)
2004-02-19 14:35 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2004-02-19 14:33:57 UTC
one instance is a local variable, attached is a patch that cleans up
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2004-02-19 14:35:17 UTC
Created attachment 24558 [details] [review]
moves top-level declaration of *pads to the local scope and add 'const'
Comment 2 David Schleef 2004-02-19 20:24:43 UTC
Applied, thanks.

Next time, could you send patches in 'diff -u' format?  They're a lot
more useful.