gstreamer/gst/camerabin
Thiago Santos 5cb8164938 camerabin: Do not wrongly fail when starting a capture
If the elements are in NULL/READY and changing state to
PAUSED/PLAYING while a capture is started
camerabin might not set the active_bin properly causing the
capture start to fail.

This patch fixes it by checking the current and pending state
of the branches instead of only the current one
2010-09-29 18:42:27 -03:00
..
.gitignore
camerabindebug.h
camerabingeneral.c
camerabingeneral.h
camerabinimage.c
camerabinimage.h
camerabinpreview.c
camerabinpreview.h
camerabinvideo.c camerabin: Adds new video-colorspace-flag to flags 2010-09-22 23:47:08 -03:00
camerabinvideo.h
gstcamerabin-enum.c camerabin: Adds new video-colorspace-flag to flags 2010-09-22 23:47:08 -03:00
gstcamerabin-enum.h photography: extend photography iface 2010-09-28 11:37:47 +03:00
gstcamerabin-marshal.list
gstcamerabin.c camerabin: Do not wrongly fail when starting a capture 2010-09-29 18:42:27 -03:00
gstcamerabin.h
gstcamerabincolorbalance.c
gstcamerabincolorbalance.h
Makefile.am
TODO