summaryrefslogtreecommitdiff
path: root/sys/fbdev/gstfbdevsink.c
Commit message (Expand)AuthorAgeFilesLines
* fbdevsink: fix bytes per pixel calculationPeter Seiderer2016-04-061-1/+1
* fbdev: port fbdevsink to 1.0Tim-Philipp Müller2013-03-091-111/+114
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* Remove unused but set variablesDebarshi Ray2011-06-041-2/+0
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+3
* sys/fbdev/gstfbdevsink.c: Fix the Depth calculation.Luotao Fu2008-12-231-2/+4
* Use configure-generated _stdint.h.Mark Nauwelaerts2008-08-081-1/+1
* Some C89 fixes, moving variable declarations to the beginning of a block. Fix...Jens Granseuer2008-02-221-9/+11
* sys/fbdev/gstfbdevsink.c: Free the device string in finalize. Fixes bug #515722.Sebastian Dröge2008-02-111-0/+12
* Add fbdev-based video sink. Linux-only. See bug #506549.Sean D'Epagnier2008-01-061-0/+441