From patchwork Wed Dec 19 09:35:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: christian.braunersorensen@prevas.dk X-Patchwork-Id: 207274 X-Patchwork-Delegate: morten.thunbergsvendsen@prevas.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 13B6C2C0080 for ; Wed, 19 Dec 2012 20:35:36 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id B412C3F98D for ; Wed, 19 Dec 2012 10:35:34 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id ADF6E3F98D for ; Wed, 19 Dec 2012 10:35:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1087; q=dns/txt; s=ironport2; t=1355909733; x=1387445733; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=Ad/neHYpO6H0LzaMzXHpTstDmBw61R9Sxuyu0QG57cU=; b=OMbC77iEl55XUNQ5yCVk6De+hm9oiQpfNw1OiDYpWF09GwKPNX1Dcy5d n5T7mAkyNBMzWLoUjrdN+bdmusTDIWlv9HSx0PepHWjdikLqDT/l2Dw6L KAK24+TckyCzuHdvHdIXtBA83Ho7OZQH65tZWMPIV1Qt10JZmA7wZvGR1 8=; X-IronPort-AV: E=Sophos;i="4.84,313,1355094000"; d="scan'208";a="1951172" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 19 Dec 2012 10:35:33 +0100 Received: from fire (172.16.10.61) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.318.4; Wed, 19 Dec 2012 10:35:32 +0100 Received: by fire (Postfix, from userid 30007) id E4BC0C0767; Wed, 19 Dec 2012 10:35:32 +0100 (CET) From: To: Subject: [PATCH 0/1] Multimedia, gst-plugins-good Date: Wed, 19 Dec 2012 10:35:30 +0100 Message-ID: X-Mailer: git-send-email 1.8.0 MIME-Version: 1.0 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Christian Sørensen The gst-plugins-good package can't be compiled with newer kernels (newer than 3.5). This patch removes one log entry, and should therefore be backwards compatible. The following changes since commit ca33cd0d0d2fe0a4013f07ad5bf3ae3b59abf588: gst-fluendo: Upgrade and fix configuration error (2012-12-12 09:26:25 +0100) are available in the git repository at: git://gitorious.org/~cbs/oe-lite/cbss-multimedia add_gst_plugin_patch_to_fix_recent_kernel_compilation http://gitorious.org/~cbs/oe-lite/cbss-multimedia/commits/add_gst_plugin_patch_to_fix_recent_kernel_compilation Christian Sørensen (1): gst-plugins-good: Add patch to fix compilation issues from newer kernels ...-fix-build-with-recent-kernels-the-v4l2_buffer-i.patch | 15 +++++++++++++++ recipes/gstreamer/gst-plugins-good_0.10.31.oe | 1 + 2 files changed, 16 insertions(+) create mode 100644 recipes/gstreamer/gst-plugins-good/0001-v4l2-fix-build-with-recent-kernels-the-v4l2_buffer-i.patch