[gstreamer-bugs] [Bug 614958] New: [camerabin] Replace actions with properties for setting parameters

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 6 05:07:24 PDT 2010


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

           Summary: [camerabin] Replace actions with properties for
                    setting parameters
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: thiago.sousa.santos at collabora.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Currently camerabin has 'set-image-resolution' and 'set-video-resolution-fps'
for setting the image/video capture parameters. Those doesn't allow getting the
currently set values.

Using properties here is a better approach, as it allows getting the values
too.

One downside is that the caps creation and the procedures that were already
done at the action will now be delayed to the capture start function. I don't
think it will add much overhead, but if it does we can think of alternatives as
having a 'prepare-capture' action.

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