[gstreamer-bugs] [Bug 390076] New: add xv adaptor and port properties in xvimagesink element.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Dec 27 09:49:24 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=390076

  GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: add xv adaptor and port properties in xvimagesink
                    element.
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ganadist at chollian.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Some X drivers support multiple xv adaptors and ports.

This is xvinfo from my notebook (using i915 video adaptor)

$ xvinfo
X-Video Extension version 2.2
screen #0
  Adaptor #0: "Intel(R) Video Overlay"
    number of ports: 1
    port base: 73
    operations supported: PutImage 
    maximum XvImage size: 1920 x 1080

  Adaptor #1: "Intel(R) Textured Video"
    number of ports: 16
    port base: 74
    operations supported: PutImage 
    maximum XvImage size: 2048 x 2048

I want to use adaptor #1, cause it supports more large overlay video, but
xvimagesink element always tries to use first port of first adaptor.

Would you add these properties? Thanks.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list