gstreamer/ext/directfb
Kazunori Kobayashi 90020e21df dfbvideosink: port to 1.0
including the following supports and fixes:

* Create DirectFB surfaces from GstBufferPool
* Add NV12 pixel format support
* Don't use the cursor in the exclusive mode
  - EnableCusor() can be only used when the administrative mode is set
    in DirectFB 1.6.0 and later.
* Support multiple plane rendering for planar color formats
  - This accommodates the chroma plane offsets of the framebuffer
    in planar formats.
* Invoke SetConfiguration regardless of video mode setting in setcaps()
  - SetConfiguration() method should be invoked regardless of
    the result of gst_dfbvideosink_get_best_vmode(), since the two are
    unrelated.
* Disable DirectFB signal handler
  - "--dfb:no-sighandler" option is passed to DirectFBInit().
    This prevents DirectFB from trying to kill the process and allows
    GStreamer's termination sequence to proceed normally.

https://bugzilla.gnome.org/show_bug.cgi?id=703520
2013-08-29 14:37:48 +01:00
..
.gitignore ex/: #define red green 2006-06-12 11:30:08 +00:00
dfb-example.c directfb: don't put code with side-effects into g_assert() 2011-01-08 00:01:01 +00:00
dfbvideosink.c dfbvideosink: port to 1.0 2013-08-29 14:37:48 +01:00
dfbvideosink.h dfbvideosink: port to 1.0 2013-08-29 14:37:48 +01:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:59:22 +02:00