After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 639841 - examples: camerabin: Don't set default values for GstPhotography interface settings
examples: camerabin: Don't set default values for GstPhotography interface se...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal minor
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-18 12:39 UTC by Lasse Laukkanen
Modified: 2011-01-24 21:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to remove the GstPhotography defaults from gst-camerabin-test (6.58 KB, patch)
2011-01-18 12:39 UTC, Lasse Laukkanen
committed Details | Review

Description Lasse Laukkanen 2011-01-18 12:39:20 UTC
Created attachment 178620 [details] [review]
Patch to remove the GstPhotography defaults from gst-camerabin-test

Don't set any default values for source element GstPhotography interface
settings in gst-camerabin-test tool, source elements should have sane defaults themselves.

Also, setting scene-mode is tricky as it is a superset of other GstPhotography
settings. This might cause problem with defaults e.g. setting scene-mode to
'night' may configure flash-mode as 'on' by definition, and after that
we don't want to override this flash-mode setting with gst-camerabin-test default
value. Moreover, user needs have an option to set scene-mode first and then force
some individual setting to a different value from the scene-mode definition.
Comment 1 Thiago Sousa Santos 2011-01-24 21:17:25 UTC
Pushed as 10830c9544b4856fc39497f84df818662946274d in -bad