From patchwork Tue May 31 12:08:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Gaignard X-Patchwork-Id: 1680 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:54:19 -0000 Delivered-To: patches@linaro.org Received: by 10.52.110.9 with SMTP id hw9cs286366vdb; Tue, 31 May 2011 05:08:54 -0700 (PDT) Received: by 10.42.83.140 with SMTP id h12mr10191790icl.389.1306843733825; Tue, 31 May 2011 05:08:53 -0700 (PDT) Received: from mail-pz0-f50.google.com (mail-pz0-f50.google.com [209.85.210.50]) by mx.google.com with ESMTPS id 13si5862ibc.35.2011.05.31.05.08.52 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 May 2011 05:08:52 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of benjamin.gaignard@linaro.org) client-ip=209.85.210.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of benjamin.gaignard@linaro.org) smtp.mail=benjamin.gaignard@linaro.org Received: by pzk2 with SMTP id 2so2269697pzk.37 for ; Tue, 31 May 2011 05:08:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.199.5 with SMTP id w5mr1069857wff.202.1306843731895; Tue, 31 May 2011 05:08:51 -0700 (PDT) Received: by 10.142.158.3 with HTTP; Tue, 31 May 2011 05:08:51 -0700 (PDT) Date: Tue, 31 May 2011 14:08:51 +0200 Message-ID: Subject: [gst-openmax] h264dec: use stream-format and alignment fields in sink caps From: Benjamin Gaignard To: Patch Tracking make omx_h264dec use latest h264parse enhancements for stream parsing bug https://bugzilla.gnome.org/show_bug.cgi?id=651120 patch pushed upstream will be be release in gst-openmax 0.10.2 Benjamin >From 0b420c407b2a36e5abf8ea05bcd2a6a9effba446 Mon Sep 17 00:00:00 2001 From: benjamin gaignard Date: Thu, 26 May 2011 09:55:26 +0200 Subject: [PATCH] h264dec: make sink caps use stream-format and alignment fields since bug #650228 in h264parse has been fix we should use stream-format and aligment fields in sink caps --- omx/gstomx.conf.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/omx/gstomx.conf.in b/omx/gstomx.conf.in index 88023bf..46ca2de 100644 --- a/omx/gstomx.conf.in +++ b/omx/gstomx.conf.in @@ -64,7 +64,7 @@ omx_h264dec, type=GstOmxH264Dec, library-name=libomxil-bellagio.so.0, component-name=OMX.st.video_decoder.avc, - sink="video/x-h264, " VIDEO_SIZE_RATE ";", + sink="video/x-h264, stream-format=(string)avc, alignment=(string)nal, " VIDEO_SIZE_RATE ";", src=RAW_VIDEO_CAPS, rank=256; -- 1.7.0.4