[Bug 706066] playbin fails to display large PNG files

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 15 07:11:29 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=706066
  GStreamer | don't know | git

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |nicolas.dufresne at collabora.
                   |                            |co.uk
     Ever Confirmed|0                           |1

--- Comment #1 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2013-08-15 14:11:25 UTC ---
> maximum XvImage size: 2048 x 2048

This is a limitation of XV (through xvimagesink), though I feel that we could
potentially have this handled in the caps negotiation, this way one could add a
software scaler (videoscale) in there and get it to scaledown if needed.

Meanwhile, you may want to try and work around with a pipeline like:

gst-launch-1.0 playbin uri=file:///a.png video-sink="videoscale !
video/x-raw,with=[1,2048],height=[1,2048] ! xvimagesink"

this will tell us if we are chasing the right issue. On my system the maximum
size is much larger, 8192 x 8192, so this pipeline is not a solution for all
systems.

-- 
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