[gstreamer-bugs] [Bug 573370] camerabin api improvements

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu May 14 00:51:01 PDT 2009


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=573370

  GStreamer | gst-plugins-bad | Ver: git




------- Comment #6 from Mikko Parviainen  2009-05-14 07:51 UTC -------
I have a list of suggestions for the GstPhotography API.
Currently the GstPhotography interface has functions for
querying the value and setting the value of the different properties.

The suggestion is that it would be good to have interfaces for
querying other things from the properties in GstPhotography.
This is an example of the functions that would be needed,
using the exposure value as the place holder.

gboolean gst_photography_maximum_exposure(GstPhotography * photo, guint32 *
max_exposure);
gboolean gst_photography_minimum_exposure(GstPhotography * photo, guint32 *
min_exposure);
gboolean gst_photography_step_exposure(GstPhotography * photo, guint32 *
step_exposure);
gboolean gst_photography_default_exposure(GstPhotography * photo, guint32 *
default_exposure);

Also, the notifications from value changes would be very useful - I still
haven't
learned enough of the Gstreamer internals to provide suggestions for
implementing them, though.

If you can think of a better way of querying the value ranges, please consider
it, too. This is just one suggestion.


-- 
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=573370.




More information about the Gstreamer-bugs mailing list