[Bug 695884] Frei0r plugins expose incorrectly split properties for RGB stuff

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Mar 17 08:23:18 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=695884
  GStreamer | gst-plugins-bad | git

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.dufresne at collabora.
                   |                            |co.uk

--- Comment #9 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2013-03-17 15:23:12 UTC ---
We could think of introducting new types (and their gst-launch syntax). This
would make life easyer (if it can ever be easy) for generic UI. Just an idea
that would look like:

typedef struct {
   gdouble red;
   gdouble green;
   gdouble blue;
  gdouble alpha
} GstRGBA;

struct {
   gdouble x,
   gdouble y
} GstPoint;

GstVideo has a color structure (which is fixed point iirc), but it's not a
proper GType. That would be another option.

-- 
Configure bugmail: https://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