[gstreamer-bugs] [Bug 545519] New: v4l2src only exposes a limmited set of properties

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 30 07:02:52 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=545519

  GStreamer | gst-plugins-good | Ver: HEAD CVS
           Summary: v4l2src only exposes a limmited set of properties
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ensonic at sonicpulse.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


v4l2src currently exposes mandatory properties as gobject properties and uses
three interfaces for optional things:
  GstTuner
  GstColorBalance
  GstVideoOrientation
It also implements GstPropertyProbe (for probing device-names?)

The v4l2 standard defines many custom controls that would be useful to be
controlled from applications. drivers can also register own custom controls.

How to get the to the apps?
1.) Expose the fd. Ugly.
2.) For known properties define more interfaces. E.g. a PhotoCaptureInterface
for AutoWhiteBalance,AutoExposure,... . There are new control commin all the
time, so it needs constant maintenance.
3.) Create a control class on-the-fly and use it via ChildProxy
4.) <your idea here>


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




More information about the Gstreamer-bugs mailing list