fpsdisplaysink in Android
Sebastian Dröge
sebastian at centricular.com
Wed Dec 31 08:58:11 PST 2014
On Mi, 2014-12-31 at 05:42 -0800, Gokul Vellingiri wrote:
> I used Gstreamer application in Android to stream a video file through rtp.I
> got this streaming working.I was really interested to know at what fps rate
> the application is streaming.I got to know fpsdiaplaysink does this.I had
> added all the plugins under plugin.mk file to my Android.mk.I got the
> following error:
>
> *Unable to build pipeline:no element "fpsdisplaysink"*
>
> Can anyone suggest some idea under which plugin fpsdisplaysink element
> listed.When i inspected in ubuntu it was showing under gstdebugutilsbad.Will
> this category hold for Android too.
In your jni/Android.mk, add $(GSTREAMER_PLUGINS_EFFECTS) or
debugutilsbad to the GSTREAMER_PLUGINS variable.
You need at least GStreamer 1.2.0, IIRC earlier versions didn't ship
that plugin.
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20141231/a12523cc/attachment.sig>
More information about the gstreamer-devel
mailing list