All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carol Zhu <carol.zhu@nxp.com>
To: "alexander.kanavin@linux.intel.com"
	<alexander.kanavin@linux.intel.com>,
	"jussi.kukkonen@intel.com" <jussi.kukkonen@intel.com>,
	"Burton, Ross" <ross.burton@intel.com>
Cc: "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [pyro][PATCH 0/6] Add some gstreamer1.0-plugins-bad patches for pyro
Date: Mon, 19 Jun 2017 10:28:20 +0000	[thread overview]
Message-ID: <HE1PR0401MB2682999351A6A7BA524C04BEE9C40@HE1PR0401MB2682.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <1495548488-12280-1-git-send-email-carol.zhu@nxp.com>

Hi all,
     May I ask what's the patch review state?
     Do I need to do some other updates?
     Thanks~


B.R.
Carol

-----Original Message-----
From: Yuqing Zhu [mailto:carol.zhu@nxp.com] 
Sent: Tuesday, May 23, 2017 10:08 PM
To: openembedded-core@lists.openembedded.org
Cc: alexander.kanavin@linux.intel.com; jussi.kukkonen@intel.com; Carol Zhu <carol.zhu@nxp.com>
Subject: [pyro][PATCH 0/6] Add some gstreamer1.0-plugins-bad patches for pyro

-Add some enhancements for qmlglsrc
 Some common features for qmlglsrc are added to make app development much easier.

-Add some enhancements for gstplayer
 Some gstplayer API enhancements are added to make it much easier for users to use.
 Without these API enhancements, some features may not be realized  (like accurate seek, video sink configuration) when using gstplayer API.
 So it would be better if they can be picked.

-Fix a memory leak issue in glupload, which is common

Yuqing Zhu (6):
  gstreamer1.0-plugins-bad: Add two enhancements for qmlglsrc
  gstreamer1.0-plugins-bad: Add configuration for enabling accurate
    seeks
  gstreamer1.0-plugins-bad: Add get track number media info API
  gstreamer1.0-plugins-bad: Add overlayvideorenderer video sink
  gstreamer1.0-plugins-bad: Fix gst-player failed to load external
    subtitle uri
  gstreamer1.0-plugins-bad: Fix memory leak when use a GValue in
    glupload

 ...2-qmlglsrc-some-enhancements-for-qmlglsrc.patch | 170 +++++++++++++++++++++  ...configuration-for-enabling-accurate-seeks.patch | 148 ++++++++++++++++++  ...layer-Add-get-track-number-media-info-API.patch | 126 +++++++++++++++  ...layer-Add-overlayvideorenderer-video-sink.patch | 138 +++++++++++++++++  ...fix-gst-player-failed-to-load-external-su.patch |  50 ++++++  ...-glupload-fix-memory-leak-when-use-a-GVal.patch |  29 ++++
 .../gstreamer/gstreamer1.0-plugins-bad_1.10.4.bb   |   6 +
 7 files changed, 667 insertions(+)
 create mode 100755 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-qmlglsrc-some-enhancements-for-qmlglsrc.patch
 create mode 100755 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0003-player-Add-configuration-for-enabling-accurate-seeks.patch
 create mode 100755 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0004-player-Add-get-track-number-media-info-API.patch
 create mode 100755 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-player-Add-overlayvideorenderer-video-sink.patch
 create mode 100755 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0006-gst-player-fix-gst-player-failed-to-load-external-su.patch
 create mode 100755 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0007-glupload-fix-memory-leak-when-use-a-GVal.patch

--
1.9.1



      parent reply	other threads:[~2017-06-19 15:03 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-23 14:08 [pyro][PATCH 0/6] Add some gstreamer1.0-plugins-bad patches for pyro Yuqing Zhu
2017-05-23 14:08 ` [pyro][PATCH 1/6] gstreamer1.0-plugins-bad: Add two enhancements for qmlglsrc Yuqing Zhu
2017-05-23 14:08 ` [pyro][PATCH 2/6] gstreamer1.0-plugins-bad: Add configuration for enabling accurate seeks Yuqing Zhu
2017-05-23 14:08 ` [pyro][PATCH 3/6] gstreamer1.0-plugins-bad: Add get track number media info API Yuqing Zhu
2017-05-23 14:08 ` [pyro][PATCH 4/6] gstreamer1.0-plugins-bad: Add overlayvideorenderer video sink Yuqing Zhu
2017-05-23 14:08 ` [pyro][PATCH 5/6] gstreamer1.0-plugins-bad: Fix gst-player failed to load external subtitle uri Yuqing Zhu
2017-05-23 14:08 ` [pyro][PATCH 6/6] gstreamer1.0-plugins-bad: Fix memory leak when use a GValue in glupload Yuqing Zhu
2017-05-23 14:31 ` ✗ patchtest: failure for Add some gstreamer1.0-plugins-bad patches for pyro Patchwork
2017-05-25 11:52 ` [pyro][PATCH 0/6] " Burton, Ross
2017-05-26  1:56   ` Carol Zhu
2017-05-26  9:49     ` Burton, Ross
2017-06-19 10:28 ` Carol Zhu [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=HE1PR0401MB2682999351A6A7BA524C04BEE9C40@HE1PR0401MB2682.eurprd04.prod.outlook.com \
    --to=carol.zhu@nxp.com \
    --cc=alexander.kanavin@linux.intel.com \
    --cc=jussi.kukkonen@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /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.