gstreamer/gst/camerabin
Teemu Katajisto 7e9fb16c48 camerabin: application element memory leak fixes
If videobin/imagebin was never set to READY state the ownership
 of elements created and set by application were never taken by
 bin and therefore gst_object_sink is called for these elements
 before unreffing (they may still be in floating state and not
 unreffed properly without sinking first)
2011-02-11 09:22:59 -03:00
..
.gitignore
camerabindebug.h
camerabingeneral.c
camerabingeneral.h
camerabinimage.c camerabin: application element memory leak fixes 2011-02-11 09:22:59 -03:00
camerabinimage.h
camerabinpreview.c camerabin: Initialize variables 2011-02-03 16:24:24 +01:00
camerabinpreview.h
camerabinvideo.c camerabin: application element memory leak fixes 2011-02-11 09:22:59 -03:00
camerabinvideo.h
gstcamerabin-enum.c
gstcamerabin-enum.h
gstcamerabin-marshal.list
gstcamerabin.c camerabin: Always take photo when preview-caps is set 2011-02-09 13:42:07 +02:00
gstcamerabin.h
gstcamerabincolorbalance.c
gstcamerabincolorbalance.h
gstinputselector.c camerabin: Events with select-all in input-selector 2011-02-09 13:42:06 +02:00
gstinputselector.h
Makefile.am
TODO