gstreamer/gst/faceoverlay
Tim-Philipp Müller d405ea2e63 faceoverlay: fix weird pad creation code
The element would create normal pads in its instance_init function,
and then later in NULL->READY create the elements it needs, remove
the pads created in the instance_init function, and add new ghost
pads instead. Not without saving the external peer pads of the old
pads of course, which it would promptly re-link to the new ghost
pads. Do all of that a bit differently.

Fixes the generic/states.check unit test.

https://bugzilla.gnome.org/show_bug.cgi?id=670588
2012-03-15 16:52:44 +00:00
..
gstfaceoverlay.c faceoverlay: fix weird pad creation code 2012-03-15 16:52:44 +00:00
gstfaceoverlay.h faceoverlay: fix weird pad creation code 2012-03-15 16:52:44 +00:00
Makefile.am faceoverlay: Add gst-plugins-base CFLAGS and LIBS to fix compilation 2011-05-30 12:27:37 +02:00