From patchwork Fri Jun 7 23:18:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 249891 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id C67792C007E for ; Sat, 8 Jun 2013 09:20:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6B2DBA0135; Fri, 7 Jun 2013 23:20:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wt1OVbAUlUgR; Fri, 7 Jun 2013 23:20:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 6FE36A033B; Fri, 7 Jun 2013 23:19:24 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 1640D8F7B3 for ; Fri, 7 Jun 2013 23:19:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B9A9F8BFC5 for ; Fri, 7 Jun 2013 23:19:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jZ6O6dTpnYwN for ; Fri, 7 Jun 2013 23:19:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by whitealder.osuosl.org (Postfix) with ESMTPS id 927F78C13E for ; Fri, 7 Jun 2013 23:19:12 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id o17so3854909oag.27 for ; Fri, 07 Jun 2013 16:19:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=p9vYkAzCQXZH3FIGu2MW8aiX6DHCtGJziJ0BJLUAHFI=; b=blZwu0tpG8aAoG3AOpnO+c/DFr6eEbiBr5uTyH56IYxq1gydxjakTWToeMH2BqCugj rH+g7rUqKOUvMrcI3EaQ1ycBYKmhJu+p++BJyd0vualoDjucGT+j1fmNm1dnJkKUlBy2 Yz8neep82npqqhpe80PHeb/hIE2fhaz9VKrTEXnQxgE/e6gt7krenKoHQTSs1ok6zixd 3IholSZ0CcGKwyZgKglLi24Ox0slXKVTo+P9dnm81WsTY8mWHGu3y3XUjozminZlkI3v R1wm4q7yumHPr4++8uIE1aZAdxGM4u0q/Yb0RJp5obZvvcBkAeEDj2Hx99+avp1sAHr4 n3WQ== X-Received: by 10.182.108.132 with SMTP id hk4mr706378obb.14.1370647151893; Fri, 07 Jun 2013 16:19:11 -0700 (PDT) Received: from localhost.localdomain (dhcp138.ece.iit.edu. [216.47.144.138]) by mx.google.com with ESMTPSA id jt1sm1361127oeb.5.2013.06.07.16.19.11 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 07 Jun 2013 16:19:11 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Fri, 7 Jun 2013 18:18:52 -0500 Message-Id: <1370647138-26623-8-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1370647138-26623-1-git-send-email-spenser@gillilanding.com> References: <1370647138-26623-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQn3yJsZfdW5rtNPj1ZRfZrf9QaojRRnFcyyJtdrv1CjjIXXQKPSRqKl7VIGiv1/9odGSkBo Subject: [Buildroot] [PATCH v10 07/13] gstreamer: update Config.in with gstreamer1 info. X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Update the gstreamer1 Config.in with note about Gstreamer 0.1X being incompatible with gstreamer 1.X. --- package/multimedia/gstreamer/Config.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/package/multimedia/gstreamer/Config.in b/package/multimedia/gstreamer/Config.in index 4b4d80f..55fd016 100644 --- a/package/multimedia/gstreamer/Config.in +++ b/package/multimedia/gstreamer/Config.in @@ -4,7 +4,8 @@ config BR2_PACKAGE_GSTREAMER depends on BR2_TOOLCHAIN_HAS_THREADS select BR2_PACKAGE_LIBGLIB2 help - GStreamer is an open source multimedia framework. + GStreamer is an open source multimedia framework. This 0.1x version of + Gstreamer is incompatible with Gstreamer 1.X. http://gstreamer.freedesktop.org/