summaryrefslogtreecommitdiff
path: root/sys/fbdev
AgeCommit message (Expand)AuthorFilesLines
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-3/+3
2016-02-23fbdevsink: fix bytes per pixel calculationPeter Seiderer1-1/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-03-09fbdev: port fbdevsink to 1.0Tim-Philipp Müller3-119/+117
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2011-06-04Remove unused but set variablesDebarshi Ray1-2/+0
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+3
2008-12-23sys/fbdev/gstfbdevsink.c: Fix the Depth calculation.Luotao Fu1-2/+4
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-08-08Use configure-generated _stdint.h.Mark Nauwelaerts1-1/+1
2008-02-22Some C89 fixes, moving variable declarations to the beginning of a block. Fix...Jens Granseuer1-9/+11
2008-02-11sys/fbdev/gstfbdevsink.c: Free the device string in finalize. Fixes bug #515722.Sebastian Dröge1-0/+12
2008-01-06Add fbdev-based video sink. Linux-only. See bug #506549.Sean D'Epagnier3-0/+533