gstreamer/ext/libpng
René Stadler 9eb55c3d8f pngenc: make setcaps more robust, use gstvideo functions
A setcaps function needs to actually verify the caps carefully. In this case,
it was possible to e.g. link a video decoder with YUV+RGB template caps to
pngenc.  That would cause a crash when the decoder pushes a YUV buffer. Same
thing when pushing a valid buffer that exceeds the resolution limits.

Also, missing framerate caps field would cause a glib critical warning due to
invalid GValue. This fails hard now.
2011-10-21 10:25:08 +02:00
..
gstpng.c Add RANKS for various encoders and muxers 2009-05-07 18:10:08 +01:00
gstpng.h gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 14:32:00 +01:00
gstpngdec.c pngdec: Remove temporary code 2011-04-24 18:53:50 -07:00
gstpngdec.h ext/libpng/gstpngdec.*: Don't release the png-memory from within the callback. 2007-11-20 12:20:38 +00:00
gstpngenc.c pngenc: make setcaps more robust, use gstvideo functions 2011-10-21 10:25:08 +02:00
gstpngenc.h pngenc: make setcaps more robust, use gstvideo functions 2011-10-21 10:25:08 +02:00
Makefile.am pngenc: make setcaps more robust, use gstvideo functions 2011-10-21 10:25:08 +02:00