From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f49.google.com (mail-yh0-f49.google.com [209.85.213.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E7A1EE0164A for ; Thu, 26 Sep 2013 17:19:11 -0700 (PDT) Received: by mail-yh0-f49.google.com with SMTP id i57so774375yha.36 for ; Thu, 26 Sep 2013 17:19:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=IMrA14EryqUIg24/5iKxyV1ycJGyOGPbU05qdMsP5eo=; b=sc/NGTZ65fEK1+a40G/1dAR5JKqhMrbkc4HwXw5L2ojU3dgSQutieBolpA1MYWlT2r 779S2utyUQDL8xqYUt9tD/5xxfvp/axqE3EJoAKlMjttQbnjuPSGrF7y0N8l82cHVFwN sxdeGCSPs52nRl4J1w0CVPDGp1iesgtp2x8YnPQBI4e0FrIOSh2uuRFG6NBjVZxWrc1W J9ONyGBjLpOurDGWlWePbm2dgrMQPuMF8q70OEs7hfHYE+Idg0wpPKkcJioi6TKiKE9y IG9I9KSfOGUrEHtF+zY7XtPzZRLJosOlNtHklNphoKpl+Z7uEoSztFS+zRjGA+aspYtb j07A== X-Received: by 10.236.198.45 with SMTP id u33mr3409043yhn.37.1380241150795; Thu, 26 Sep 2013 17:19:10 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id u52sm6695262yhg.5.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Sep 2013 17:19:10 -0700 (PDT) Message-ID: <5244CF14.4070607@gmail.com> Date: Thu, 26 Sep 2013 19:19:32 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: In-Reply-To: Subject: Re: GStreamer: Request a key frame in vpuenc X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 00:19:12 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit This is probably not the right list. I would push this to the Freescale Community at community.freescale.com. On 9/26/13 7:16 PM, Javier Jardón wrote: > Hi, > > this is a quite specific question, so tell me if this is not the > correct place to ask > > I need to generate a keyframe in a specific time. > Looking to the code of vpuenc, seems that it doesnt handle events from > downstream (GST_EVENT_CUSTOM_DOWNSTREAM) to check if the event request > a keyframe: > > gst_video_event_is_force_key_unit (event) > > This can be easily implementable but my question is: what is the > specific option I have to pass to the vpu to generate a keyframe? I > read about encparam->forceIPicture , but Im not sure Im looking in the > correct direction > > Could someone help me with this? > > Thanks >