[gstreamer-bugs] [Bug 522205] move GST_PARAM_CONTROLLABLE out of gstcontroller.h and define further flags

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Mar 23 08:48:25 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=522205

  GStreamer | gstreamer (core) | Ver: HEAD CVS




------- Comment #7 from Stefan Kost (gstreamer, gtkdoc dev)  2008-03-23 15:48 UTC -------
While we have some agreement about CONTROLLABLE and PRESETTABLE, what to do
with USER_EDITABLE. This could also be added as a negative form : UI_SKIP.

An application that generates UI for elements would benefit from hints to aid
hiding stuff that does not make sense to be configured via ui. First one can
apply some heuristics:
* hide parameters with pointer or object types (hard to edit from ui in a
generic way)
* hide construct/constructonly or !writable properties

The remeaining onews would benefit from the hint. Where would I apply it in
core:

GObject: name
GstBaseSink: sync, qos, async
GstBaseTransform: qos 

FakeSink: <all>
FakeSrc: <all>
FdSrc: fd
FdSink: fd
FileSink: buffer-mode, buffer-size
FileSrc: fd, mmapsize, touch, use-mmap, sequential
Identity: <all>
MultiQueue: <none>
Queue: <none>
Tee: <none>

We could probably lower the amount of propertes that need the hint by using
CONSTRUCT or CONSTRUCT_ONLY  more often (filesrc).


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=522205.




More information about the Gstreamer-bugs mailing list