Add camerabin element.
authorNokia Corporation <multimedia@maemo.org>
Thu, 5 Feb 2009 13:48:32 +0000 (15:48 +0200)
committerRené Stadler <rene.stadler@nokia.com>
Mon, 9 Feb 2009 08:22:09 +0000 (10:22 +0200)
commit3751eaeb794c613e0b15ad8003297b4617d908bc
tree08f7c53d3beb2b967529f8621d9f3d2d82323108
parentf081d3e7b6db4d4e20cc658a192cbbfbceaea9af
Add camerabin element.
17 files changed:
configure.ac
gst/camerabin/Makefile.am [new file with mode: 0644]
gst/camerabin/camerabingeneral.c [new file with mode: 0644]
gst/camerabin/camerabingeneral.h [new file with mode: 0644]
gst/camerabin/camerabinimage.c [new file with mode: 0644]
gst/camerabin/camerabinimage.h [new file with mode: 0644]
gst/camerabin/camerabinvideo.c [new file with mode: 0644]
gst/camerabin/camerabinvideo.h [new file with mode: 0644]
gst/camerabin/gstcamerabin-marshal.list [new file with mode: 0644]
gst/camerabin/gstcamerabin.c [new file with mode: 0644]
gst/camerabin/gstcamerabin.h [new file with mode: 0644]
gst/camerabin/gstcamerabincolorbalance.c [new file with mode: 0644]
gst/camerabin/gstcamerabincolorbalance.h [new file with mode: 0644]
gst/camerabin/gstcamerabinphotography.c [new file with mode: 0644]
gst/camerabin/gstcamerabinphotography.h [new file with mode: 0644]
gst/camerabin/gstcamerabinxoverlay.c [new file with mode: 0644]
gst/camerabin/gstcamerabinxoverlay.h [new file with mode: 0644]