All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carlos Rafael Giani <dv@pseudoterminal.org>
To: Yuqing Zhu <b54851@freescale.com>, meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-arm][PATCH v5 4/4] gstreamer1.0-plugins-base: Add encodebin related patch
Date: Wed, 05 Aug 2015 22:42:17 +0200	[thread overview]
Message-ID: <55C27529.8010302@pseudoterminal.org> (raw)
In-Reply-To: <1438282514-12741-5-git-send-email-b54851@freescale.com>

OK, this one is easy :) Just change:

   Upstream-Status: Inappropriate [i.MX specific]

to:

   Upstream-Status: Submitted 
[https://bugzilla.gnome.org/show_bug.cgi?id=744191]

Am 2015-07-30 um 20:55 schrieb Yuqing Zhu:
> Need more buffers in output queue for better performance.
>
> Signed-off-by: Yuqing Zhu <b54851@freescale.com>
> ---
>   ...eed-more-buffers-in-output-queue-for-bett.patch | 34 ++++++++++++++++++++++
>   .../gstreamer/gstreamer1.0-plugins-base_%.bbappend |  1 +
>   2 files changed, 35 insertions(+)
>   create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/encodebin-Need-more-buffers-in-output-queue-for-bett.patch
>
> diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/encodebin-Need-more-buffers-in-output-queue-for-bett.patch b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/encodebin-Need-more-buffers-in-output-queue-for-bett.patch
> new file mode 100644
> index 0000000..91a297d
> --- /dev/null
> +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/encodebin-Need-more-buffers-in-output-queue-for-bett.patch
> @@ -0,0 +1,34 @@
> +From 540e02c92c75e08b90326863dc787fa5cadf9da6 Mon Sep 17 00:00:00 2001
> +From: Song Bing <b06498@freescale.com>
> +Date: Fri, 13 Mar 2015 18:04:31 +0800
> +Subject: [PATCH] encodebin: Need more buffers in output queue for better
> + performance
> +
> +Need more buffers in output queue for better performance
> +
> +https://bugzilla.gnome.org/show_bug.cgi?id=744191
> +
> +Upstream-Status: Inappropriate [i.MX specific]
> +
> +Signed-off-by: Song Bing <b06498@freescale.com>
> +---
> + gst/encoding/gstencodebin.c |    3 +--
> + 1 file changed, 1 insertion(+), 2 deletions(-)
> +
> +diff --git a/gst/encoding/gstencodebin.c b/gst/encoding/gstencodebin.c
> +index 6728e58..32daae4 100644
> +--- a/gst/encoding/gstencodebin.c
> ++++ b/gst/encoding/gstencodebin.c
> +@@ -1138,8 +1138,7 @@ _create_stream_group (GstEncodeBin * ebin, GstEncodingProfile * sprof,
> +    * We only use a 1buffer long queue here, the actual queueing will be done
> +    * in the input queue */
> +   last = sgroup->outqueue = gst_element_factory_make ("queue", NULL);
> +-  g_object_set (sgroup->outqueue, "max-size-buffers", (guint32) 1,
> +-      "max-size-bytes", (guint32) 0, "max-size-time", (guint64) 0,
> ++  g_object_set (sgroup->outqueue, "max-size-time", (guint64) 0,
> +       "silent", TRUE, NULL);
> +
> +   gst_bin_add (GST_BIN (ebin), sgroup->outqueue);
> +--
> +1.7.9.5
> +
> diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend
> index 683f330..95af102 100644
> --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend
> +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend
> @@ -5,6 +5,7 @@ SRC_URI_append_mx5 = " file://gstplaybin-remove-flag-deinterlace.patch"
>   IMX_PATCHES = " file://gstplaybin-remove-flag-deinterlace.patch \
>                   file://0003-ssaparse-enhance-SSA-text-lines-parsing.patch \
>                   file://0004-subparse-set-need_segment-after-sink-pad-received-GS.patch \
> +                file://encodebin-Need-more-buffers-in-output-queue-for-bett.patch \
>   "
>   
>   



      reply	other threads:[~2015-08-05 20:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-30 18:55 [meta-fsl-arm][PATCH v4 0/4] 3.14.38-6QP_Beta release Yuqing Zhu
2015-07-30 18:55 ` [meta-fsl-arm][PATCH v4 1/4] gstreamer1.0-plugins-base: Add gstplaybin related patch Yuqing Zhu
2015-08-05 20:32   ` Carlos Rafael Giani
2015-08-05 20:35     ` Otavio Salvador
2015-08-05 20:44       ` Carlos Rafael Giani
2015-08-05 21:00         ` Carlos Rafael Giani
2015-08-05 21:06           ` Otavio Salvador
2015-07-30 18:55 ` [meta-fsl-arm][PATCH v4 2/4] gstreamer1.0-plugins-base: Add ssaparse " Yuqing Zhu
2015-08-05 20:36   ` Carlos Rafael Giani
2015-07-30 18:55 ` [meta-fsl-arm][PATCH v4 3/4] gstreamer1.0-plugins-base: Add subparse " Yuqing Zhu
2015-08-05 20:40   ` Carlos Rafael Giani
2015-07-30 18:55 ` [meta-fsl-arm][PATCH v5 4/4] gstreamer1.0-plugins-base: Add encodebin " Yuqing Zhu
2015-08-05 20:42   ` Carlos Rafael Giani [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55C27529.8010302@pseudoterminal.org \
    --to=dv@pseudoterminal.org \
    --cc=b54851@freescale.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.