gstreamer/gst/camerabin2
Nicolas Dufresne 362951b9ec wrappercamerabinsrc: Fix caps filter caps proxying
The notify signal is triggered when caps is changed. But instead of
proxying the fixed caps, we query for the caps. Hence, when we go to
READY state, we endup setting template caps on the proxied caps
filter instead of NULL, which leads to negoitation failure. Correctly
proxy NULL caps if this is the new caps. Fixes not negotiated error
when running in cheese. Also fix a leak of caps string in one of the
trace.

https://bugzilla.gnome.org/show_bug.cgi?id=732741
2014-07-11 11:05:08 -04:00
..
camerabin2-src.txt
camerabingeneral.c
camerabingeneral.h
gstcamerabin2.c camerabin: fix structure handling in preview message 2014-05-30 02:10:45 -03:00
gstcamerabin2.h
gstplugin.c
gstviewfinderbin.c camerabin: add any feature to viewfinderbin static pad template 2014-04-09 08:56:01 +02:00
gstviewfinderbin.h
gstwrappercamerabinsrc.c wrappercamerabinsrc: Fix caps filter caps proxying 2014-07-11 11:05:08 -04:00
gstwrappercamerabinsrc.h
Makefile.am
PORTING