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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 13 17:12:44 PDT 2010


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

Thiago Sousa Santos <thiago.sousa.santos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #7 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2010-04-14 00:12:42 UTC ---
Pushed these patches that make the old signals still work the same way, while
adding the properties for getting the values.


Module: gst-plugins-bad
Branch: master
Commit: fa6adc85b46efbe78998b9add82289efbd192bf0
URL:   
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=fa6adc85b46efbe78998b9add82289efbd192bf0

Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Tue Apr 13 18:33:40 2010 -0300

camerabin: Adds image-capture-width/height properties

Adds image-capture-width and image-capture-height properties
to camerabin, allowing the user to get/set them. Getting was
not possible before and setting was done through the
set-image-resolution action, which shouldn't now just set
the properties.

Fixes #614958


Module: gst-plugins-bad
Branch: master
Commit: c48de5c594a090432cb520596273fc620ea1120e
URL:   
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=c48de5c594a090432cb520596273fc620ea1120e

Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Tue Apr 13 20:32:50 2010 -0300

camerabin: Add video-capture-width/height/framerate properties

Adds video-capture-width, video-capture-height and
video-capture-framerate properties to allow applications to
get/set those values. Getting was not possible before this patch,
and setting was done through the set-video-resolution-fps
action, which sets the properties and promptly resets the
video source to use them.

Fixes #614958

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