[gstreamer-bugs] [Bug 338818] [PLUGIN-MOVE] v4l2src from bad to good
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Tue Sep 26 06:14:00 PDT 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=338818
GStreamer | gst-plugins-good | Ver: HEAD CVS
------- Comment #22 from Wim Taymans 2006-09-26 13:13 UTC -------
we have a history of wrongly specifying flags and enums.. The correct layout is
like:
static const GFlagsValue values[] = {
{V4L2_CAP_VIDEO_CAPTURE, "Device supports video capture", "capture"},
{V4L2_CAP_VIDEO_OUTPUT, "Device supports video playback", "output"},
...
}
The nick is used when setting properties, the name is the long, readable
description.
I just fixed -inspect for flags too.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list