summaryrefslogtreecommitdiff
path: root/ext/directfb/dfbvideosink.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-30/+16
* meta: Initialize all remaining metas in their init functionSebastian Dröge2016-04-131-1/+15
* dfbvideosink: post message to application for unhandled keyboard/mouse eventsVineeth TM2016-03-241-2/+8
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+2
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-2/+2
* dfbvideosink: remove ignored assignmentsLuis de Bethencourt2015-06-051-4/+4
* rectangle: clear rectangle struct before useWim Taymans2014-12-161-2/+6
* dfbvideosink: Unref pad template caps after usageSebastian Rasmussen2014-08-101-2/+4
* dfbvideosink: Fix unitialized variable compiler warningSebastian Dröge2014-02-081-1/+1
* dfbvideosink: make "layer-mode" property an enumTim-Philipp Müller2013-08-291-22/+31
* dfbvideosink: don't use deprecated GLib thread APITim-Philipp Müller2013-08-291-3/+2
* dfbvideosink: port to 1.0Kazunori Kobayashi2013-08-291-594/+624
* 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
* meta info: register thread-safely.Michael Smith2012-10-031-4/+6
* 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
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-1/+1
|\
| * dfbvideosink: Fix 'implicit conversion from enumeration type 'DirectResult' t...Sebastian Dröge2012-03-061-1/+1
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-2/+2
* | interfaces: clean up the use of iface and class/klassStefan Sauer2011-10-211-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-08-041-2/+2
|\ \ | |/
| * dfbvideosink: fix harmless typo in variable initializationSreerenj Balachandran2011-07-181-2/+2
* | Merge branch 'master' into 0.11Wim Taymans2011-06-151-37/+48
|\ \ | |/
| * dfbvideosink: Also consider non-accelerated DirectFB surfacesTom Deseyn2011-05-301-37/+48
* | meta: update for new APIWim Taymans2011-03-081-2/+1
* | meta: fix for new metadata apiWim Taymans2011-02-281-5/+5
* | miniobject: port to new 0.11 APIWim Taymans2011-02-281-145/+127
|/
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-7/+9
* Add -Wwrite-stringsBenjamin Otte2010-03-221-5/+5
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-10/+5
* directfb: printf format fixesTim-Philipp Müller2009-11-051-7/+7
* Make build without warnings with debugging disabledTim-Philipp Müller2009-06-191-5/+7
* dfbvideosink: include stdlib.h for abs()Tim-Philipp Müller2009-03-101-0/+1
* dfbvideosink: Don't use void * pointer arithmeticSebastian Dröge2009-02-221-4/+4
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-14/+11
* ext/directfb/Makefile.am: Add GST_CFLAGS. Otherwise we don't get -Wall -Werror.David Schleef2008-01-061-3/+9
* ext/directfb/dfbvideosink.c: When finalizing GstDfbSurface, a subclass of Gst...Sebastian Dröge2007-09-191-6/+5
* ext/directfb/dfbvideosink.c: Chain up in finalize.Jan Schmidt2007-03-041-0/+2
* ext/: Fix various compiler warnings that reveal potential bugs.Julien Moutte2007-01-041-1/+7
* ext/directfb/dfbvideosink.c: Lower rank from SECONDARY to MARGINAL. Plugins i...Tim-Philipp Müller2006-09-221-1/+1
* ext/directfb/dfbvideosink.c: Post an error message.Julien Moutte2006-07-311-0/+2
* ext/directfb/dfbvideosink.c: Don't try allocating if we are not setup yet. Fa...Julien Moutte2006-07-311-1/+11
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller2006-06-231-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-1/+1
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* Some more refactoring, handle exotic DirectFB row stride.Julien Moutte2005-12-181-55/+114
* docs/plugins/: Updates.Julien Moutte2005-12-181-25/+159