From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Prikler Subject: bug#39126: GStreamer fails with coglsink Date: Tue, 14 Jan 2020 01:23:37 +0100 Message-ID: <4e20d77ee3e0c2e4f74acbe6633b850962c3835e.camel@student.tugraz.at> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60881) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irA03-0002w1-Rp for bug-guix@gnu.org; Mon, 13 Jan 2020 19:24:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irA02-0008J2-QB for bug-guix@gnu.org; Mon, 13 Jan 2020 19:24:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54466) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irA02-0008Il-NO for bug-guix@gnu.org; Mon, 13 Jan 2020 19:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1irA02-0002lV-Jk for bug-guix@gnu.org; Mon, 13 Jan 2020 19:24:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:60838) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ir9zk-0002uj-BO for bug-guix@gnu.org; Mon, 13 Jan 2020 19:23:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ir9zi-00084I-N6 for bug-guix@gnu.org; Mon, 13 Jan 2020 19:23:43 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:58342) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ir9zi-000805-6D for bug-guix@gnu.org; Mon, 13 Jan 2020 19:23:42 -0500 Received: from nijino.local (193-80-82-122.hdsl.highway.telekom.at [193.80.82.122]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 47xWQb03mwz3wMr for ; Tue, 14 Jan 2020 01:23:34 +0100 (CET) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 39126@debbugs.gnu.org Hi Guix, I've noticed recently, that GStreamer (specifically, but not limited gst-play-1.0) would fail from the command line, whereas GStreamer-based applications (such as Totem) work fine. After some debugging, I found out that the offending element was coglsink, which is pulled in through some propagation chain by GNOME, and automatically included in GST_PLUGIN_SYSTEM_PATH as a result. Clearing this variable or specifying any other video sink (except autovideosink, which just loads coglsink), acts as an effective workaround. I believe, this might be related to the recent upgrade to 1.16.2, but I am unsure whether this is really GStreamer's fault or mine for having weird hardware. Is anyone else experiencing similar issues? Regards, Leo