GNOME Bugzilla – Bug 755706
Playbin hangs when adding an URI in order to do gapless when using a visualizator
Last modified: 2018-11-03 11:42:03 UTC
Created attachment 312250 [details] testcase When playing a mp3 file, and then adding a flac file to a playbin's URI in an about-to-finish callback (with a message::application in order to do some gtk-related things), the playing stops after the end of the first song, when the playbin's visualizator is activated. I attached a testcase: just replace file.mp3 and file.flac with valid files, and compile with gcc gst.c -o gst `pkg-config --cflags --libs gstreamer-1.0` `pkg-config --cflags --libs gtk+-3.0` -lX11
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.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.freedesktop.org/gstreamer/gst-plugins-base/issues/229.