From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: gstreamer: Add search path specification for 'GST_PLUGIN_SYSTEM_PATH'. Date: Thu, 25 Jun 2015 11:26:22 +0200 Message-ID: <87oak4m94x.fsf@gnu.org> References: <1435158703-18921-1-git-send-email-iyzsong@gmail.com> <87oak4u7xz.fsf@gnu.org> <87ioac8rt3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z83QS-0005Jo-9Y for guix-devel@gnu.org; Thu, 25 Jun 2015 05:26:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z83QP-0007Sy-44 for guix-devel@gnu.org; Thu, 25 Jun 2015 05:26:28 -0400 In-Reply-To: <87ioac8rt3.fsf@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Thu, 25 Jun 2015 10:06:48 +0800") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > Ludovic Court=C3=A8s writes: > >> =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: >> >>> This reverts commit e53fc0c8a, which add it wrongly to gst-plugins-base. >>> >>> * gnu/packages/gstreamer.scm (gstreamer)[native-search-paths]: New fiel= d. >>> (gst-plugins-base)[native-search-paths]: Remove. >> >> LGTM! >> >> I wonder, why is there the word =E2=80=9CSYSTEM=E2=80=9D in this variabl= e name? Does >> that means there also exists GST_PLUGIN_PATH? > Yes, you're right. It has: > > GST_PLUGIN_SYSTEM_PATH, GST_PLUGIN_SYSTEM_PATH_1_0 > GST_PLUGIN_PATH, GST_PLUGIN_PATH_1_0 > > I think any one is sufficent. > > http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/g= st-running.html OK, thanks. Ludo=E2=80=99.