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 707406 - Totem git master fails to start on Weston
Totem git master fails to start on Weston
Status: RESOLVED FIXED
Product: clutter-gst
Classification: Other
Component: general
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: clutter-gst-maint
clutter-gst-maint
Depends on:
Blocks: wayland
 
 
Reported: 2013-09-03 17:13 UTC by Armin K.
Modified: 2013-09-18 23:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
hw: fix crash when running on Wayland with X11 backend compiled (4.11 KB, patch)
2013-09-17 15:24 UTC, Lionel Landwerlin
committed Details | Review

Description Armin K. 2013-09-03 17:13:54 UTC
It fails to start if gstreamer-vaapi is present. If I remove gstreamer-vaapi, it starts fine and plays video in seperate window.

libEGL warning: failed to create a pipe screen for i965
libEGL warning: failed to create DRM screen
libva info: VA-API version 0.34.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_34
libva info: va_openDriver() returns 0

(totem:14930): Clutter-CRITICAL **: The Clutter backend is not a X11 backend

(totem:14930): Clutter-CRITICAL **: The Clutter backend is not a X11 backend
Segmentation fault (core dumped)

Backtrace here:

0x00007ffff708a2b3 in clutter_gst_hw_init_pixmap (buffer=0x7fff9c0599a0, surface=0x7fff9400b288, sink=0x78d370)
    at ./clutter-gst-video-sink.c:1135
1135	./clutter-gst-video-sink.c: No such file or directory.
(gdb) bt
  • #0 clutter_gst_hw_init_pixmap
    at ./clutter-gst-video-sink.c line 1135
  • #1 clutter_gst_hw_upload
    at ./clutter-gst-video-sink.c line 1201
  • #2 clutter_gst_source_dispatch
    at ./clutter-gst-video-sink.c line 545
  • #3 g_main_dispatch
    at gmain.c line 3065
  • #4 g_main_context_dispatch
    at gmain.c line 3641
  • #5 g_main_context_iterate
    at gmain.c line 3712
  • #6 g_main_context_iteration
    at gmain.c line 3773
  • #7 g_application_run
    at gapplication.c line 1635
  • #8 main

Comment 1 Lionel Landwerlin 2013-09-17 15:24:42 UTC
Created attachment 255111 [details] [review]
hw: fix crash when running on Wayland with X11 backend compiled
Comment 2 Lionel Landwerlin 2013-09-17 15:29:11 UTC
It would probably help with using 2 different backends.
Sadly we don't have the code path to deal with wayland yet, so you will probably get a blank screen.
Comment 3 Armin K. 2013-09-18 23:26:44 UTC
I am still having problems with latest clutter-gst and totem. Core dump occours if gstreamer-vaapi is installed. A backtrace is a bit different, but it still shows hw_decoder_init or something like that. I suggest for now to disable hardware decoder init on non x11 platforms.