! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Parole is playing big_buck_bunny_720p_h264.mov as a slide show
Status:
RESOLVED: MOVED

Comments

Description usual.user 2019-08-03 16:36:13 CEST
Created attachment 8840 
assembled playbin3 pipeline

Parole is playing big_buck_bunny_720p_h264.mov as a slide show with probably plenty frames dropped.
In the same environment
"$ GST_DEBUG_DUMP_DOT_DIR=./ gst-launch-1.0 playbin3 uri=file://$(pwd)/big_buck_bunny_720p_h264.mov"
is playing flawless and assembles a pipeline as visualized in playbin3-pipeline.pdf.
Parole seems not to obey the GST_DEBUG_DUMP_DOT_DIR environment variable. I tried to drop in some
"GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS (GST_ELEMENT (gst->priv->playbin), GST_DEBUG_GRAPH_SHOW_ALL, "parole-pipeline");"
but unfortunately I do not understand the parole code good enough to drop it in at the proper place.
How can this be further investigated?
Comment 1 usual.user 2019-08-05 23:14:53 CEST
Created attachment 8846 
dump graph patch

Ok, I have probably found a suitable place for graph dump support and applied dump-graph.patch.
Comment 2 usual.user 2019-08-05 23:18:42 CEST
Created attachment 8847 
parole automatic pipeline

The visualized pipeline in parole-automatic-pipeline.pdf uncovers that the automatic video sink selection only selects the not accelerated ximagesink.
Comment 3 usual.user 2019-08-05 23:19:57 CEST
Created attachment 8848 
parole xvimagesink pipeline

Forcing xvimagesink, as visualized in parole-xvimagesink-pipeline.pdf, is playing flawless.
Comment 4 usual.user 2019-08-07 12:05:32 CEST
Fixing the nonexistent autoimagesink with autovideosink makes the proper selection work. Unfortunately then the overlay setup is no longer working reliable and xvimagesink is opening its own window instead of embedding it in the parole window.
This is probably to blame calling GUI toolkit functions from the streaming thread. See https://gstreamer.freedesktop.org/documentation/video/gstvideooverlay.html for reference:
"It is generally not advisable to call any GUI toolkit functions or window system functions from the streaming thread in which the prepare-window-handle message is handled, because most GUI toolkits and windowing systems are not thread-safe at all and a lot of care would be required to co-ordinate the toolkit and window system calls of the different threads (Gtk+ users please note: prior to Gtk+ 2.18 GDK_WINDOW_XID was just a simple structure access, so generally fine to do within the bus sync handler; this macro was changed to a function call in Gtk+ 2.18 and later, which is likely to cause problems when called from a sync handler; see below for a better approach without GDK_WINDOW_XID used in the callback)."
So I guess parole_gst_set_video_overlay() need to be reworked. It should be an issue already even without autovideosink.
Comment 5 Git Bot editbugs 2020-05-24 01:47:22 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/apps/parole/-/issues/51.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #15780

Reported by:
usual.user
Reported on: 2019-08-03
Last modified on: 2020-05-24

People

Assignee:
Simon Steinbeiss
CC List:
1 user

Version

Version:
unspecified

Attachments

assembled playbin3 pipeline (44.51 KB, application/pdf)
2019-08-03 16:36 CEST , usual.user
no flags
dump graph patch (549 bytes, application/octet-stream)
2019-08-05 23:14 CEST , usual.user
no flags
parole automatic pipeline (43.05 KB, application/pdf)
2019-08-05 23:18 CEST , usual.user
no flags
parole xvimagesink pipeline (42.69 KB, application/pdf)
2019-08-05 23:19 CEST , usual.user
no flags

Additional information