[gstreamer-bugs] [Bug 335365] bad use of GList in gst-plugins-base

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Mar 21 06:59:01 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=335365
 GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Comment #1 from paolo borelli  2006-03-21 14:59 UTC -------
gst plugins has some too :)

gst-plugins-good/ext/jpeg/smokecodec.c:  for (i = 0; i < strlen
(SMOKECODEC_ID_STRING); i++) {
gst-plugins-good/ext/jpeg/smokecodec.c:  for (i = 0; i < strlen
(SMOKECODEC_ID_STRING); i++) {


[though maybe the compiler is smart enough here since IIRC strlen is marked
with the "pure" attribute.]

There are also some matches with:

for (i = 0; i < gst_caps_get_size (caps); ++i)

since I am not sure if gst_caps_get_size is problematic I have skipped them
here


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list