summaryrefslogtreecommitdiffstats
path: root/gst/camerabin/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-06-22camerabin: add local include dir to CFLAGSStefan Kost1-1/+3
2009-06-05camerabin: fix link orderStefan Kost1-2/+2
Move local version up in the link order.
2009-06-05camerabin: preview image sending optimizationLasse Laukkanen1-0/+2
* decouple image capturing from image post-processing and encoding * post image-captured message after image is captured * post preview-image message with snapshot of captured image
2009-06-05camerabin: don't proxy gst xoverlay interfaceLasse Laukkanen1-2/+0
Default view finder sink in camerabin is autovideosink which doesn't support xoverlay iface. If application decides to use another sink that supports xoverlay, then it can use the interface directly.
2009-03-22Makefile.am: no static libs for pluginsStefan Kost1-1/+1
2009-03-07camerabin: Partly fix distcheckJan Schmidt1-8/+1
Don't dist the generated marshal.h header by putting it in the headers list.
2009-03-04photography: declare interface as unstable API by means of a warningTim-Philipp Müller1-1/+1
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-27camerabin: rework signaling and testsStefan Kost1-1/+1
Revert the GString change. There are no marshallers for it. A better change is now described in http://bugzilla.gnome.org/show_bug.cgi?id=573370. Test should work again.
2009-02-09Fix build for camerabin.Julien Moutte1-4/+6
2009-02-09Add camerabin element.Nokia Corporation1-0/+46