GNOME Bugzilla – Bug 706072
playbin: Abort when trying to play audio after faulty PNG
Last modified: 2016-02-28 23:44:02 UTC
Created attachment 251740 [details] Small sample This seems somewhat related to or fallout of bug 706066. Once it fails and you try to decode audio on the same playbin afterwards, it aborts: 0:00:00.653888119 14135 0x7ff064003720 ERROR bufferpool gstbufferpool.c:491:gst_buffer_pool_set_active:<xvimagebufferpool1> start failed (png-audio:14135): GStreamer-CRITICAL **: Padname src_0 is not unique in element streamsynchronizer0, not adding (png-audio:14135): GStreamer-CRITICAL **: Padname sink_0 is not unique in element streamsynchronizer0, not adding ** ERROR:gstplaysink.c:3270:gst_play_sink_do_reconfigure: assertion failed: (it) Aborted (core dumped) To test, have a 4k by 4k png named sample.png and some audio file named sample.mp3 in /tmp and run attached program.
Can you provide sample files for this, and backtraces for the streamsynchronizer warnings?
image is available at http://rygel-project.org/snapshot/testfiles/tmp/706066/sample.png and as audio file you can use any file, really. https://git.gnome.org/browse/gupnp-dlna-media/tree/strict/audio/NiN_Ghosts_IV_34.mp3 seems to "work" here, if you need a definite file.
Created attachment 251805 [details] backtrace of first critical
Created attachment 251807 [details] backtrace of second critical
info provided
Can't reproduce this any more with current git master. Please re-open if it's still an issue.