[Bug 703520] dfbvideosink: port to 1.0

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 29 07:49:06 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=703520
  GStreamer | gst-plugins-bad | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.5

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-08-29 14:48:59 UTC ---
Thanks, pushed. I made the "layer-mode" property an enum - wasn't sure though
if a "none" enum value makes sense, or if it should just be "exclusive" or
"administrative".


commit 8293594397c7687a9f5c1a3a39b77a7ac7900f59
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Thu Aug 29 15:46:14 2013 +0100

    dfbvideosink: make "layer-mode" property an enum

    https://bugzilla.gnome.org/show_bug.cgi?id=703520

commit f79448552ad4b429a09b30c9afcda997a61fb7d8
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Thu Aug 29 14:48:28 2013 +0100

    dfbvideosink: don't use deprecated GLib thread API

    https://bugzilla.gnome.org/show_bug.cgi?id=703520

commit 90020e21dfaf6039992ace18fe188a2145f4f9b1
Author: Kazunori Kobayashi <kkobayas at igel.co.jp>
Date:   Wed Jun 26 11:07:14 2013 +0900

    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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list