After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 164512 - [xvimagesink] X Error: BadAlloc
[xvimagesink] X Error: BadAlloc
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.7
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-18 19:21 UTC by Loïc Minier
Modified: 2005-08-29 15:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Loïc Minier 2005-01-18 19:21:52 UTC
A Debian user (and developper :) reported at <http://bugs.debian.org/290990> a
problem with xvimagesink, quoting him:
$  gst-launch-0.8 filesrc location=warty-dance.avi '!' ffmpegcolorspace \       
      '!' xvimagesink                                                           
RUNNING pipeline ...                                                            
X Error of failed request:  BadAlloc (insufficient resources for operation)     
  Major opcode of failed request:  141 (XVideo)                                 
  Minor opcode of failed request:  19 ()                                        
  Serial number of failed request:  49                                          
  Current serial number in output stream:  50                                   
$                                                                               

It seems this is specific to his X driver, he's using the nv driver with a:
nVidia GeForce FX Go5700, PCI id 10de:0347 (rev a1)

I tried to ask for basic tests I could think of, and I'm about to suggest the
submitter to subscribe here and try:
gst-launch-0.8 videotestsrc ! video/x-raw-yuv, format=\(fourcc\)I420 ! xvimagesink
and:
gst-launch-0.8 videotestsrc ! video/x-raw-yuv, format=\(fourcc\)YUY2 ! xvimagesink

I wonder if #147883 could help debug this.

Submitter updated to xserver-xfree86 4.3.0.dfsg.1-10.
Comment 1 Loïc Minier 2005-01-19 10:34:50 UTC
He said he got the same results with the commands I mentionned, and reassigned
the bug to xserver-xfree86 in Debian, since it had more chances to be a
xfree/driver bug than a gstreamer bug.
Comment 2 Ronald Bultje 2005-01-19 14:20:28 UTC
If he has a nvidia card and widescreen laptop, it's indeed an X.org bug. There's
already a bug report there, and also one in redhat bugzilla...

Can I close this as 'NOTGNOME' then?
Comment 3 Loïc Minier 2005-01-19 14:38:12 UTC
I think you can close it if you're already aware of this bug (ie it wouldn't
help other reporters).

(I'm interested in the other references you mention though!  thanks)
Comment 4 Christian Fredrik Kalager Schaller 2005-01-19 16:52:25 UTC
https://bugs.freedesktop.org/show_bug.cgi?id=1616 is the upstream bug. Current
fix is using commerical Nvidia driver.
Comment 5 Loïc Minier 2005-01-19 17:06:12 UTC
Thanks!  (I'm closing here.)