totem show black screen when playing video repeatedly [resource creation failed]

Bug #1994007 reported by Bin Li
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OEM Priority Project
New
Undecided
Unassigned
totem (Ubuntu)
New
Undecided
Unassigned

Bug Description

[steps reproduce]
1. Install Ubuntu 22.04.1LTS.
2. Play Robotica_1080_convert.ogv with Videos(totem) with cycles.
3. some times after 10 mins, some times within 2 hours,find unit's videos show a black screen.
Details please refer to the attachments.

[failure rate]
100

[expected result]
It should can play normally.

[actual result]
find unit's videos show blackscreen,

[addtional infromation]
totem: 42.0-1ubuntu1
gstreamer1.0-plugins-base 1.20.1-1

Revision history for this message
Bin Li (binli) wrote :

Testing video

tags: added: oem-priority originate-from-1992321 sutton
Revision history for this message
Bin Li (binli) wrote :

I didn't find any errors with below debugging method.

G_MESSAGES_DEBUG=all totem XXX.ogv

GST_DEBUG_NO_COLOR=1 GST_DEBUG=*:2 totem XXX.ogv

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

I can't reproduce this yet. Can you attach output from 'lspci -k' and tell if it's just Wayland or just Xorg?

tags: added: jammy
Changed in totem (Ubuntu):
status: New → Incomplete
Revision history for this message
Bin Li (binli) wrote :

Screenshot of this issue.

Revision history for this message
Bin Li (binli) wrote :

@Daniel,

 It should be Wayland, no nvidia card, and I could not find Xorg in 'ps -ef | grep X'. Please give it an hour or more when do testing. I could reproduce this issue on ThinkPad too.

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

OK it looks like the main problem is:

Unsupported modifier, resource creation failed.
XXX: resource creation failed

which was previously reported incorrectly as a crash in bug 1972991.

Please try uninstalling gstreamer1.0-vaapi and also look at https://github.com/intel/media-driver/issues/1498

Changed in totem (Ubuntu):
status: Incomplete → New
summary: - totem show blackscreen when playing video repeatedly
+ totem show black screen when playing video repeatedly [resource creation
+ failed]
Revision history for this message
Bin Li (binli) wrote :

Daniel,

 Thanks for the information.
 The totem didn't crash in my side, just black screen, and there is not crash file in /var/crash. And there is not gstreamer1.0-vaapi package currently.

 And I made a script to play this file in gstreamer, it works fine. So I doubt this issue is related totem. smplayer and vlc looks fine in my side.

#!/bin/bash
for a in {1..100}
do
        echo $a
        gst-launch-1.0 filesrc location=Robotica_1080_convert.ogv ! oggdemux ! theoradec ! autovideosink
done

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.