[gst-cvs] Wrapper plugins for the OpenMAX framework branch, master, updated. 1d39e0ac4fc2d396caeddfcb0cfaa1848491c7fe
Felipe Contreras
felipec at kemper.freedesktop.org
Tue Feb 10 11:59:57 PST 2009
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Wrapper plugins for the OpenMAX framework".
The branch, master has been updated
via 1d39e0ac4fc2d396caeddfcb0cfaa1848491c7fe (commit)
via ad1e8458cab02629f2306e263bfbf53188404e2c (commit)
via b039d4050da9a388998a8764ff3069b91e099383 (commit)
via b2b4aa065434d573b7ecfcdebbdc44e2d80be945 (commit)
via e68807e47e96d92c244dbd8de2646f9bc81c5d78 (commit)
via 9644650d7376a08273b4490844d10f6d541dc0bf (commit)
via 3c7ef1468ffcacca82817e325b08f3b81f8dd4b7 (commit)
via 3f4d08e72e2b9db5f2aeb6b24e9140660ee5d7d4 (commit)
via 021b6550fb8f9fc6332ca0524c8271a1922a2402 (commit)
via 74ee615fd46fa5b6ce20fb0668e92b775c5efa58 (commit)
via 6e13c73c2ce300a3382904b578d7d1110207d97a (commit)
via 5311075750190cd35ac08659bf6a467c6a9a63ef (commit)
via 409f78a2602c19121c7089bf219f5c3dda6f3664 (commit)
via acd0e489deb1fa58bdc66068e3513fe52a5ffcc6 (commit)
from 10c238e8a34c4693a742f596faec4efe2185ea77 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1d39e0ac4fc2d396caeddfcb0cfaa1848491c7fe
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date: Tue Jan 27 13:32:43 2009 +0100
Serialize EOS sending.
Sending EOS event from incoming pad_event thread may have this event arrive
downstream before outgoing output_loop has sent last buffer(s).
Instead, send EOS event in output_loop when it detects EOS (bufferflag).
Signed-off-by: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Signed-off-by: Felipe Contreras <felipe.contreras at nokia.com>
commit ad1e8458cab02629f2306e263bfbf53188404e2c
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date: Sat Feb 7 18:44:34 2009 +0200
Fix mt issue when loading/unloading omxil.
This avoids an issue when loading two gst-openmax elements that use the
same implemenation; OMX_Init should be called only once per
implementation.
Signed-off-by: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Signed-off-by: Felipe Contreras <felipe.contreras at nokia.com>
commit b039d4050da9a388998a8764ff3069b91e099383
Author: Felipe Contreras <felipe.contreras at nokia.com>
Date: Tue Feb 3 17:06:35 2009 +0200
Fix crash on certain race condition.
Thanks to Mark Nauwelaerts for the investigation.
Signed-off-by: René Stadler <rene.stadler at nokia.com>
Signed-off-by: Felipe Contreras <felipe.contreras at nokia.com>
commit b2b4aa065434d573b7ecfcdebbdc44e2d80be945
Author: René Stadler <rene.stadler at nokia.com>
Date: Wed Jan 28 14:43:48 2009 +0200
aacenc: Fix src caps by not relying on settings_changed callback.
Signed-off-by: René Stadler <rene.stadler at nokia.com>
commit e68807e47e96d92c244dbd8de2646f9bc81c5d78
Author: René Stadler <rene.stadler at nokia.com>
Date: Wed Jan 14 14:40:30 2009 +0200
Pass on correct sink framerate fraction.
Signed-off-by: René Stadler <rene.stadler at nokia.com>
commit 9644650d7376a08273b4490844d10f6d541dc0bf
Author: René Stadler <rene.stadler at nokia.com>
Date: Wed Jan 14 14:29:32 2009 +0200
Don't limit framerate to 30fps for video decoder pad templates.
Signed-off-by: René Stadler <rene.stadler at nokia.com>
commit 3c7ef1468ffcacca82817e325b08f3b81f8dd4b7
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date: Tue Jan 27 13:32:14 2009 +0100
Do not hang in state change when flushing.
The state change might fail.
Signed-off-by: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Signed-off-by: Felipe Contreras <felipe.contreras at nokia.com>
commit 3f4d08e72e2b9db5f2aeb6b24e9140660ee5d7d4
Author: René Stadler <rene.stadler at nokia.com>
Date: Mon Dec 15 21:11:12 2008 +0200
aacdec: Don't set the profile.
The decoder needs to figure out the format by itself.
Signed-off-by: René Stadler <rene.stadler at nokia.com>
Signed-off-by: Felipe Contreras <felipe.contreras at nokia.com>
commit 021b6550fb8f9fc6332ca0524c8271a1922a2402
Author: Felipe Contreras <felipe.contreras at nokia.com>
Date: Tue Feb 3 15:19:33 2009 +0200
Remove TI-specific stuff.
This should go to the omap branch instead.
Signed-off-by: Felipe Contreras <felipe.contreras at nokia.com>
commit 74ee615fd46fa5b6ce20fb0668e92b775c5efa58
Author: Felipe Contreras <felipe.contreras at gmail.com>
Date: Mon Dec 15 19:29:48 2008 +0200
aacdec: Store codec-data.
So that it's sent to the decoder.
Signed-off-by: Felipe Contreras <felipe.contreras at nokia.com>
commit 6e13c73c2ce300a3382904b578d7d1110207d97a
Author: Olivier Crête <olivier.crete at collabora.co.uk>
Date: Mon Dec 15 18:35:57 2008 +0200
g711enc: Only try to fetch structure from caps if it exists.
Signed-off-by: Felipe Contreras <felipe.contreras at nokia.com>
commit 5311075750190cd35ac08659bf6a467c6a9a63ef
Author: Felipe Contreras <felipe.contreras at gmail.com>
Date: Thu Dec 11 22:00:50 2008 +0200
sink: Cleanup element details.
commit 409f78a2602c19121c7089bf219f5c3dda6f3664
Author: Sriram Murthy <sriram482 at gmail.com>
Date: Thu Dec 11 21:58:10 2008 +0200
audio_sink: Set correct class.
commit acd0e489deb1fa58bdc66068e3513fe52a5ffcc6
Author: Felipe Contreras <felipe.contreras at nokia.com>
Date: Mon Sep 1 19:53:25 2008 +0300
Send initial codec_data buffer.
OpenMAX IL 1.1.1 doesn't have OMX_BUFFERFLAG_CODECCONFIG; it was
introduced in 1.1.2, so set it manually for now.
Signed-off-by: Felipe Contreras <felipe.contreras at nokia.com>
-----------------------------------------------------------------------
Summary of changes:
omx/gstomx_aacdec.c | 40 +++++++-------------
omx/gstomx_aacenc.c | 59 ++++++++----------------------
omx/gstomx_audiosink.c | 4 +-
omx/gstomx_base_filter.c | 72 +++++++++++++++++++++++++++----------
omx/gstomx_base_videodec.c | 61 +++++--------------------------
omx/gstomx_base_videodec.h | 2 +
omx/gstomx_base_videoenc.c | 46 -----------------------
omx/gstomx_g711enc.c | 6 ++--
omx/gstomx_jpegenc.c | 60 ------------------------------
omx/gstomx_util.c | 87 ++++++++++++++++++++++++++++++++++----------
omx/gstomx_util.h | 12 ++++---
omx/gstomx_videosink.c | 4 +-
12 files changed, 176 insertions(+), 277 deletions(-)
hooks/post-receive
--
Wrapper plugins for the OpenMAX framework
More information about the Gstreamer-commits
mailing list