[gstreamer-bugs] [Bug 156633] - rename GST_TYPE_FIXED_LIST

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Thu Oct 28 00:55:46 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=156633
GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Additional Comments From in7y118 at public.uni-hamburg.de  2004-10-28 03:55 -------
I'm not sure. The problem is that we're using a C-like notation for caps right
now. In C an array is defined like this:
type array[] = { val1, val2, ... }
That definition has 2 different bracket types, but no < > brackets, so it looks
a bit unnatural.
In this context it's worth thinking about what syntax C-like notations use for
lists and ranges. Ranges are mostly identified via dots in some languages (for
example the GNU extension for switch statements. I'm not sure how nice
"value=(double) 1.234 ... 2.345" looks though. And this notation is missing a
simple identifier for the parser that it's indeed a range and not just
"value=(double) 1.234"

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list