From patchwork Thu Jun 20 22:07:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 253085 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id EEA942C008C for ; Fri, 21 Jun 2013 08:08:39 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E3E648D39B; Thu, 20 Jun 2013 22:08:32 +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 N98L2OXFnq3m; Thu, 20 Jun 2013 22:08:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 8E73D8D383; Thu, 20 Jun 2013 22:08:08 +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 7B2E18F7AC for ; Thu, 20 Jun 2013 22:08:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 65CB98D2B6 for ; Thu, 20 Jun 2013 22:08:02 +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 lEen9pR79lqo for ; Thu, 20 Jun 2013 22:08:00 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6ACD98D362 for ; Thu, 20 Jun 2013 22:08:00 +0000 (UTC) Received: by mail-ie0-f175.google.com with SMTP id a13so17017416iee.6 for ; Thu, 20 Jun 2013 15:07:59 -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=rupv8v8oJ3yl1BMXx0FzujZgQD8BS3FTIYeRFhp/vyY=; b=LMPkf1//rkXfQ0p77TAsDsipxYco6R8aXV2YgC5Dh6JGhVeT5vcdL4pxuzGoKE9qOA YgP3/DMKeM9GwrR3Mb9N0NC29ILCvPaQtOXtczSLLet2hTMy5Cooi+XqCXQk4FXgS9VZ gFmGQWl2ih+EIluYfHTa31K1ic07fv8UrwhxKLp328xCkGklGGJoA3rCoDcREhFlr6i1 UBoCf7+xKwQv3m5Q0NYahZaFnw9/ITVWK4LiOZ8ZAskNbMNDwU+xowxjphJ9ylOjmaK5 iwC8pPL8POofjm4ZKs782lDXbLeT71fhQp1ELF8/KqGUha90nVaUSIn2fR1pdRqNeO89 RexA== X-Received: by 10.43.58.205 with SMTP id wl13mr4345521icb.48.1371766079850; Thu, 20 Jun 2013 15:07:59 -0700 (PDT) Received: from bourban.iit.edu (dhcp33.hum.iit.edu. [216.47.158.33]) by mx.google.com with ESMTPSA id fu2sm2265241igb.3.2013.06.20.15.07.58 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 20 Jun 2013 15:07:59 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Thu, 20 Jun 2013 17:07:37 -0500 Message-Id: <1371766066-676-3-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1371766066-676-1-git-send-email-spenser@gillilanding.com> References: <1371766066-676-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQmW14qysWtUxVCk9ApP2jnPqovamFl+WA3B5oyiOkjWhp5VgfpNFAV+6HU7BJbgL6lMwKU6 Subject: [Buildroot] [PATCH v12 02/11] gstreamer: update for gstreamer1 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 Signed-off-by: Spenser Gilliland --- package/multimedia/gstreamer/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/multimedia/gstreamer/Config.in b/package/multimedia/gstreamer/Config.in index 4b4d80f..44c96e4 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.10.x version of + Gstreamer is incompatible with Gstreamer 1.X. http://gstreamer.freedesktop.org/