summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/interfaces/photography.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-05photography: add functions to set/get all settings with one callLasse Laukkanen1-0/+9
2009-03-04photography: declare interface as unstable API by means of a warningTim-Philipp Müller1-0/+5
Application developers won't know right away which module an interface comes from, and may assume that it is covered by the usual GStreamer API guarantees, so make it as clear as possible that this particular API is still subject to change (should have done that with other libraries in -bad before too really).
2009-02-23photo iface: Add caps object to preparation API for requested and actual ↵Lasse Laukkanen1-5/+8
capture format Allow requesting of certain format with prepare_for_capture() and return the actual format in GstPhotoCapturePrepared callback.
2009-02-09Add photography interface.Nokia Corporation1-0/+267